Changeset 10141 in spip-zone
- Timestamp:
- Mar 5, 2007, 8:25:18 AM (14 years ago)
- Location:
- _squelettes_/gribouille
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/gribouille/article.html
r10112 r10141 92 92 href="[(#URL_ARTICLE|parametre_url{id_version,#ID_VERSION})]">Historique 93 93 })]</a> 94 95 :: Cette version : <BOUCLE_v(spip_versions){id_article}{id_version=#ENV{id_version,#ID_VERSION}}>#DATE</BOUCLE_v> 96 94 97 </div> 95 98 -
_squelettes_/gribouille/inc-entete.html
r10135 r10141 19 19 </form> 20 20 21 </div>22 21 </BOUCLE_r> -
_squelettes_/gribouille/rubrique.html
r10137 r10141 77 77 <a id="revisions" name="revisions"></a> 78 78 <h2>Derniers changements</h2> 79 [<p class="pagination">(#PAGINATION)</p>]80 79 <ul> 81 80 <BOUCLE_revisions(spip_versions spip_articles){id_rubrique}{par date}{inverse}{pagination 25}{statut=publie}> 82 81 83 82 <li> 84 [(#REM) ZUT ca ne fonctionne pas avec la pagination... on met en gras la version affichee la plus recente, mais ce n'est pas forcement *la* plus recente ]85 83 [(#SET{gras,[(#ID_ARTICLE|unique|?{b})]})] 86 84 [<(#GET{gras})>]<a href="[(#URL_ARTICLE|parametre_url{id_version,#ID_VERSION})]" 87 rel="noindex,nofollow" >#TITRE</a>[</(#GET{gras})>]85 rel="noindex,nofollow" title="version #ID_VERSION">#TITRE</a>[</(#GET{gras})>] 88 86 89 <span style='color:gray;'>— [ (#DATE|date_relative)], version #ID_VERSION, [(#ID_AUTEUR|affiche_auteur_diff)]87 <span style='color:gray;'>— [<abbr title="[(#DATE|date_iso)]">(#DATE|date_relative)</abbr>], [(#ID_AUTEUR|affiche_auteur_diff)] 90 88 </span> 91 89 </li>
Note: See TracChangeset
for help on using the changeset viewer.