29 lines
678 B
HTML
Executable File
29 lines
678 B
HTML
Executable File
<INCLURE{fond=inclure/head} />
|
|
<body>
|
|
|
|
<INCLURE{fond=inclure/header,env} />
|
|
|
|
<INCLURE{fond=inclure/nav} />
|
|
|
|
<section id="main">
|
|
|
|
<BOUCLE_principale(ARTICLES) {id_article=#ENV{id_article,10}}>
|
|
<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>]
|
|
<br/>
|
|
[(#LESAUTEURS)][, le (#DATE|affdate)][, modifié le (#DATE_MODIF|affdate)]
|
|
</p>
|
|
|
|
[(#TEXTE|image_reduire{672,*})]
|
|
</BOUCLE_principale>
|
|
|
|
</section>
|
|
|
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
|
|
|
</body>
|
|
</html>
|