4 |
david |
1 |
<!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>[#NOM_SITE_SPIP] <:poster_message:></title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
|
|
|
6 |
|
|
|
7 |
<!-- Ceci est la feuille de style par defaut pour les types internes a SPIP -->
|
|
|
8 |
<link rel="stylesheet" href="spip_style.css" type="text/css" />
|
|
|
9 |
|
|
|
10 |
<!-- Les feuilles de style specifiques aux presents squelettes -->
|
|
|
11 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/typographie.css" type="text/css" />
|
|
|
12 |
|
|
|
13 |
<!-- media="..." permet de ne pas utiliser ce style sous Netscape 4 (sinon plantage) -->
|
|
|
14 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/habillage.css" type="text/css" media="print, projection, screen, tv" />
|
|
|
15 |
</head>
|
|
|
16 |
|
|
|
17 |
<body>
|
|
|
18 |
|
|
|
19 |
|
|
|
20 |
<div id="navigation">
|
|
|
21 |
|
|
|
22 |
<h1 class="structure"><:navigation:></h1>
|
|
|
23 |
|
|
|
24 |
<!-- Menu de navigation general -->
|
|
|
25 |
|
|
|
26 |
<div class="menu">
|
|
|
27 |
<ul class="general">
|
|
|
28 |
<li class="menu-titre">
|
|
|
29 |
[<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b>#NOM_SITE_SPIP</b></a>]
|
|
|
30 |
</li>
|
|
|
31 |
<li class="menu-item">
|
|
|
32 |
<a href="plan.php3"><:plan_site:></a>
|
|
|
33 |
</li>
|
|
|
34 |
<li class="menu-item">
|
|
|
35 |
<a href="resume.php3" title="<:articles_populaires:>"><:en_resume:></a>
|
|
|
36 |
</li>
|
|
|
37 |
<li class="menu-item">
|
|
|
38 |
<a href="ecrire/"><:espace_prive:></a>
|
|
|
39 |
</li>
|
|
|
40 |
</ul>
|
|
|
41 |
</div>
|
|
|
42 |
|
|
|
43 |
</div>
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
<!-- Contenu : poster un message dans le forum -->
|
|
|
47 |
|
|
|
48 |
<div id="principal" class="contenu">
|
|
|
49 |
|
|
|
50 |
<h1 class="structure"><:poster_message:></h1>
|
|
|
51 |
|
|
|
52 |
<BOUCLE_article(ARTICLES) {id_article}>
|
|
|
53 |
<:en_reponse:>
|
|
|
54 |
[(#LOGO_ARTICLE|right)]
|
|
|
55 |
[<div class="surtitre">(#SURTITRE)</div>]
|
|
|
56 |
<h2 class="titre-extrait"><a href="#URL_ARTICLE">#TITRE</a></h2>
|
|
|
57 |
[<div class="surtitre">(#SOUSTITRE)</div>]
|
|
|
58 |
<div class="detail">
|
|
|
59 |
[(#DATE|nom_jour)] [(#DATE|affdate)]
|
|
|
60 |
<B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>#NOM</BOUCLE_auteurs_un>
|
|
|
61 |
</div>
|
|
|
62 |
[<div class="texte"><div class="extrait">(#INTRODUCTION)</div></div>]
|
|
|
63 |
<br />
|
|
|
64 |
</BOUCLE_article>
|
|
|
65 |
|
|
|
66 |
<BOUCLE_breve(BREVES) {id_breve}>
|
|
|
67 |
<:en_reponse:>
|
|
|
68 |
[(#LOGO_BREVE|right)]
|
|
|
69 |
<h2 class="titre-extrait"><a href="#URL_BREVE">#TITRE</a></h2>
|
|
|
70 |
<div class="detail">
|
|
|
71 |
[(#DATE|nom_jour)] [(#DATE|affdate)]
|
|
|
72 |
</div>
|
|
|
73 |
[<div class="texte"><div class="extrait">(#INTRODUCTION)</div></div>]
|
|
|
74 |
<br />
|
|
|
75 |
</BOUCLE_breve>
|
|
|
76 |
|
|
|
77 |
<BOUCLE_rubrique(RUBRIQUES) {id_rubrique}>
|
|
|
78 |
<:en_reponse:>
|
|
|
79 |
<h2 class="titre-extrait"><a href="#URL_RUBRIQUE">#TITRE</a></h2>
|
|
|
80 |
[<div class="texte"><div class="extrait">(#TEXTE)</div></div>]
|
|
|
81 |
<br />
|
|
|
82 |
</BOUCLE_rubrique>
|
|
|
83 |
|
|
|
84 |
<BOUCLE_syndic(SITES) {id_syndic}>
|
|
|
85 |
<:en_reponse:>
|
|
|
86 |
<h2 class="titre-extrait"><a href="#URL_SYNDIC">#TITRE</a></h2>
|
|
|
87 |
<br />
|
|
|
88 |
</BOUCLE_syndic>
|
|
|
89 |
|
|
|
90 |
<BOUCLE_forum_parent(FORUMS) {id_forum}>
|
|
|
91 |
<:en_reponse:>
|
|
|
92 |
<h2 class="titre-extrait"><a href="#URL_FORUM">#TITRE</a></h2>
|
|
|
93 |
<div class="detail">
|
|
|
94 |
[(#DATE|nom_jour)] [(#DATE|affdate)]
|
|
|
95 |
</div>
|
|
|
96 |
[<div class="texte"><div class="extrait">(#TEXTE)</div></div>]
|
|
|
97 |
<br />
|
|
|
98 |
</BOUCLE_forum_parent>
|
|
|
99 |
|
|
|
100 |
|
|
|
101 |
#FORMULAIRE_FORUM
|
|
|
102 |
|
|
|
103 |
|
|
|
104 |
</div>
|
|
|
105 |
|
|
|
106 |
</body>
|
|
|
107 |
</html>
|