Skip to content

Commit

Permalink
page auteurs et mots, et mise en forme des logos sur les articles de …
Browse files Browse the repository at this point in the history
…la home

git-svn-id: svn://zone.spip.org/spip-zone/_squelettes_/mobi.spip@42862 ac52e18a-acf5-0310-9fe8-c4428f23b10a
  • Loading branch information
Cerdic committed Dec 12, 2010
1 parent ca3b3fc commit 6f65a39
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 3 deletions.
19 changes: 19 additions & 0 deletions mobile/content/auteurs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[*(#REM)
*
* Plugin mobiSPIP
*
* Distribue sous licence GPL
* (c) 2010 cedric
* Date: 10/12/10 - 22:49
*
]

<ul data-role="listview" data-theme="d">
<BOUCLE_auteurs(AUTEURS){par nom}{0,1000}>
[<li>
[(#LOGO_AUTEUR|image_passe_partout{80,80}|image_recadre{80,80}|image_aplatir{jpg,ffffff})]
<h3><a href="#URL_AUTEUR">(#NOM)</a></h3>
[<p>(#BIO|couper{80})</p>]
</li>]
</BOUCLE_auteurs>
</ul>
19 changes: 19 additions & 0 deletions mobile/content/mots.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[*(#REM)
*
* Plugin mobiSPIP
*
* Distribue sous licence GPL
* (c) 2010 cedric
* Date: 10/12/10 - 22:49
*
]

<ul data-role="listview" data-theme="d">
<BOUCLE_mots(MOTS){par titre}{0,1000}>
[<li>
[(#LOGO_MOT|image_passe_partout{80,80}|image_recadre{80,80}|image_aplatir{jpg,ffffff})]
<h3><a href="#URL_MOT">(#TITRE)</a></h3>
[<p>(#DESCRIPTION|couper{80})</p>]
</li>]
</BOUCLE_mots>
</ul>
6 changes: 3 additions & 3 deletions mobile/content/sommaire.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h1 class="nom">#NOM_SITE_SPIP</h1>
<ul data-role="listview" data-inset="true" data-theme="d">
<BOUCLE_actus(ARTICLES) {!par date}{0,10}>
[<li>
#LOGO_ARTICLE
<h3><a href="#URL_ARTICLE">(#TITRE|supprimer_numero)</a></h3>
[(#LOGO_ARTICLE|image_passe_partout{80,80}|image_recadre{80,80}|image_aplatir{jpg,ffffff})]
<h3><a href="#URL_ARTICLE">(#TITRE)</a></h3>
[<p>(#INTRODUCTION|couper{80})</p>]
</li>]
</BOUCLE_actus>
Expand All @@ -30,7 +30,7 @@ <h3><a href="#URL_ARTICLE">(#TITRE|supprimer_numero)</a></h3>
<li data-role="list-divider"><:mobispip:sommaire:></li>

<BOUCLE_menu_princ(RUBRIQUES) {racine} {par num titre}>
[<li><a href="#URL_RUBRIQUE">(#TITRE|supprimer_numero)</a></li>]
[<li><a href="#URL_RUBRIQUE">(#TITRE)</a></li>]
</BOUCLE_menu_princ>

<li data-role="list-divider"><:mobispip:site:></li>
Expand Down
10 changes: 10 additions & 0 deletions mobile/header/auteurs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[(#REM)

Plugin xxx

Distribue sous licence GPL
(c) 2010 cedric
Date: 10/12/10 - 22:55

******************************]
<h1 class="ui-title "><:spip:icone_auteurs:></h1>
10 changes: 10 additions & 0 deletions mobile/header/mots.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[(#REM)

Plugin xxx

Distribue sous licence GPL
(c) 2010 cedric
Date: 10/12/10 - 22:55

******************************]
<h1 class="ui-title "><:mots_clefs:></h1>

0 comments on commit 6f65a39

Please sign in to comment.