4 |
david |
1 |
<?php
|
|
|
2 |
include_once 'authentification.php' ;
|
|
|
3 |
?>
|
|
|
4 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
5 |
<html lang="#LANG">
|
|
|
6 |
<head>
|
|
|
7 |
<title>#NOM_SITE_SPIP</title>
|
|
|
8 |
<INCLURE(incl_link_entete.php)>
|
|
|
9 |
</head>
|
|
|
10 |
|
|
|
11 |
<body >
|
|
|
12 |
<div id="reducteur">
|
|
|
13 |
<div id="acces_direct">
|
|
|
14 |
<a href="#nav_gauche">Aller aux menus</a>
|
|
|
15 |
<a href="#contenu_accueil">Aller au texte</a>
|
|
|
16 |
<a href="#info_dte">Aller aux infos</a>
|
|
|
17 |
</div>
|
|
|
18 |
<INCLURE(incl_bandeau.php)>
|
|
|
19 |
<!-- Parcours de navigation -->
|
|
|
20 |
<div id="droite">
|
|
|
21 |
<div id="pos_recherche">Vous êtes ici : Accueil : <:derniers_articles:></div>
|
|
|
22 |
<INCLURE(incl_mot_recherche.php)>
|
|
|
23 |
<div id="contenu_accueil">
|
|
|
24 |
<!-- Une : derniers articles publies -->
|
111 |
magali |
25 |
<BOUCLE_article_un(ARTICLES) {tout} {id_secteur != 28}{par date} {inverse} {0,20}>
|
4 |
david |
26 |
<div class="menu_titre">
|
|
|
27 |
<div class="intituler_rubrique"><a href="#URL_ARTICLE">#TITRE</a></div>
|
94 |
jpm |
28 |
<div><span class="date">Mis en ligne [(#DATE|nom_jour)] [(#DATE|affdate)]
|
4 |
david |
29 |
<B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>#NOM</BOUCLE_auteurs_un></span>
|
|
|
30 |
|
|
|
31 |
</div>
|
|
|
32 |
<div class="descriptif_contenu">[(#INTRODUCTION|couper{400})] <a href="#URL_ARTICLE">Lire la suite ...</a> </div>
|
|
|
33 |
</div>
|
|
|
34 |
</BOUCLE_article_un>
|
|
|
35 |
</B_article_un>
|
|
|
36 |
</div>
|
|
|
37 |
<INCLURE(incl_footer.php)>
|
|
|
38 |
</div>
|
|
|
39 |
|
|
|
40 |
<div id="info_dte">
|
110 |
magali |
41 |
<BOUCLE_syndic(SITES){tout}{syndication=oui}{par num nom_site}>
|
|
|
42 |
<B_art_synd>
|
|
|
43 |
<div class="rss">
|
|
|
44 |
<h1 class="titre_rss">[<a href="#URL_SITE" target="_blank">(#NOM_SITE|supprimer_numero)</a>]</h1>
|
|
|
45 |
<BOUCLE_art_synd(SYNDIC_ARTICLES){id_syndic}{0,5}{par date}{inverse}>
|
|
|
46 |
<div class="item">
|
|
|
47 |
[<a href="#URL_ARTICLE" target="_blank" class="intituler_rubrique">(#TITRE)</a>][<span class="date"> - (#DATE|affdate)</span>]
|
|
|
48 |
</div>
|
|
|
49 |
</BOUCLE_art_synd>
|
|
|
50 |
</div>
|
|
|
51 |
</B_art_synd>
|
|
|
52 |
</BOUCLE_syndic>
|
|
|
53 |
<p style="clear:both"></p>
|
4 |
david |
54 |
</div>
|
|
|
55 |
|
|
|
56 |
<!-- Menu de navigation rubriques -->
|
|
|
57 |
|
|
|
58 |
<div id="nav_gauche">
|
|
|
59 |
<INCLURE(incl_logo_tela.php)>
|
|
|
60 |
<INCLURE(incl_changer_monde.php)>
|
|
|
61 |
<B_rubriques>
|
|
|
62 |
<div id="menus_gauche">
|
|
|
63 |
<ul id="menus_gauche_list">
|
|
|
64 |
<li id="rubrique_select"><strong><a href="sommaire.php3" title="Accueil actualité">Accueil actualité</a></strong></li>
|
|
|
65 |
<BOUCLE_rubriques(RUBRIQUES) {par num titre} {racine}{id_rubrique != 45}>
|
|
|
66 |
<li ><img src="IMG/puce.png" /> <a href="#URL_RUBRIQUE" title="#DESCRIPTIF">[(#TITRE|supprimer_numero)]</a></li>
|
|
|
67 |
</BOUCLE_rubriques>
|
|
|
68 |
</ul>
|
|
|
69 |
</B_rubriques>
|
|
|
70 |
<hr />
|
|
|
71 |
<B_thematiques>
|
|
|
72 |
<span class="categorie"><strong>Parcours par thème :</strong></span>
|
|
|
73 |
<ul id="menus_gauche_list">
|
|
|
74 |
<BOUCLE_thematiques(MOTS){type=Thématiques}{par num titre}>
|
|
|
75 |
<B_art_mots><li><img src="IMG/puce.png" /> <a href="#URL_MOT">[(#TITRE|supprimer_numero)]</a><BOUCLE_art_mots(ARTICLES){id_mot}{0,1}> </BOUCLE_art_mots></li></B_art_mots>
|
|
|
76 |
</BOUCLE_thematiques>
|
|
|
77 |
</ul>
|
|
|
78 |
</B_thematiques>
|
|
|
79 |
<hr />
|
|
|
80 |
<ul id="menus_gauche_list">
|
110 |
magali |
81 |
<li<?php print ($arti==984 ? ' id="rubrique_select"' : '');?>><strong><a href="article984.html">Envoyer un article</a></strong></li>
|
4 |
david |
82 |
<li<?php print ($selection=="recevoir" ? ' id="rubrique_select"' : '');?>><strong><a href="recevoir.php">Lettre d'information</a></strong></li>
|
|
|
83 |
<li<?php print ($arti==559 ? ' id="rubrique_select"' : '');?>><strong><a href="article559.html">Syndication RSS</a></strong></li>
|
|
|
84 |
<li<?php print ($selection=="site" ? ' id="rubrique_select"' : '');?>><strong><a href="site.php3">Sites partenaires</a></strong></li>
|
|
|
85 |
<li<?php print ($selection=="fils" ? ' id="rubrique_select"' : '');?>><strong><a href="fils_info.php3">Fils d'informations</a></strong></li>
|
|
|
86 |
</ul>
|
|
|
87 |
<hr />
|
|
|
88 |
<ul id="menus_gauche_list">
|
|
|
89 |
<li<?php print ($arti==220 ? ' id="rubrique_select"' : '');?>><strong><a href="article220.html">Devenir rédacteur</a></strong></li>
|
|
|
90 |
<li><strong><a href="ecrire/">Ecrire un article</a></strong></li>
|
|
|
91 |
<li<?php print ($arti==257 ? ' id="rubrique_select"' : '');?>><strong><a href="article257.html">Devenir correspondant</a></strong></li>
|
|
|
92 |
</ul>
|
|
|
93 |
<hr />
|
|
|
94 |
</div>
|
|
|
95 |
|
|
|
96 |
<INCLURE(incl_identification_ellipse.php)>
|
|
|
97 |
|
|
|
98 |
</div>
|
|
|
99 |
<INCLURE(incl_footer_print.php)>
|
|
|
100 |
</div>
|
|
|
101 |
|
|
|
102 |
</body>
|
|
|
103 |
</html>
|