Subversion Repositories Sites.outils-naturalistes.fr

Rev

Rev 3 | Rev 39 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 david 1
<BOUCLE_gen(RUBRIQUES){id_rubrique}>
2
 	<div class="rubrique" id="rubrique#ID_RUBRIQUE">
3
			[<h4>(#SOUSTITRE)</h4>]
4
			[(#TEXTE|paragrapher)]
5
   </div>
11 david 6
</BOUCLE_gen>
7
<BOUCLE_titre(RUBRIQUES){id_rubrique}{par num titre}{id_mot=1}>
8
	<!-- contenu court avec date -->
9
	<BOUCLE_afficheDesc(ARTICLES){id_rubrique}{par num titre}{doublons}>
10
    	<div class="article_date" id="article#ID_ARTICLE">
11
		[<h3>(#TITRE|supprimer_numero)</h3>]
12
		[<h4>(#SOUSTITRE)</h4>]
13
		[(#CHAPO|sinon{#INTRODUCTION}|paragrapher)]
14
		<span class="details">[(#DATE|affdate)] | <a href="#URL_ARTICLE"><:lire_plus:></a></span>
15
		</div>
16
	</BOUCLE_afficheDesc>
17
</BOUCLE_titre>
18
<BOUCLE_afficheArt(ARTICLES){id_rubrique}{par num titre}{doublons}{0,1}>
19
		<div class="article" id="article#ID_ARTICLE">
20
		<h3>[(#TITRE|supprimer_numero)]</h3>
21
		[<h4>(#SOUSTITRE)</h4>]
22
		[(#CHAPO||inserer_attribut{'class','chapeau'})]
23
		[(#TEXTE|paragrapher)]
24
		</div>
25
</BOUCLE_afficheArt>