1 | <BOUCLE_principale(ARTICLES) {id_article}> |
---|
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 | <INCLURE{fond=inc-head}> |
---|
8 | </head> |
---|
9 | |
---|
10 | <body class="page_article"> |
---|
11 | <div id="page"> |
---|
12 | |
---|
13 | [(#REM) Entete de la page + titre du site ] |
---|
14 | <INCLURE{fond=inc-entete,id_article}> |
---|
15 | |
---|
16 | [(#REM) Contenu principal : contenu de l'article ] |
---|
17 | <div class="hfeed" id="conteneur"> |
---|
18 | <div class="hentry" id="contenu"> |
---|
19 | |
---|
20 | [(#REM) Fil d'Ariane ] |
---|
21 | <div id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_article}> |
---|
22 | [(#ID_PARENT|!={0}|oui) > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a>]</BOUCLE_ariane>[ > <strong class="on">(#TITRE|couper{80})</strong>]</div> |
---|
23 | |
---|
24 | <div class="cartouche"> |
---|
25 | <div class="surlignable"> |
---|
26 | [(#LOGO_ARTICLE|image_reduire{200,200})] |
---|
27 | [<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>] |
---|
28 | <h1 class="#EDIT{titre} entry-title">#TITRE</h1> |
---|
29 | [<p class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</p>] |
---|
30 | </div> |
---|
31 | |
---|
32 | <p><small><abbr class="published" title="[(#DATE|date_iso)]">[(#DATE|nom_jour) ][(#DATE|affdate)]</abbr>[, <:par_auteur:> (#LESAUTEURS)][ (<:texte_date_publication_anterieure:> (#DATE_REDAC|affdate)).]</small></p> |
---|
33 | |
---|
34 | </div> |
---|
35 | |
---|
36 | <div class="surlignable"> |
---|
37 | [<div class="#EDIT{chapo} chapo">(#CHAPO|image_reduire{500,0})</div>] |
---|
38 | [<div class="#EDIT{texte} texte entry-content">(#TEXTE|image_reduire{500,0})</div>] |
---|
39 | </div> |
---|
40 | |
---|
41 | |
---|
42 | [<p class="#EDIT{hyperlien} hyperlien"><:voir_en_ligne:> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>] |
---|
43 | |
---|
44 | [<div class="ps surlignable"><h2 class="pas_surlignable"><:info_ps:></h2><div class="#EDIT{ps}">(#PS|image_reduire{500,0})</div></div>] |
---|
45 | |
---|
46 | |
---|
47 | |
---|
48 | [(#REM) Gestion du portfolio et des documents |
---|
49 | Le critere {env} permet de passer d'autres arguments de la page |
---|
50 | par exemple l'id_document choisi pour un affichage complet |
---|
51 | ] |
---|
52 | [(#INCLURE{fond=inc-documents}{id_article}{env})] |
---|
53 | |
---|
54 | |
---|
55 | [(#REM) Petition : |
---|
56 | La petition ayant une PAGINATION il faut absolument {env} |
---|
57 | et pourquoi pas ajax |
---|
58 | ][(#PETITION|?{' '})<INCLURE{fond=inc-petition}{id_article}{env}{ajax}>] |
---|
59 | |
---|
60 | [<div class="notes surlignable"><h2 class="pas_surlignable"><:info_notes:></h2>(#NOTES)</div>] |
---|
61 | |
---|
62 | [(#REM) Forum de l'article ] |
---|
63 | <a href="#forum" name="forum" id="forum"></a> |
---|
64 | <INCLURE{fond=inc-forum}{id_article} /> |
---|
65 | [<p class="repondre"><a href="(#PARAMETRES_FORUM|url_reponse_forum)" rel="noindex nofollow"><:repondre_article:></a></p>] |
---|
66 | |
---|
67 | </div><!--#contenu--> |
---|
68 | </div><!--#conteneur--> |
---|
69 | |
---|
70 | |
---|
71 | [(#REM) Menu de navigation laterale ] |
---|
72 | <div id="navigation"> |
---|
73 | |
---|
74 | [(#REM) Menu de navigation par rubriques ] |
---|
75 | <INCLURE{fond=inc-rubriques}{id_rubrique}> |
---|
76 | |
---|
77 | #FORMULAIRE_RECHERCHE |
---|
78 | |
---|
79 | </div><!--#navigation--> |
---|
80 | |
---|
81 | [(#REM) Menu de navigation laterale ] |
---|
82 | <div id="extra"> |
---|
83 | |
---|
84 | [(#REM) Articles dans la meme rubrique ] |
---|
85 | <B_articles_rubrique> |
---|
86 | <div class="menu"> |
---|
87 | <h2><a href="#URL_RUBRIQUE"><:meme_rubrique:></a></h2> |
---|
88 | <ul> |
---|
89 | <BOUCLE_articles_rubrique(ARTICLES) {id_rubrique} {par date}{inverse} {0,10}> |
---|
90 | <li><a href="#URL_ARTICLE"[ class="(#EXPOSE)"]>#TITRE</a></li> |
---|
91 | </BOUCLE_articles_rubrique> |
---|
92 | </ul> |
---|
93 | </div> |
---|
94 | </B_articles_rubrique> |
---|
95 | |
---|
96 | [(#REM) Menu de navigation mots-cles ] |
---|
97 | #MODELE{article_mots} |
---|
98 | |
---|
99 | </div><!--#extra--> |
---|
100 | |
---|
101 | [(#REM) Pied de page ] |
---|
102 | <INCLURE{fond=inc-pied}{skel=#SQUELETTE}> |
---|
103 | |
---|
104 | </div><!--#page--> |
---|
105 | </body> |
---|
106 | </html> |
---|
107 | </BOUCLE_principale> |
---|