5 |
david |
1 |
<BOUCLE_site(SITES){id_syndic}
|
|
|
2 |
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
3 |
<html dir="#LANG_DIR" lang="#LANG">
|
|
|
4 |
<head>
|
|
|
5 |
<title>[(#NOM_SITE|textebrut)]</title>
|
|
|
6 |
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
|
|
|
7 |
|
|
|
8 |
<!-- Ceci est la feuille de style par defaut pour les types internes a SPIP -->
|
|
|
9 |
<link rel="stylesheet" href="spip_style.css" type="text/css" />
|
|
|
10 |
|
|
|
11 |
<!-- Les feuilles de style specifiques aux presents squelettes -->
|
|
|
12 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/typographie.css" type="text/css" />
|
|
|
13 |
|
|
|
14 |
<!-- media="..." permet de ne pas utiliser ce style sous Netscape 4 (sinon plantage) -->
|
|
|
15 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/habillage.css" type="text/css" media="projection, screen, tv" />
|
|
|
16 |
<!-- media="print" permet d'utiliser cette feuille de style quand vous imprimez depuis votre navigateur -->
|
|
|
17 |
<link rel="stylesheet" href="#DOSSIER_SQUELETTE/impression.css" type="text/css" media="print" />
|
|
|
18 |
</head>
|
|
|
19 |
|
|
|
20 |
<body>
|
|
|
21 |
|
|
|
22 |
<div id="navigation">
|
|
|
23 |
|
|
|
24 |
<h1 class="structure"><:navigation:></h1>
|
|
|
25 |
|
|
|
26 |
<!-- Menu de navigation general -->
|
|
|
27 |
|
|
|
28 |
<div class="menu">
|
|
|
29 |
<ul class="general">
|
|
|
30 |
<li class="menu-titre">
|
|
|
31 |
[<a href="(#URL_SITE_SPIP)" title="<:accueil_site:>"><b>#NOM_SITE_SPIP</b></a>]
|
|
|
32 |
</li>
|
|
|
33 |
<li class="menu-item">
|
|
|
34 |
<a href="plan.php3"><:plan_site:></a>
|
|
|
35 |
</li>
|
|
|
36 |
<li class="menu-item">
|
|
|
37 |
<a href="resume.php3" title="<:articles_populaires:>"><:en_resume:></a>
|
|
|
38 |
</li>
|
|
|
39 |
<li class="menu-item">
|
|
|
40 |
<a href="ecrire/"><:espace_prive:></a>
|
|
|
41 |
</li>
|
|
|
42 |
</ul>
|
|
|
43 |
</div>
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
<!-- Formulaire de recherche -->
|
|
|
47 |
|
|
|
48 |
[(#FORMULAIRE_RECHERCHE)]
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
</div>
|
|
|
52 |
|
|
|
53 |
<!-- Une : affichage du site -->
|
|
|
54 |
|
|
|
55 |
<div class="contenu" id="principal">
|
|
|
56 |
|
|
|
57 |
<div class="cartouche">
|
|
|
58 |
[(#LOGO_SITE|left)]
|
|
|
59 |
<h1 class="titre-texte"><a href="#URL_SITE">#NOM_SITE</a></h1>
|
|
|
60 |
|
|
|
61 |
[<div class="chapo">(#DESCRIPTIF)</div>]
|
|
|
62 |
[<div class="notes">(#NOTES)</div>]
|
|
|
63 |
</div>
|
|
|
64 |
|
|
|
65 |
|
|
|
66 |
<!-- Articles du site -->
|
|
|
67 |
|
|
|
68 |
<h1 class="structure"><:articles:></h1>
|
|
|
69 |
|
|
|
70 |
<div class="liste-articles">
|
|
|
71 |
|
|
|
72 |
<BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} {par date}{inverse}{0,10}>
|
|
|
73 |
<h2><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|textebrut|entites_html)"]>#TITRE</a></h2>
|
|
|
74 |
<div class="detail">
|
|
|
75 |
[(#DATE|nom_jour)] [(#DATE|affdate)]
|
|
|
76 |
</div>
|
|
|
77 |
<br />
|
|
|
78 |
</BOUCLE_articles>
|
|
|
79 |
|
|
|
80 |
</div>
|
|
|
81 |
|
|
|
82 |
</div>
|
|
|
83 |
|
|
|
84 |
</body>
|
|
|
85 |
</html>
|
|
|
86 |
|
|
|
87 |
|
|
|
88 |
</BOUCLE_site>
|