1 changed files with 52 additions and 0 deletions
@ -0,0 +1,52 @@
|
||||
<section id="main" class="wrapper style2"> |
||||
|
||||
<div class="title">#NOM_SITE_SPIP</div> |
||||
|
||||
<div class="container"> |
||||
|
||||
<div id="content"> |
||||
<article class="box post"> |
||||
<header class="entente style1"> |
||||
<h1 [class="(#EDIT{titre})"]><:plan_site:></h1> |
||||
</header> |
||||
|
||||
<BOUCLE_secteurs(RUBRIQUES){racine}{par titre}> |
||||
|
||||
<h2 class="h2"><a href="#URL_RUBRIQUE">#TITRE</a></h2> |
||||
|
||||
[(#REM) Articles et sous-rubriques ] |
||||
<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_rubriques> |
||||
<ul class="plan"> |
||||
<BOUCLE_rubriques(RUBRIQUES){id_parent}{par titre}> |
||||
<li> |
||||
<strong><a href="#URL_RUBRIQUE">#TITRE</a></strong> |
||||
|
||||
<B_articles> |
||||
<ul class="plan"> |
||||
<BOUCLE_articles(ARTICLES){id_rubrique}{par titre}> |
||||
<li><a href="#URL_ARTICLE">#TITRE</a></li> |
||||
</BOUCLE_articles> |
||||
</ul> |
||||
</B_articles> |
||||
|
||||
<BOUCLE_sous_rubriques(BOUCLE_rubriques)></BOUCLE_sous_rubriques> |
||||
</li> |
||||
</BOUCLE_rubriques> |
||||
</ul> |
||||
</B_rubriques> |
||||
|
||||
</BOUCLE_secteurs> |
||||
|
||||
</article> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
Loading…
Reference in new issue