source: trunk/spip/esqueleto-redcta/plugins/magusine/squelettes/blocs/rubrique/liste-rubriques-pardate.html @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

  • Property svn:executable set to *
File size: 544 bytes
Line 
1<B_listesousrub>
2<div id="rubinrub" class="listagebloc">
3<h2><:rubriques_rubrique:></h2>
4<ul class="listageconteneur">
5<BOUCLE_listesousrub(RUBRIQUES){id_parent}{!par date}{doublons cacher}>
6<li><a name="rub#ID_RUBRIQUE"></a>
7[(#INCLURE{fond=formatage_logo_liste}{id_rubrique}{conteneur=#ENV{conteneur}})]
8<h4 class="listagetitre #EDIT{titre}"><a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero)]</a></h4>
9[<p class="listagetexte">(#DESCRIPTIF|sinon{#INTRODUCTION}|supprimer_tags)</p>]
10</li>
11</BOUCLE_listesousrub></ul>
12</div>
13</B_listesousrub>
Note: See TracBrowser for help on using the repository browser.