website-spip/rubrique.html

44 lines
917 B
HTML
Executable File

<INCLURE{fond=inclure/head} />
<body>
<INCLURE{fond=inclure/header,env} />
<INCLURE{fond=inclure/nav} />
<section id="main">
<p class="arbo">
<a href="#URL_SITE_SPIP/"><:accueil_site:></a>
<BOUCLE_ariane(HIERARCHIE){id_article}> &gt;
<a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
</BOUCLE_ariane>[ &gt; <strong class="on">(#TITRE|couper{80})</strong>]
</p>
<BOUCLE_logo(RUBRIQUES) {id_rubrique}>
#LOGO_RUBRIQUE
</BOUCLE_logo>
<B_articles>
<BOUCLE_articles(ARTICLES) {id_rubrique}>
<h3>
<a href="#URL_ARTICLE">#TITRE</a><br />
<span class="smaller">
[(#SOUSTITRE)<br />]
#LESAUTEURS, le [(#DATE|affdate)][, modifié le (#DATE_MODIF|affdate)]
</span>
</h3>
</BOUCLE_articles>
</B_articles>
Cette rubrique ne contient pas d'article.
<//B_articles>
</section>
<INCLURE{fond=inclure/footer,self=#SELF} />
</body>
</html>