les rubriques affichent quelque chose
This commit is contained in:
parent
53d7b6dcc8
commit
78ac8f3857
42
rubrique.html
Executable file
42
rubrique.html
Executable 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}> >
|
||||
<a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>
|
||||
</BOUCLE_ariane>[ > <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>
|
Loading…
Reference in New Issue
Block a user