4 |
david |
1 |
<BOUCLE_article_principal(ARTICLES) {id_article}><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html dir="#LANG_DIR" lang="#LANG">
|
|
|
3 |
<head>
|
|
|
4 |
<title>[(#TITRE|textebrut)]</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
|
|
|
6 |
<!-- Ceci est la feuille de style par defaut pour les types internes a SPIP -->
|
|
|
7 |
<link rel="stylesheet" href="spip_style.css" type="text/css" />
|
|
|
8 |
|
|
|
9 |
<!-- Les feuilles de style specifiques aux presents squelettes -->
|
|
|
10 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/typographie.css" type="text/css" />
|
|
|
11 |
|
|
|
12 |
<!-- media="..." permet de ne pas utiliser ce style sous Netscape 4 (sinon plantage) -->
|
|
|
13 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/habillage.css" type="text/css" media="projection, screen, tv" />
|
|
|
14 |
<!-- media="print" permet d'utiliser cette feuille de style quand vous imprimez depuis votre navigateur -->
|
|
|
15 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/impression.css" type="text/css" media="print" />
|
|
|
16 |
</head>
|
|
|
17 |
|
|
|
18 |
<body>
|
|
|
19 |
<div id="navigation">
|
|
|
20 |
|
|
|
21 |
<h1 class="structure"><:navigation:></h1>
|
|
|
22 |
|
|
|
23 |
<!-- Menu de navigation general -->
|
|
|
24 |
|
|
|
25 |
<div class="menu">
|
|
|
26 |
<ul class="general">
|
|
|
27 |
<li class="menu-titre">
|
|
|
28 |
[<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b>#NOM_SITE_SPIP</b></a>]
|
|
|
29 |
</li>
|
|
|
30 |
<li class="menu-item">
|
|
|
31 |
<a href="plan.php3"><:plan_site:></a>
|
|
|
32 |
</li>
|
|
|
33 |
<li class="menu-item">
|
|
|
34 |
<a href="resume.php3" title="<:articles_populaires:>"><:en_resume:></a>
|
|
|
35 |
</li>
|
|
|
36 |
<li class="menu-item">
|
|
|
37 |
<a href="ecrire/"><:espace_prive:></a>
|
|
|
38 |
</li>
|
|
|
39 |
</ul>
|
|
|
40 |
</div>
|
|
|
41 |
|
|
|
42 |
<!-- Formulaire de recherche -->
|
|
|
43 |
|
|
|
44 |
[(#FORMULAIRE_RECHERCHE)]
|
|
|
45 |
|
|
|
46 |
<!-- Menu de navigation rubriques -->
|
|
|
47 |
|
|
|
48 |
<B_rubriques>
|
|
|
49 |
<div class="menu">
|
|
|
50 |
<ol class="rubriques">
|
|
|
51 |
<BOUCLE_rubriques(HIERARCHIE) {id_article}>
|
|
|
52 |
<li>
|
|
|
53 |
<div class="menu-titre"><a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></div>
|
|
|
54 |
<B_sous_rubriques>
|
|
|
55 |
<ul class="menu-liste">
|
|
|
56 |
<BOUCLE_sous_rubriques(RUBRIQUES) {meme_parent} {exclus} {par date} {inverse} {0,3}>
|
|
|
57 |
<li class="menu-item"><a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li>
|
|
|
58 |
</BOUCLE_sous_rubriques>
|
|
|
59 |
</ul>
|
|
|
60 |
</B_sous_rubriques>
|
|
|
61 |
</li>
|
|
|
62 |
</BOUCLE_rubriques>
|
|
|
63 |
</ol>
|
|
|
64 |
</div>
|
|
|
65 |
</B_rubriques>
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
<!-- Menu de navigation mots-cles -->
|
|
|
69 |
|
|
|
70 |
<B_mots>
|
|
|
71 |
<div class="menu">
|
|
|
72 |
|
|
|
73 |
<h1 class="structure"><:mots_clefs:></h1>
|
|
|
74 |
|
|
|
75 |
<ul class="divers" title="<:mots_clefs:>">
|
|
|
76 |
<BOUCLE_mots(MOTS) {id_article} {par titre}>
|
|
|
77 |
<li>
|
|
|
78 |
<div class="menu-titre"><a href="#URL_MOT" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></div>
|
|
|
79 |
<B_articles_mots>
|
|
|
80 |
<ul class="menu-liste">
|
|
|
81 |
<BOUCLE_articles_mots(ARTICLES) {id_mot} {par hasard} {0,4}>
|
|
|
82 |
<li class="menu-item"><a href="#URL_ARTICLE" title="[(#DESCRIPTIF|textebrut|entites_html)]">#TITRE</a></li>
|
|
|
83 |
</BOUCLE_articles_mots>
|
|
|
84 |
</ul>
|
|
|
85 |
</B_articles_mots>
|
|
|
86 |
</li>
|
|
|
87 |
</BOUCLE_mots>
|
|
|
88 |
</ul>
|
|
|
89 |
</div>
|
|
|
90 |
</B_mots>
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
<!-- Liens des forums -->
|
|
|
94 |
<BOUCLE_forums_decompte(FORUMS){id_article}{plat}></BOUCLE_forums_decompte>
|
|
|
95 |
[<div class="menu" title="<:derniers_commentaires:>">
|
|
|
96 |
|
|
|
97 |
<h1 class="structure"><:derniers_commentaires:></h1>
|
|
|
98 |
|
|
|
99 |
<ul class="forums">
|
|
|
100 |
|
|
|
101 |
<li class="menu-titre"><:messages_forum:>: (#TOTAL_BOUCLE)</li>]
|
|
|
102 |
<//B_forums_decompte>
|
|
|
103 |
<BOUCLE_forums_liens(FORUMS){id_article}{par date}{inverse}{0,5}>
|
|
|
104 |
<li class="menu-item">[<i>(#DATE|affdate_court)</i>:]
|
|
|
105 |
<a href="#forum#ID_FORUM">#TITRE</a>
|
|
|
106 |
</li>
|
|
|
107 |
</BOUCLE_forums_liens>
|
|
|
108 |
</ul>
|
|
|
109 |
</div>
|
|
|
110 |
</B_forums_liens>
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
</div>
|
|
|
114 |
|
|
|
115 |
|
|
|
116 |
<!-- Une : derniers articles publies -->
|
|
|
117 |
|
|
|
118 |
<div class="contenu" id="principal">
|
|
|
119 |
|
|
|
120 |
<div class="cartouche">
|
|
|
121 |
[
|
|
|
122 |
(#LOGO_ARTICLE|left||reduire_image{120,120})][
|
|
|
123 |
<div class="surtitre">#DEBUT_SURLIGNE(#SURTITRE)#FIN_SURLIGNE</div>
|
|
|
124 |
]<h1 class="titre-texte">#DEBUT_SURLIGNE#TITRE#FIN_SURLIGNE</h1>[
|
|
|
125 |
<div class="surtitre">#DEBUT_SURLIGNE(#SOUSTITRE)#FIN_SURLIGNE</div>
|
|
|
126 |
]
|
|
|
127 |
[(#DATE|nom_jour)] [(#DATE|affdate).]
|
|
|
128 |
</div>
|
|
|
129 |
|
|
|
130 |
<div style="line-height: 0em"> </div><!-- Bug Mozilla http://bugzilla.mozilla.org/show_bug.cgi?id=200510 -->
|
|
|
131 |
|
|
|
132 |
<div class="encart">
|
|
|
133 |
|
|
|
134 |
<!-- Auteurs de l'article -->
|
|
|
135 |
|
|
|
136 |
<B_auteurs>
|
|
|
137 |
|
|
|
138 |
<div class="menu">
|
|
|
139 |
<h2 class="structure"><:memes_auteurs:></h2>
|
|
|
140 |
<ul class="divers">
|
|
|
141 |
<BOUCLE_auteurs(AUTEURS) {id_article} {par nom}>
|
|
|
142 |
<li>
|
|
|
143 |
<div class="menu-titre"><a href="#URL_AUTEUR">#NOM</a></div>
|
|
|
144 |
<ul>
|
|
|
145 |
[<li class="menu-item" style="text-align: center"><a href="(#URL_SITE)">#NOM_SITE</a></li>]
|
|
|
146 |
[<li class="menu-item" style="text-align: center">(#BIO)</li>]
|
|
|
147 |
<B_articles_auteur>
|
|
|
148 |
<BOUCLE_articles_auteur(ARTICLES) {id_auteur} {par popularite} {inverse} {0,5}>
|
|
|
149 |
<li class="menu-item"><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></li>
|
|
|
150 |
</BOUCLE_articles_auteur>
|
|
|
151 |
</ul>
|
|
|
152 |
</li>
|
|
|
153 |
</BOUCLE_auteurs>
|
|
|
154 |
</ul>
|
|
|
155 |
</div>
|
|
|
156 |
|
|
|
157 |
</B_auteurs>
|
|
|
158 |
|
|
|
159 |
<!-- Articles dans la meme rubrique -->
|
|
|
160 |
|
|
|
161 |
<B_articles_rubrique>
|
|
|
162 |
|
|
|
163 |
<div class="menu">
|
|
|
164 |
<div class="breves">
|
|
|
165 |
<h2 class="structure"><:meme_rubrique:></h2>
|
|
|
166 |
<div class="menu-titre">
|
|
|
167 |
<:meme_rubrique:>
|
|
|
168 |
</div>
|
|
|
169 |
<ul>
|
|
|
170 |
<BOUCLE_articles_rubrique(ARTICLES) {id_rubrique} {par hasard} {exclus} {0,8}>
|
|
|
171 |
<li class="menu-item">
|
|
|
172 |
<a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a>
|
|
|
173 |
</li>
|
|
|
174 |
</BOUCLE_articles_rubrique>
|
|
|
175 |
</ul>
|
|
|
176 |
</div>
|
|
|
177 |
</div>
|
|
|
178 |
|
|
|
179 |
</B_articles_rubrique>
|
|
|
180 |
[<div class='reponse_formulaire'>
|
|
|
181 |
<a name='sp#ID_ARTICLE' id='sp#ID_ARTICLE'></a>
|
|
|
182 |
(#FORMULAIRE_SIGNATURE)
|
|
|
183 |
</div>]
|
|
|
184 |
</div>
|
|
|
185 |
|
|
|
186 |
[
|
|
|
187 |
<div class="chapo">#DEBUT_SURLIGNE(#CHAPO)#FIN_SURLIGNE</div>
|
|
|
188 |
][<div class="texte">#DEBUT_SURLIGNE(#TEXTE)#FIN_SURLIGNE</div>
|
|
|
189 |
][<div class="ps">#DEBUT_SURLIGNE(#PS)#FIN_SURLIGNE</div>][
|
|
|
190 |
<div class="notes">#DEBUT_SURLIGNE(#NOTES)#FIN_SURLIGNE</div>
|
|
|
191 |
]
|
|
|
192 |
|
|
|
193 |
|
|
|
194 |
<BOUCLE_afficher_document(DOCUMENTS){id_document}{mode=document}{extension==(png|jpg|gif)$}{doublons}>
|
|
|
195 |
<hr />
|
|
|
196 |
[<h3 class="spip">(#TITRE)</h3>]
|
|
|
197 |
[<div>(#DESCRIPTIF)</div>]
|
|
|
198 |
|
|
|
199 |
[<div>(#EMBED_DOCUMENT)</div>]
|
|
|
200 |
</BOUCLE_afficher_document>
|
|
|
201 |
|
|
|
202 |
<B_documents_portfolio>
|
|
|
203 |
<div><hr />
|
|
|
204 |
<BOUCLE_documents_portfolio(DOCUMENTS){id_article}{mode=document}{extension==(png|jpg|gif)$}{doublons}>
|
|
|
205 |
<div style="float: left;">
|
|
|
206 |
[<a href="#URL_ARTICLE[(#URL_ARTICLE|strpos{?}|?{&,?})]id_document=#ID_DOCUMENT">(#LOGO_DOCUMENT{0,60})</a>]
|
|
|
207 |
[<div style="clear: both;"><b>(#TITRE)</b></div>][<div style="clear: both;">(#DESCRIPTIF)</div>]
|
|
|
208 |
</div>
|
|
|
209 |
</BOUCLE_documents_portfolio>
|
|
|
210 |
</div>
|
|
|
211 |
<div style="clear: both;"></div>
|
|
|
212 |
</B_documents_portfolio>
|
|
|
213 |
|
|
|
214 |
<B_documents_joints>
|
|
|
215 |
<div><hr />
|
|
|
216 |
<BOUCLE_documents_joints(DOCUMENTS) {id_article} {mode=document} {doublons}>
|
|
|
217 |
<div style="float: left;">
|
|
|
218 |
[(#LOGO_DOCUMENT|#URL_DOCUMENT)][<div style="clear: both;"><b>(#TITRE)</b></div>][<div style="clear: both;">(#DESCRIPTIF)</div>]
|
|
|
219 |
</div>
|
|
|
220 |
</BOUCLE_documents_joints>
|
|
|
221 |
</div>
|
|
|
222 |
<div style="clear: both;"></div>
|
|
|
223 |
</B_documents_joints>
|
|
|
224 |
|
|
|
225 |
|
|
|
226 |
<!-- Signatures petition -->
|
|
|
227 |
|
|
|
228 |
<BOUCLE_signatures_decompte(SIGNATURES) {id_article}></BOUCLE_signatures_decompte>
|
|
|
229 |
[<div class="signatures-titre"><:signatures_petition:>: (#TOTAL_BOUCLE)</div>
|
|
|
230 |
|
|
|
231 |
<table class="signatures">
|
|
|
232 |
<thead class="structure">
|
|
|
233 |
<tr>
|
|
|
234 |
<th><:date:></th>
|
|
|
235 |
<th><:nom:></th>
|
|
|
236 |
<th><:message:></th>
|
|
|
237 |
</tr>
|
|
|
238 |
</thead>
|
|
|
239 |
<tbody>]
|
|
|
240 |
<//B_signatures_decompte>
|
|
|
241 |
<BOUCLE_signatures(SIGNATURES) {id_article} {par date} {inverse} {debut_signatures,30}>
|
|
|
242 |
<tr>
|
|
|
243 |
<td class="signature-date">[(#DATE|affdate_court)]</td>
|
|
|
244 |
<td class="signature-nom">#NOM[ <a href="#URL_SITE">(#NOM_SITE)</a>]</td>
|
|
|
245 |
[<td class="signature-message">(#MESSAGE)</td>]
|
|
|
246 |
</tr>
|
|
|
247 |
</BOUCLE_signatures>
|
|
|
248 |
</tbody>
|
|
|
249 |
</table>
|
|
|
250 |
</B_signatures>
|
|
|
251 |
|
|
|
252 |
|
|
|
253 |
<!-- Forums -->
|
|
|
254 |
|
|
|
255 |
[<div class="forum-repondre"><b><a href="forum.php3?(#PARAMETRES_FORUM)"><:repondre_article:></a></b></div>]
|
|
|
256 |
<br />
|
|
|
257 |
|
|
|
258 |
<B_forums>
|
|
|
259 |
<h1 class="structure"><:Forum:></h1>
|
|
|
260 |
|
|
|
261 |
<ul class="forum-total">
|
|
|
262 |
|
|
|
263 |
<BOUCLE_forums(FORUMS){id_article}{par date}{inverse}>
|
|
|
264 |
|
|
|
265 |
<li>
|
|
|
266 |
<div class="forum-fil">
|
|
|
267 |
|
|
|
268 |
<div class="forum">
|
|
|
269 |
<div class="forum-chapo">
|
|
|
270 |
<div class="forum-titre"><a name="forum#ID_FORUM"></a>#TITRE</div>
|
|
|
271 |
[(#DATE|affdate)][, <:par_auteur:> <a href="mailto:[(#EMAIL|entites_html)]">(#NOM)</a>]
|
|
|
272 |
</div>
|
|
|
273 |
<div class="forum-item">
|
|
|
274 |
#TEXTE
|
|
|
275 |
[<div class="forum-titre"><a href="(#URL_SITE)" class="spip_out">#NOM_SITE</a></div>]
|
|
|
276 |
[<div class="forum-repondre-message"><a href="forum.php3?(#PARAMETRES_FORUM)"><:repondre_message:></a></div>]
|
|
|
277 |
</div>
|
|
|
278 |
</div>
|
|
|
279 |
|
|
|
280 |
<B_forums_fils>
|
|
|
281 |
<ul>
|
|
|
282 |
<BOUCLE_forums_fils(FORUMS){id_parent}{par date}>
|
|
|
283 |
|
|
|
284 |
<li>
|
|
|
285 |
<div class="forum">
|
|
|
286 |
<div class="forum-chapo">
|
|
|
287 |
<div class="forum-titre"><a name="forum#ID_FORUM"></a>#TITRE</div>
|
|
|
288 |
[(#DATE|affdate)][, <:par_auteur:> <a href="mailto:#EMAIL">(#NOM)</a>]
|
|
|
289 |
</div>
|
|
|
290 |
<div class="forum-item">
|
|
|
291 |
#TEXTE
|
|
|
292 |
[<div class="forum-titre"><a href="(#URL_SITE)" class="spip_out">#NOM_SITE</a></div>]
|
|
|
293 |
[<div class="forum-repondre-message"><a href="forum.php3?(#PARAMETRES_FORUM)"><:repondre_message:></a></div>]
|
|
|
294 |
</div>
|
|
|
295 |
|
|
|
296 |
</div>
|
|
|
297 |
|
|
|
298 |
<BOUCLE_Forums_Boucle(boucle_forums_fils)></BOUCLE_Forums_Boucle>
|
|
|
299 |
</li>
|
|
|
300 |
|
|
|
301 |
</BOUCLE_forums_fils>
|
|
|
302 |
</ul>
|
|
|
303 |
</B_forums_fils>
|
|
|
304 |
|
|
|
305 |
</div>
|
|
|
306 |
</li>
|
|
|
307 |
</BOUCLE_forums>
|
|
|
308 |
|
|
|
309 |
</ul>
|
|
|
310 |
</B_forums>
|
|
|
311 |
|
|
|
312 |
</div>
|
|
|
313 |
|
|
|
314 |
</body>
|
|
|
315 |
</html>
|
|
|
316 |
</BOUCLE_article_principal>
|