You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
594 B
HTML
24 lines
594 B
HTML
[(#REM) Affichage simple d'une brève]
|
|
<BOUCLE_breve(BREVES){id_breve}>
|
|
<INCLURE{fond=head}{id_rubrique}{titre_page=#TITRE}>
|
|
<body class="page_breve">
|
|
<INCLURE{fond=menu}{id_rubrique}{id_article}>
|
|
|
|
<div id="contenu">
|
|
[<h2 class="intitule">(#TITRE)</h2>]
|
|
<div style="padding:5px;">
|
|
|
|
|
|
[<section>(#TEXTE)</section>]
|
|
|
|
[<hr/><article class="lien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></article>]
|
|
[<div class="notes"><h2><:info_notes:></h2>(#NOTES)</div>]
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<INCLURE{fond=enbas}>
|
|
</BOUCLE_breve> |