777 |
jpm |
1 |
<?php
|
|
|
2 |
include_once 'authentification.php' ;
|
|
|
3 |
if (!isset($debut_article)) {
|
|
|
4 |
$debut_article = 0;
|
|
|
5 |
}
|
|
|
6 |
$nb_affiche = 10;
|
|
|
7 |
?>
|
|
|
8 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
9 |
<html lang="#LANG">
|
|
|
10 |
<BOUCLE_principale(RUBRIQUES){id_rubrique}{doublons}>
|
|
|
11 |
<html xmlns="http://www.w3.org/1999/xhtml" lang="#LANG">
|
|
|
12 |
<head lang="fr" >
|
|
|
13 |
<title>[(#TITRE|supprimer_numero)]</title>
|
|
|
14 |
|
|
|
15 |
<!-- INCLUSION SPIP ENTETE -->
|
|
|
16 |
<INCLURE(incl_link_entete.php)>
|
|
|
17 |
</head>
|
|
|
18 |
<body id="actualites">
|
|
|
19 |
<div id="zone-principale">
|
|
|
20 |
<div id="zone-actualites" class="zone-haut">
|
|
|
21 |
<h1 id="zone-logo-tela">
|
889 |
gduche |
22 |
<a href="http://www.tela-botanica.org" title="Retour à l'accueil">
|
777 |
jpm |
23 |
<img src="/sites/actu/generique/images/graphisme/logo_tela_fond_gris.png" alt="Tela Botanica" />
|
|
|
24 |
</a>
|
|
|
25 |
</h1>
|
889 |
gduche |
26 |
<h2>Le réseau de la botanique francophone</h2>
|
777 |
jpm |
27 |
<div class="motsclefs">
|
889 |
gduche |
28 |
<h3>Actualités</h3>
|
777 |
jpm |
29 |
<h4>
|
983 |
gduche |
30 |
<span class="mot1">Agenda</span><span class="cacher">, </span>
|
|
|
31 |
<span class="mot2">s'informer</span><span class="cacher">, </span>
|
777 |
jpm |
32 |
<span class="mot3">environnement</span>
|
|
|
33 |
</h4>
|
|
|
34 |
</div>
|
|
|
35 |
</div>
|
|
|
36 |
|
|
|
37 |
<div id="zone-menu-navigation">
|
|
|
38 |
<ul>
|
888 |
gduche |
39 |
<li id="menuAccueil"><a title="Page Accueil" href="http://www.tela-botanica.org" class=""> Accueil </a></li>
|
|
|
40 |
<li id="menuBotanique"> <a title="Page Botanique" href="/site:botanique" class=""> Botanique</a></li>
|
889 |
gduche |
41 |
<li id="menuActualites"><span class="menuHautActif"><a title="Page Actualites" href="/site:actu" class=""> Actualités </a></span></li>
|
|
|
42 |
<li id="menuReseau"><a title="Page Réseau" href="/site:reseau" class="">Réseau</a></li>
|
888 |
gduche |
43 |
<li id="menuProjets"><a title="Page Projets" href="/site:projets" class=""> Projets </a></li>
|
777 |
jpm |
44 |
</ul>
|
|
|
45 |
</div><!--fermeture div menu haut-->
|
|
|
46 |
|
|
|
47 |
|
|
|
48 |
<div id="zone-gauche">
|
|
|
49 |
<div id="zone-menu-gauche">
|
889 |
gduche |
50 |
<h1>Actualités</h1>
|
777 |
jpm |
51 |
<INCLURE(incl_menu_gauche.php)>
|
|
|
52 |
</div>
|
|
|
53 |
|
|
|
54 |
<div id="zone-menu-connexion">
|
|
|
55 |
<INCLURE(incl_identification_ellipse.php)>
|
|
|
56 |
</div><!--fermeture div connexion-->
|
|
|
57 |
</div> <!--fermeture div gauche-->
|
|
|
58 |
|
|
|
59 |
<div id="zone-droite">
|
|
|
60 |
|
|
|
61 |
<div id="cheminDeFer">
|
|
|
62 |
Vous êtes ici : <a href="sommaire.php3"> Accueil </a> >
|
|
|
63 |
<BOUCLE_hier(HIERARCHIE) {id_rubrique}>
|
|
|
64 |
<a href="#URL_RUBRIQUE">[(#TITRE|couper{30}|supprimer_numero)]</a> >
|
|
|
65 |
</BOUCLE_hier>[(#TITRE|supprimer_numero|couper{30})]
|
|
|
66 |
<br /><br />
|
|
|
67 |
</div>
|
|
|
68 |
|
|
|
69 |
<!-- Corps de la page -->
|
|
|
70 |
<div id="contenu">
|
|
|
71 |
|
|
|
72 |
<div id="contenu_rubrique">
|
|
|
73 |
<!-- Rubriques -->
|
|
|
74 |
<BOUCLE_corps_rubriques(RUBRIQUES){id_rubrique}>
|
|
|
75 |
<!-- Articles de la rubrique -->
|
|
|
76 |
<BOUCLE_articles_rubrique(ARTICLES){id_rubrique}{par date} {inverse} {"<hr />"}{debut_article,10}>
|
883 |
gduche |
77 |
<div class="actualites1">
|
|
|
78 |
[<div class="imageActualites1"><a class="logo_article" href="#URL_ARTICLE">(#LOGO_ARTICLE)</a></div>]
|
|
|
79 |
<div class="texteActualites1">
|
|
|
80 |
<h3 class="intituler_rubrique"><a href="#URL_ARTICLE">#TITRE</a></h3>
|
|
|
81 |
<h4 class="date">Mis en ligne [(#DATE|nom_jour)] [(#DATE|affdate)]
|
777 |
jpm |
82 |
<B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>
|
|
|
83 |
#NOM</BOUCLE_auteurs_un>
|
|
|
84 |
<B_motscles>
|
|
|
85 |
-<span class="categorie">
|
883 |
gduche |
86 |
<BOUCLE_motscles(MOTS){id_article}{type=Th�matiques}{", "}> <a href="#URL_MOT">[(#TITRE|supprimer_numero)]</a></BOUCLE_motscles>
|
777 |
jpm |
87 |
</span>
|
|
|
88 |
</B_motscles>
|
883 |
gduche |
89 |
</h4>
|
|
|
90 |
<p class="descriptif_contenu ">[(#INTRODUCTION|couper{400})] <a href="#URL_ARTICLE" class="petitcarre">Lire la suite</a></p>
|
777 |
jpm |
91 |
[<p><:voir_en_ligne:> : <a href="#URL_SITE" >(#NOM_SITE)</a></p>]
|
883 |
gduche |
92 |
</div> </div>
|
777 |
jpm |
93 |
</BOUCLE_articles_rubrique>
|
|
|
94 |
<B_corps_sous_rubriques>
|
|
|
95 |
<div class="menu_titre">
|
|
|
96 |
<BOUCLE_corps_sous_rubriques(RUBRIQUES){id_parent}{par date}{inverse}>
|
|
|
97 |
[<a href="#URL_ARTICLE">(#LOGO_RUBRIQUE|right)</a>]
|
|
|
98 |
<div class="intituler_rubrique">
|
|
|
99 |
<img src="IMG/emblem-web-18.png" width="18px" height="18px" /> <a href="#URL_RUBRIQUE">#TITRE</a>
|
|
|
100 |
</div>
|
|
|
101 |
<div class="descriptif_contenu ">#TEXTE</div>
|
|
|
102 |
<p style="clear:both"></p>
|
|
|
103 |
</BOUCLE_corps_sous_rubriques>
|
|
|
104 |
</div>
|
|
|
105 |
</B_corps_sous_rubriques>
|
|
|
106 |
|
|
|
107 |
<!-- article: number ? -->
|
|
|
108 |
<?php
|
|
|
109 |
$requete = 'SELECT COUNT(*) AS nbr FROM spip_articles WHERE id_rubrique = '.$id_rubrique;
|
|
|
110 |
mysql_select_db('tela_prod_spip_actu');
|
|
|
111 |
$resultat = mysql_query($requete);
|
|
|
112 |
if (!$resultat) {
|
|
|
113 |
echo mysql_error($resultat);
|
|
|
114 |
}
|
|
|
115 |
$ligne = mysql_fetch_object($resultat);
|
|
|
116 |
$nb_art_total = $ligne->nbr;
|
|
|
117 |
if ($nb_art_total > $nb_affiche) {
|
|
|
118 |
echo '<hr/><div id="postarticle">Pages :<br />';
|
|
|
119 |
if ($debut_article >= $nb_affiche) {
|
|
|
120 |
echo '<a href="rubrique.php3?id_rubrique=#ID_RUBRIQUE&debut_article='.($debut_article-$nb_affiche).'">Page précédente</a><br />';
|
|
|
121 |
}
|
|
|
122 |
for ($article = 0, $page = 1; $article < $nb_art_total; $article += $nb_affiche, $page++) {
|
|
|
123 |
if ($debut_article != $article) {
|
|
|
124 |
echo '<a href="rubrique.php3?id_rubrique=#ID_RUBRIQUE&debut_article='.$article.'">'.$page.'</a> ';
|
|
|
125 |
} else {
|
|
|
126 |
echo $page.' ';
|
|
|
127 |
}
|
|
|
128 |
}
|
|
|
129 |
if ($debut_article + $nb_affiche < $nb_art_total) {
|
|
|
130 |
echo '<br /><a href="rubrique.php3?id_rubrique=#ID_RUBRIQUE&debut_article='.($debut_article + $nb_affiche).'">Page suivante</a>';
|
|
|
131 |
}
|
|
|
132 |
echo '<p>Nombre total d\'articles de la rubrique : '.$nb_art_total.'</p>';
|
|
|
133 |
echo '</div>';
|
|
|
134 |
}
|
|
|
135 |
?>
|
|
|
136 |
|
|
|
137 |
|
|
|
138 |
</BOUCLE_corps_rubriques>
|
|
|
139 |
|
|
|
140 |
</div>
|
|
|
141 |
<!-- Menu de navigation rubriques -->
|
|
|
142 |
<div id="nav_gauche">
|
|
|
143 |
<?php $rub = "#ID_SECTEUR" ;?>
|
|
|
144 |
</div>
|
|
|
145 |
|
|
|
146 |
</BOUCLE_principale>
|
|
|
147 |
</div></div>
|
|
|
148 |
<div id="zone-bas-page">
|
|
|
149 |
<div>
|
|
|
150 |
<ul>
|
|
|
151 |
<li id="accueil"><a href="http://www.tela-botanica.org">Accueil</a></li>
|
1101 |
raphael |
152 |
<li id="faq"><a title="Page faq" href="/page:faq"> FAQ</a></li>
|
|
|
153 |
<li id="contact"><a title="Page contact" href="/page:contact"> Contact</a></li>
|
|
|
154 |
<li id="plan"><a title="Page plan du site" href="/page:plan_du_site"> Plan du site</a></li>
|
|
|
155 |
<li id="rss"><a title="Page flux rss" href="/page:fluxRSS"> Flux rss</a></li>
|
|
|
156 |
<li id="telechargement"><a title="Page t�l�chargement" href="/page:telechargement"> Téléchargement</a></li>
|
|
|
157 |
<li id="visite"><a href="/page:comment_marche_le_reseau" title="Page visite guidée"> Visite guidée</a></li>
|
|
|
158 |
<li id="mentions"><a href="/page:licence" title="Page mentions l�gales"> Mentions légales</a></li>
|
777 |
jpm |
159 |
</ul>
|
|
|
160 |
</div>
|
|
|
161 |
<address id="coordonees">
|
|
|
162 |
<span>Association TELA BOTANICA</span>
|
|
|
163 |
<span>Institut de Botanique </span>
|
|
|
164 |
<span>163, Rue Auguste Broussonnet</span>
|
|
|
165 |
<span>34090 Montpellier </span>
|
890 |
gduche |
166 |
<span>Tél. +334 67 52 41 22</span>
|
777 |
jpm |
167 |
<span><a title="Page contact" href="#"> accueil[at]tela-botanica.org</a></span>
|
|
|
168 |
<br /><br />
|
|
|
169 |
</address>
|
|
|
170 |
</div>
|
|
|
171 |
|
|
|
172 |
<div id="zone-menu-haut">
|
811 |
gduche |
173 |
<div id="zone-visiteur">
|
|
|
174 |
<ul>
|
|
|
175 |
<li id="connectes">Visiteurs : <span class="gris"></span></li>
|
|
|
176 |
<li id="inscrits">Inscrits : <span class="gris"></span></li>
|
|
|
177 |
</ul>
|
|
|
178 |
</div>
|
|
|
179 |
<div id="zone-acces-rapide">
|
777 |
jpm |
180 |
<ul>
|
1101 |
raphael |
181 |
<li id="don"><a href="/page:soutien">Faites un don</a></li>
|
|
|
182 |
<li id="lettre"><a href="/page:mon_inscription_au_reseau">Lettre d'actualités</a></li>
|
811 |
gduche |
183 |
<li id="recherche">
|
1101 |
raphael |
184 |
<form id="form_more_recherche" method="post" action="/site:actu">
|
811 |
gduche |
185 |
<fieldset>
|
|
|
186 |
<legend>Moteur de recherche</legend>
|
|
|
187 |
<label for="more_motif">Rechercher : </label>
|
|
|
188 |
<input type="text" title="Mettre les termes entre guillemets pour rechercher sur la phrase exacte." onblur="focusRechercher(this, 'Rechercher'); nettoyerChamp('more_motif', 'Rechercher');basculerTaille('more_motif', false);" onfocus="focusRechercher(this, 'Rechercher'); nettoyerChamp('more_motif', 'Rechercher');basculerTaille('more_motif', true);" value="Rechercher" accesskey="4" maxlength="100" tabindex="100" name="more_motif" id="more_motif">
|
|
|
189 |
<input type="submit" value="ok" tabindex="101" name="more_ok" id="more_ok">
|
|
|
190 |
</fieldset>
|
|
|
191 |
</form>
|
|
|
192 |
</li>
|
777 |
jpm |
193 |
<li class="drapeau">
|
|
|
194 |
<a href="?langue=fr">
|
889 |
gduche |
195 |
<img title="Tela Botanica en Français" alt="Français" src="/sites/commun/generique/images/graphisme/drapeau_fr.png">
|
777 |
jpm |
196 |
</a>
|
|
|
197 |
</li>
|
|
|
198 |
<li class="drapeau">
|
|
|
199 |
<a href="?langue=en">
|
811 |
gduche |
200 |
<img title="Tela Botanica in english" alt="Anglais" src="/sites/commun/generique/images/graphisme/drapeau_gb.png">
|
777 |
jpm |
201 |
</a>
|
|
|
202 |
</li>
|
|
|
203 |
</ul>
|
|
|
204 |
</div>
|
|
|
205 |
</div>
|
|
|
206 |
</div> <!--fermeture div zone-principale-->
|
|
|
207 |
|
883 |
gduche |
208 |
<!-- D�but des scripts utilis�s par Google Analytics -->
|
777 |
jpm |
209 |
<script type="text/javascript">
|
|
|
210 |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
211 |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
212 |
</script>
|
|
|
213 |
<script type="text/javascript">
|
|
|
214 |
var pageTracker = _gat._getTracker("UA-57885-1");
|
|
|
215 |
pageTracker._initData();
|
|
|
216 |
pageTracker._trackPageview();
|
|
|
217 |
</script>
|
883 |
gduche |
218 |
<!-- Fin des scripts utili�s par Google Analytics -->
|
|
|
219 |
<!-- D�but des scripts utilis�es par ClickHeat -->
|
777 |
jpm |
220 |
<script type="text/javascript" src="http://www.tela-botanica.net/clickheat/js/clickheat.js"></script><noscript><p><a href="http://www.labsmedia.fr/index.html">Outils webmaster gratuits</a></p></noscript><script type="text/javascript"><!--
|
|
|
221 |
clickHeatSite = 'tela-botanica.org';clickHeatGroup = encodeURIComponent(window.location.pathname+window.location.search);clickHeatServer = 'http://www.tela-botanica.net/clickheat/click.php';initClickHeat(); //-->
|
|
|
222 |
</script>
|
883 |
gduche |
223 |
<!-- Fin des scripts utilis�es par ClickHeat -->
|
777 |
jpm |
224 |
</body>
|
811 |
gduche |
225 |
</html>
|