1 | <BOUCLE_principale(BREVES) {id_breve}> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> |
---|
4 | <head> |
---|
5 | <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title> |
---|
6 | [<meta name="description" content="(#INTRODUCTION{150}|attribut_html)" />] |
---|
7 | [<link rel="canonical" href="(#URL_BREVE|url_absolue)" />] |
---|
8 | <INCLURE{fond=inclure/head} /> |
---|
9 | [(#REM) Lien vers le flux RSS des breves ] |
---|
10 | <link rel="alternate" type="application/rss+xml" title="<:dernieres_breves:>" href="#URL_PAGE{backend-breves}" /> |
---|
11 | </head> |
---|
12 | |
---|
13 | <body class="page_breve"> |
---|
14 | <div class="page"> |
---|
15 | |
---|
16 | [(#REM) Entete de la page ] |
---|
17 | <INCLURE{fond=inclure/header} /> |
---|
18 | <INCLURE{fond=inclure/nav,env} /> |
---|
19 | #FORMULAIRE_RECHERCHE |
---|
20 | |
---|
21 | [(#REM) Contenu : corps de la breve ] |
---|
22 | <div class="wrapper"> |
---|
23 | <div class="content" id="content"> |
---|
24 | |
---|
25 | [(#REM) Fil d'Ariane ] |
---|
26 | <div class="breadcrumb"><a href="#URL_SITE_SPIP/" ><:accueil_site:></a><BOUCLE_ariane(RUBRIQUES){id_rubrique}> > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a></BOUCLE_ariane>[ > <strong class="on">(#TITRE|couper{80})</strong>]</div> |
---|
27 | |
---|
28 | <div class="cartouche"> |
---|
29 | [(#LOGO_BREVE|image_reduire{200,200})] |
---|
30 | <h1 class="#EDIT{titre}">#TITRE</h1> |
---|
31 | <p><small><abbr class="published" title="[(#DATE|date_iso)]">[(#DATE|nom_jour) ][(#DATE|affdate)]</abbr></small></p> |
---|
32 | </div> |
---|
33 | |
---|
34 | [<div class="#EDIT{texte} texte">(#TEXTE)</div>] |
---|
35 | [<p class="lien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>] |
---|
36 | [<div class="notes"><h2><:info_notes:></h2>(#NOTES)</div>] |
---|
37 | |
---|
38 | [(#REM) Forum de la breve |
---|
39 | NB : pour desactiver les forums de breve, supprimez simplement les lignes ci-dessous ] |
---|
40 | <a href="#forum" name="forum" id="forum"></a> |
---|
41 | <INCLURE{fond=inclure/forum, id_breve} /> |
---|
42 | [<p class="repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)" rel="noindex nofollow"><:repondre_breve:></a></p>] |
---|
43 | |
---|
44 | </div><!--.content--> |
---|
45 | </div><!--.wrapper--> |
---|
46 | |
---|
47 | [(#REM) Menu de navigation laterale ] |
---|
48 | <div class="aside"> |
---|
49 | |
---|
50 | [(#REM) Menu de navigation par rubriques ] |
---|
51 | <INCLURE{fond=inclure/rubriques, id_rubrique} />[(#REM) Breves dans la meme rubrique ] |
---|
52 | <B_breves> |
---|
53 | <div class="menu"> |
---|
54 | <h2><:autres_breves:></h2> |
---|
55 | <ul> |
---|
56 | <BOUCLE_breves(BREVES) {id_rubrique} {par date}{inverse} {0,10}> |
---|
57 | <li>[(#DATE|affdate_jourcourt) – ]<a href="#URL_BREVE"[ class="(#EXPOSE)"]>#TITRE</a></li> |
---|
58 | </BOUCLE_breves> |
---|
59 | </ul> |
---|
60 | </div> |
---|
61 | </B_breves> |
---|
62 | |
---|
63 | [(#REM) Menu de navigation mots-cles ] |
---|
64 | <B_mots> |
---|
65 | <div class="menu"> |
---|
66 | <h2><:mots_clefs:></h2> |
---|
67 | <ul> |
---|
68 | <BOUCLE_mots(MOTS) {id_breve} {par titre}> |
---|
69 | <li><a href="#URL_MOT" rel="tag">#TITRE</a></li> |
---|
70 | </BOUCLE_mots> |
---|
71 | </ul> |
---|
72 | </div> |
---|
73 | </B_mots> |
---|
74 | |
---|
75 | </div><!--.aside--> |
---|
76 | |
---|
77 | [(#REM) Pied de page ] |
---|
78 | <INCLURE{fond=inclure/footer, skel=#SQUELETTE} /> |
---|
79 | |
---|
80 | </div><!--.page--> |
---|
81 | </body> |
---|
82 | </html> |
---|
83 | </BOUCLE_principale>[(#INCLURE{fond=404, erreur=<:aucune_breve:>})] |
---|
84 | <//B_principale> |
---|