Subversion Repositories Sites.outils-naturalistes.fr

Rev

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

<BOUCLE_gen(RUBRIQUES){id_rubrique}>
        <div class="rubrique" id="rubrique#ID_RUBRIQUE">
                        [<h4>(#SOUSTITRE)</h4>]
                        [(#TEXTE|paragrapher)]
   </div>
</BOUCLE_gen>
<BOUCLE_titre(RUBRIQUES){id_rubrique}{par num titre}{id_mot=1}>
        <!-- contenu court avec date -->
        <BOUCLE_afficheDesc(ARTICLES){id_rubrique}{par num titre}{doublons}>
        <div class="article_date" id="article#ID_ARTICLE">
                [<h3>(#TITRE|supprimer_numero)</h3>]
                [<h4>(#SOUSTITRE)</h4>]
                [(#CHAPO|sinon{#INTRODUCTION}|paragrapher)]
                <span class="details">[(#DATE|affdate)] | <a href="#URL_ARTICLE"><:lire_plus:></a></span>
                </div>
        </BOUCLE_afficheDesc>
</BOUCLE_titre>
<BOUCLE_afficheArt(ARTICLES){id_rubrique}{par num titre}{doublons}{0,1}>
                <div class="article" id="article#ID_ARTICLE">
                <h3>[(#TITRE|supprimer_numero)]</h3>
                [<h4>(#SOUSTITRE)</h4>]
                [(#CHAPO||inserer_attribut{'class','chapeau'})]
                [(#TEXTE|paragrapher)]
                </div>
</BOUCLE_afficheArt>