61 lines
1.6 KiB
HTML
61 lines
1.6 KiB
HTML
|
<section class="content" id="content">
|
||
|
<header class="cartouche">
|
||
|
<h1><:plan_site:></h1>
|
||
|
<INCLURE{fond=breadcrumb/#ENV{type-page},env} />
|
||
|
</header>
|
||
|
|
||
|
<div class="main">
|
||
|
|
||
|
[(#REM) Articles et sous-rubriques ]
|
||
|
<B_articles_pages>
|
||
|
<ul class="plan">
|
||
|
<BOUCLE_articles_pages(ARTICLES) {id_rubrique=-1} {page !IN accueil, mentions} {par titre}>
|
||
|
<li><a href="#URL_ARTICLE">#TITRE</a></li>
|
||
|
</BOUCLE_articles_pages>
|
||
|
</ul>
|
||
|
</B_articles_pages>
|
||
|
|
||
|
<BOUCLE_secteurs(RUBRIQUES) {racine} {par num titre, titre}>
|
||
|
|
||
|
<h2 class="h2"><a href="#URL_RUBRIQUE">#TITRE</a></h2>
|
||
|
|
||
|
[(#REM) Articles et sous-rubriques ]
|
||
|
<BOUCLE_test_article_r1(ARTICLES){id_rubrique}{1,2}>
|
||
|
</BOUCLE_test_article_r1>
|
||
|
<B_articles_racine>
|
||
|
<ul class="plan">
|
||
|
<BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par titre}>
|
||
|
<li><a href="#URL_ARTICLE">#TITRE</a></li>
|
||
|
</BOUCLE_articles_racine>
|
||
|
</ul>
|
||
|
</B_articles_racine>
|
||
|
</B_test_article_r1>
|
||
|
|
||
|
<B_rubriques>
|
||
|
<ul class="plan">
|
||
|
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}>
|
||
|
<li>
|
||
|
<strong><a href="#URL_RUBRIQUE">#TITRE</a></strong>
|
||
|
|
||
|
<BOUCLE_test_article_r2(ARTICLES){id_rubrique}{1,2}>
|
||
|
</BOUCLE_test_article_r2>
|
||
|
<B_articles>
|
||
|
<ul>
|
||
|
<BOUCLE_articles(ARTICLES) {id_rubrique} {par titre}>
|
||
|
[(#TOTAL_BOUCLE|>{1}|oui)<li><a href="#URL_ARTICLE">#TITRE</a></li>]
|
||
|
</BOUCLE_articles>
|
||
|
</ul>
|
||
|
</B_articles>
|
||
|
</B_test_article_r2>
|
||
|
|
||
|
<BOUCLE_sous_rubriques(BOUCLE_rubriques)></BOUCLE_sous_rubriques>
|
||
|
</li>
|
||
|
</BOUCLE_rubriques>
|
||
|
</ul>
|
||
|
</B_rubriques>
|
||
|
|
||
|
</BOUCLE_secteurs>
|
||
|
|
||
|
</div>
|
||
|
</section>
|