Subversion Repositories Sites.outils-naturalistes.fr

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/trunk/spip/squelettes/include/rubrique-contenu.html
3,4 → 3,23
[<h4>(#SOUSTITRE)</h4>]
[(#TEXTE|paragrapher)]
</div>
</BOUCLE_gen>
</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>