les rubriques affichent quelque chose

This commit is contained in:
tierce (Thierry Fenasse) 2022-06-16 15:37:59 +02:00
parent 53d7b6dcc8
commit 78ac8f3857
Signed by: tierce
GPG Key ID: 56BF2A3A07DDEB1F

42
rubrique.html Executable file
View File

@ -0,0 +1,42 @@
<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>
<ul>
<BOUCLE_articles(ARTICLES) {id_rubrique}>
<li>
<a href="#URL_ARTICLE">#TITRE</a><br />
<small>· [(#DATE_MODIF|affdate)], par #LESAUTEURS</small>
</li>
</BOUCLE_articles>
</ul>
</B_articles>
Cette rubrique ne contient pas d'article.
<//B_articles>
</section>
<INCLURE{fond=inclure/footer,self=#SELF} />
</body>
</html>