932 |
gduche |
1 |
<?php
|
|
|
2 |
/* Identification avec Papyrus */
|
|
|
3 |
include_once 'authentification.php' ;
|
|
|
4 |
if (!isset($debut_article)) {
|
|
|
5 |
$debut_article = 0;
|
|
|
6 |
}
|
|
|
7 |
?>
|
|
|
8 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
9 |
|
|
|
10 |
<html xmlns="http://www.w3.org/1999/xhtml" lang="#LANG">
|
|
|
11 |
<head lang="fr" >
|
|
|
12 |
<title>[(#TITRE)]</title>
|
|
|
13 |
<!-- INCLUSION SPIP ENTETE -->
|
|
|
14 |
<INCLURE(incl_link_entete.php)>
|
|
|
15 |
</head>
|
|
|
16 |
<body id="actualites">
|
|
|
17 |
<div id="zone-principale">
|
|
|
18 |
<div id="zone-actualites" class="zone-haut">
|
|
|
19 |
<h1 id="zone-logo-tela">
|
|
|
20 |
<a href="http://www.tela-botanica.org" title="Retour à l'accueil">
|
|
|
21 |
<img src="/sites/actu/generique/images/graphisme/logo_tela_fond_gris.png" alt="Tela Botanica" />
|
|
|
22 |
</a>
|
|
|
23 |
</h1>
|
|
|
24 |
<h2>Le réseau de la botanique francophone</h2>
|
|
|
25 |
<div class="motsclefs">
|
|
|
26 |
<h3>Actualités</h3>
|
|
|
27 |
<h4>
|
983 |
gduche |
28 |
<span class="mot1">Agenda</span><span class="cacher">, </span>
|
|
|
29 |
<span class="mot2">s'informer</span><span class="cacher">, </span>
|
932 |
gduche |
30 |
<span class="mot3">environnement</span>
|
|
|
31 |
</h4>
|
|
|
32 |
</div>
|
|
|
33 |
</div>
|
|
|
34 |
|
|
|
35 |
<div id="zone-menu-navigation">
|
|
|
36 |
<ul>
|
|
|
37 |
<li id="menuAccueil"><a title="Page Accueil" href="http://www.tela-botanica.org" class=""> Accueil </a></li>
|
|
|
38 |
<li id="menuBotanique"> <a title="Page Botanique" href="/site:botanique" class=""> Botanique</a></li>
|
|
|
39 |
<li id="menuActualites"><span class="menuHautActif"><a title="Page Actualites" href="/site:actu" class=""> Actualités </a></span></li>
|
|
|
40 |
<li id="menuReseau"><a title="Page Réseau" href="/site:reseau" class="">Réseau</a></li>
|
|
|
41 |
<li id="menuProjets"><a title="Page Projets" href="/site:projets" class=""> Projets </a></li>
|
|
|
42 |
</ul>
|
|
|
43 |
</div>
|
|
|
44 |
|
|
|
45 |
<div id="zone-gauche">
|
|
|
46 |
<div id="zone-menu-gauche">
|
933 |
gduche |
47 |
<h1>Actualités</h1>
|
932 |
gduche |
48 |
<INCLURE(incl_menu_gauche.php)>
|
|
|
49 |
</div>
|
|
|
50 |
|
|
|
51 |
<div id="zone-menu-connexion">
|
|
|
52 |
<INCLURE(incl_identification_ellipse.php)>
|
|
|
53 |
</div><!--fermeture div connexion-->
|
|
|
54 |
</div> <!--fermeture div gauche-->
|
|
|
55 |
|
|
|
56 |
<div id="zone-droite">
|
|
|
57 |
|
|
|
58 |
<div id="cheminDeFer">
|
|
|
59 |
<p> Vous êtes ici : <a href="sommaire.php3">Accueil </a> ><a href="http://tela-botanica.org/actu/">Actualités</a>
|
|
|
60 |
<BOUCLE_hier(HIERARCHIE) {id_rubrique} {" >> "}>
|
|
|
61 |
<a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero|couper{30})]</a>
|
|
|
62 |
</BOUCLE_hier></p>
|
|
|
63 |
</div><!--fermeture div chemin de fer-->
|
|
|
64 |
|
|
|
65 |
<div id="main">
|
|
|
66 |
<div id="zone_contenu_tete">
|
|
|
67 |
<!-- Papyrus Contenu Tete : -->
|
|
|
68 |
<!-- PAPYRUS_CONTENU_TETE -->
|
|
|
69 |
</div>
|
|
|
70 |
<div id="zone_contenu_corps">
|
|
|
71 |
<!-- Corps de la page -->
|
|
|
72 |
<div id="contenu">
|
|
|
73 |
<h1>Planète Bota</h1>
|
|
|
74 |
<p>L'actualité de la botanique sur la toile</p>
|
|
|
75 |
|
|
|
76 |
<B_syndic>
|
|
|
77 |
<BOUCLE_syndic(SYNDIC_ARTICLES) {age<180} {par date}{inverse} {0,20}>
|
|
|
78 |
<div class="texte">
|
|
|
79 |
<h3><a class="lien_ext" href="#URL_ARTICLE">#TITRE</a></h3>
|
|
|
80 |
<p class="date">Mis en ligne [(#DATE|affdate)] par #NOM_SITE</p>
|
|
|
81 |
<p>#DESCRIPTIF</p>
|
934 |
gduche |
82 |
<span class="vertpetit petitcarre voirSuite"><a href="#URL_ARTICLE">Lire l'article</a></span>
|
932 |
gduche |
83 |
</BOUCLE_syndic>
|
|
|
84 |
</B_syndic>
|
|
|
85 |
|
|
|
86 |
</div>
|
|
|
87 |
</div>
|
|
|
88 |
<!-- Menu de navigation rubriques -->
|
|
|
89 |
<div id="nav_gauche">
|
|
|
90 |
<?php
|
|
|
91 |
$rub = "#ID_SECTEUR" ;
|
|
|
92 |
$arti = "#ID_ARTICLE";
|
|
|
93 |
?>
|
|
|
94 |
<BOUCLE_motcle(MOTS){id_article}{type=Thématiques}{0,1}>
|
|
|
95 |
<?php $mot_cle = "#ID_MOT" ;?>
|
|
|
96 |
</BOUCLE_motcle>
|
|
|
97 |
|
|
|
98 |
</div>
|
|
|
99 |
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
</div>
|
|
|
104 |
</div> <!--fermeture div droite-->
|
|
|
105 |
|
|
|
106 |
|
|
|
107 |
<div id="zone-bas-page">
|
|
|
108 |
<div>
|
|
|
109 |
<ul>
|
|
|
110 |
<li id="accueil"><a href="http://www.tela-botanica.org">Accueil</a></li>
|
|
|
111 |
<li id="faq"><a title="Page faq" href="http://www.tela-botanica.org/page:faq"> FAQ</a></li>
|
|
|
112 |
<li id="contact"><a title="Page contact" href="http://www.tela-botanica.org/page:contact"> Contact</a></li>
|
|
|
113 |
<li id="plan"><a title="Page plan du site" href="http://www.tela-botanica.org/page:plan_du_site"> Plan du site</a></li>
|
|
|
114 |
<li id="rss"><a title="Page flux rss" href="http://www.tela-botanica.org/page:fluxRSS"> Flux rss</a></li>
|
933 |
gduche |
115 |
<li id="telechargement"><a title="Page téléchargement" href="http://www.tela-botanica.org/page:telechargement"> Téléchargement</a></li>
|
|
|
116 |
<li id="visite"><a href="http://www.tela-botanica.org/page:comment_marche_le_reseau" title="Page visite guidée"> Visite guidée</a></li>
|
|
|
117 |
<li id="mentions"><a href="http://www.tela-botanica.org/page:licence" title="Page mentions légales"> Mentions légales</a></li>
|
932 |
gduche |
118 |
</ul>
|
|
|
119 |
</div>
|
|
|
120 |
<address id="coordonees">
|
|
|
121 |
<span>Association TELA BOTANICA</span>
|
|
|
122 |
<span>Institut de Botanique </span>
|
|
|
123 |
<span>163, Rue Auguste Broussonnet</span>
|
|
|
124 |
<span>34090 Montpellier </span>
|
934 |
gduche |
125 |
<span>Tél. +334 67 52 41 22</span>
|
932 |
gduche |
126 |
<span><a title="Page contact" href="#"> accueil[at]tela-botanica.org</a></span>
|
|
|
127 |
<br /><br />
|
|
|
128 |
</address>
|
|
|
129 |
</div>
|
|
|
130 |
|
|
|
131 |
<div id="zone-menu-haut">
|
|
|
132 |
<div id="zone-visiteur">
|
|
|
133 |
<ul>
|
|
|
134 |
<li id="connectes">Visiteurs : <span class="gris"></span></li>
|
|
|
135 |
<li id="inscrits">Inscrits : <span class="gris"></span></li>
|
|
|
136 |
</ul>
|
|
|
137 |
</div>
|
|
|
138 |
<div id="zone-acces-rapide">
|
|
|
139 |
<ul>
|
|
|
140 |
<li id="don"><a href="http://www.tela-botanica.org/page:soutien">Faites un don</a></li>
|
933 |
gduche |
141 |
<li id="lettre"><a href="http://www.tela-botanica.org/page:mon_inscription_au_reseau">Lettre d'actualités</a></li>
|
932 |
gduche |
142 |
<li id="recherche">
|
|
|
143 |
<form id="form_more_recherche" method="post" action="http://www.tela-botanica.org/site:actu">
|
|
|
144 |
<fieldset>
|
|
|
145 |
<legend>Moteur de recherche</legend>
|
|
|
146 |
<label for="more_motif">Rechercher : </label>
|
|
|
147 |
<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">
|
|
|
148 |
<input type="submit" value="ok" tabindex="101" name="more_ok" id="more_ok">
|
|
|
149 |
</fieldset>
|
|
|
150 |
</form>
|
|
|
151 |
</li>
|
|
|
152 |
<li class="drapeau">
|
|
|
153 |
<a href="?langue=fr">
|
933 |
gduche |
154 |
<img title="Tela Botanica en Français" alt="Français" src="/sites/commun/generique/images/graphisme/drapeau_fr.png">
|
932 |
gduche |
155 |
</a>
|
|
|
156 |
</li>
|
|
|
157 |
<li class="drapeau">
|
|
|
158 |
<a href="?langue=en">
|
|
|
159 |
<img title="Tela Botanica in english" alt="Anglais" src="/sites/commun/generique/images/graphisme/drapeau_gb.png">
|
|
|
160 |
</a>
|
|
|
161 |
</li>
|
|
|
162 |
</ul>
|
|
|
163 |
</div>
|
|
|
164 |
</div>
|
|
|
165 |
</div> <!--fermeture div zone-principale-->
|
|
|
166 |
|
|
|
167 |
<!-- Dàbut des scripts utilisàs par Google Analytics -->
|
|
|
168 |
<script type="text/javascript">
|
|
|
169 |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
170 |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
171 |
</script>
|
|
|
172 |
<script type="text/javascript">
|
|
|
173 |
var pageTracker = _gat._getTracker("UA-57885-1");
|
|
|
174 |
pageTracker._initData();
|
|
|
175 |
pageTracker._trackPageview();
|
|
|
176 |
</script>
|
|
|
177 |
<!-- Fin des scripts utiliàs par Google Analytics -->
|
|
|
178 |
<!-- Dàbut des scripts utilisàes par ClickHeat -->
|
|
|
179 |
<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"><!--
|
|
|
180 |
clickHeatSite = 'tela-botanica.org';clickHeatGroup = encodeURIComponent(window.location.pathname+window.location.search);clickHeatServer = 'http://www.tela-botanica.net/clickheat/click.php';initClickHeat(); //-->
|
|
|
181 |
</script>
|
|
|
182 |
<!-- Fin des scripts utilisàes par ClickHeat -->
|
|
|
183 |
</body>
|
|
|
184 |
</html>
|