| 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]</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 |
<!-- Plan du site -->
|
|
|
21 |
|
|
|
22 |
<div id="plan" class="contenu">
|
|
|
23 |
|
|
|
24 |
<BOUCLE_secteurs(RUBRIQUES) {racine} {par titre}>
|
|
|
25 |
|
|
|
26 |
<div class="plan-secteur">
|
|
|
27 |
|
|
|
28 |
[(#LOGO_RUBRIQUE|left)]<h1><a href="#URL_RUBRIQUE">#TITRE</a></h1>
|
|
|
29 |
|
|
|
30 |
<div class="encart">
|
|
|
31 |
|
|
|
32 |
<!-- Breves -->
|
|
|
33 |
|
|
|
34 |
<h2 class="structure"><:breves:></h2>
|
|
|
35 |
|
|
|
36 |
<B_breves>
|
|
|
37 |
<div class="menu">
|
|
|
38 |
<div class="breves">
|
|
|
39 |
<div class="menu-titre">
|
|
|
40 |
<:breves:>
|
|
|
41 |
</div>
|
|
|
42 |
<ul>
|
|
|
43 |
<BOUCLE_breves(BREVES) {id_secteur} {par date} {inverse} {0,15}>
|
|
|
44 |
<li class="menu-item">
|
|
|
45 |
<i>[(#DATE|affdate_court)]</i>:
|
|
|
46 |
<a href="#URL_BREVE">#TITRE</a>
|
|
|
47 |
</li>
|
|
|
48 |
</BOUCLE_breves>
|
|
|
49 |
</ul>
|
|
|
50 |
</div>
|
|
|
51 |
</div>
|
|
|
52 |
</B_breves>
|
|
|
53 |
|
|
|
54 |
<!-- Sur le Web -->
|
|
|
55 |
|
|
|
56 |
<h2 class="structure"><:sites_web:></h2>
|
|
|
57 |
|
|
|
58 |
<B_sites>
|
|
|
59 |
<div class="menu">
|
|
|
60 |
<div class="divers">
|
|
|
61 |
<div class="menu-titre">
|
|
|
62 |
<:sur_web:>
|
|
|
63 |
</div>
|
|
|
64 |
<ul>
|
|
|
65 |
<BOUCLE_sites(SITES) {id_secteur} {par nom_site}>
|
|
|
66 |
<li class="menu-item">
|
|
|
67 |
<a href="#URL_SITE">#NOM_SITE</a>
|
|
|
68 |
</li>
|
|
|
69 |
</BOUCLE_sites>
|
|
|
70 |
</ul>
|
|
|
71 |
</div>
|
|
|
72 |
</div>
|
|
|
73 |
</B_sites>
|
|
|
74 |
|
|
|
75 |
</div>
|
|
|
76 |
|
|
|
77 |
<!-- Articles et sous-rubriques -->
|
|
|
78 |
|
|
|
79 |
<h2 class="structure"><:articles:></h2>
|
|
|
80 |
|
|
|
81 |
<B_articles_racine>
|
|
|
82 |
<ul class="plan-articles">
|
|
|
83 |
|
|
|
84 |
<BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par titre}>
|
|
|
85 |
<li class="plan-article"><a href="#URL_ARTICLE">#TITRE</a></li>
|
|
|
86 |
</BOUCLE_articles_racine>
|
|
|
87 |
|
|
|
88 |
</ul>
|
|
|
89 |
</B_articles_racine>
|
|
|
90 |
|
|
|
91 |
<B_rubriques>
|
|
|
92 |
|
|
|
93 |
<ul class="plan-rubriques">
|
|
|
94 |
|
|
|
95 |
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}>
|
|
|
96 |
<li>
|
|
|
97 |
<div class="plan-rubrique"><a href="#URL_RUBRIQUE">#TITRE</a></div>
|
|
|
98 |
|
|
|
99 |
<B_articles>
|
|
|
100 |
<ul class="plan-articles">
|
|
|
101 |
<BOUCLE_articles(ARTICLES) {id_rubrique} {par titre}>
|
|
|
102 |
<li class="plan-article"><a href="#URL_ARTICLE">#TITRE</a></li>
|
|
|
103 |
</BOUCLE_articles>
|
|
|
104 |
</ul>
|
|
|
105 |
</B_articles>
|
|
|
106 |
|
|
|
107 |
<BOUCLE_sous_rubriques(BOUCLE_rubriques)></BOUCLE_sous_rubriques>
|
|
|
108 |
|
|
|
109 |
</li>
|
|
|
110 |
</BOUCLE_rubriques>
|
|
|
111 |
|
|
|
112 |
</ul>
|
|
|
113 |
</B_rubriques>
|
|
|
114 |
|
|
|
115 |
|
|
|
116 |
</div>
|
|
|
117 |
|
|
|
118 |
</BOUCLE_secteurs>
|
|
|
119 |
|
|
|
120 |
</div>
|
|
|
121 |
|
|
|
122 |
</body>
|
|
|
123 |
</html>
|