22 |
jpm |
1 |
<?php
|
343 |
mathilde |
2 |
// Test
|
22 |
jpm |
3 |
// declare(encoding='UTF-8');
|
|
|
4 |
/** Inclusion du fichier principal de l'application*/
|
|
|
5 |
require_once 'eflore.php';
|
|
|
6 |
?>
|
|
|
7 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
8 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
9 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
|
|
10 |
<head>
|
|
|
11 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
12 |
<meta http-equiv="Content-style-type" content="text/css" />
|
|
|
13 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
|
|
14 |
<meta http-equiv="Content-language" content="fr" />
|
|
|
15 |
|
|
|
16 |
<title><?php echo AppControleur::getMetaTitre(); ?></title>
|
|
|
17 |
<meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
|
|
|
18 |
<meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
|
144 |
jpm |
19 |
|
22 |
jpm |
20 |
<meta name="revisit-after" content="15 days" />
|
|
|
21 |
<meta name="robots" content="index,follow" />
|
|
|
22 |
<meta name="author" content="Tela Botanica" />
|
|
|
23 |
|
|
|
24 |
<!-- Favicones -->
|
|
|
25 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.png" />
|
|
|
26 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.ico" />
|
|
|
27 |
<!-- CSS -->
|
|
|
28 |
<link href="http://www.tela-botanica.org/sites/commun/generique/styles/commun.css" rel="stylesheet" type="text/css" />
|
|
|
29 |
<link href="http://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
|
105 |
aurelien |
30 |
<link href="presentations/styles/jquery-ui-1.8.16/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" />
|
268 |
aurelien |
31 |
<link href="presentations/styles/fancybox/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" />
|
104 |
gduche |
32 |
<link href="presentations/styles/eflore.css" rel="stylesheet" type="text/css" />
|
144 |
jpm |
33 |
|
22 |
jpm |
34 |
<!-- JavaScript -->
|
105 |
aurelien |
35 |
<script type="text/Javascript" src="presentations/scripts/jquery-1.7.js"></script>
|
|
|
36 |
<script type="text/Javascript" src="presentations/scripts/jquery-ui-1.8.16.custom.min.js"></script>
|
268 |
aurelien |
37 |
<script type="text/Javascript" src="presentations/scripts/jquery.fancybox-1.3.4.pack.js"></script>
|
115 |
jpm |
38 |
<script type="text/Javascript" src="http://www.tela-botanica.org/sites/commun/generique/scripts/commun.js"></script>
|
119 |
aurelien |
39 |
<script type="text/Javascript" src="presentations/scripts/recherche.js"></script>
|
227 |
delphine |
40 |
<script type="text/Javascript" src="presentations/scripts/fiche-synthese.js"></script>
|
296 |
aurelien |
41 |
<script type="text/Javascript" src="presentations/scripts/jquery.cookie.js"></script>
|
22 |
jpm |
42 |
</head>
|
|
|
43 |
<body id="botanique">
|
|
|
44 |
|
|
|
45 |
<div id="zone-principale">
|
|
|
46 |
<div id="zone-botanique" class="zone-haut">
|
|
|
47 |
<h1 id="zone-logo-tela">
|
|
|
48 |
<a href="http://www.tela-botanica.org/site:accueil" title="Retour à l'accueil">
|
|
|
49 |
<img src="http://www.tela-botanica.org/sites/botanique/generique/images/graphisme/logo_tela_fond_vert.png" alt="Tela Botanica"/>
|
|
|
50 |
</a>
|
|
|
51 |
</h1>
|
|
|
52 |
<h2>Le réseau de la botanique francophone</h2>
|
|
|
53 |
|
|
|
54 |
<div class="motsclefs">
|
|
|
55 |
<h3>Botanique</h3>
|
|
|
56 |
<h4>
|
|
|
57 |
<span class="mot1">se former</span><span class="cacher">, </span>
|
|
|
58 |
<span class="mot2">identifier</span><span class="cacher">, </span>
|
|
|
59 |
<span class="mot3">plantes sauvages</span>
|
|
|
60 |
|
|
|
61 |
</h4>
|
|
|
62 |
</div>
|
|
|
63 |
</div>
|
|
|
64 |
|
|
|
65 |
<div id="zone-menu-navigation">
|
|
|
66 |
<ul>
|
|
|
67 |
<li id="menuAccueil" >
|
|
|
68 |
<span ><a href="http://www.tela-botanica.org/site:accueil">Accueil</a></span>
|
|
|
69 |
</li>
|
|
|
70 |
<li id="menuBotanique" >
|
|
|
71 |
<span class="menuHautActif"><a href="http://www.tela-botanica.org/site:botanique">Botanique</a></span>
|
|
|
72 |
</li>
|
|
|
73 |
<li id="menuActualites" >
|
|
|
74 |
<span ><a href="http://www.tela-botanica.org/site:actu">Actualités</a></span>
|
|
|
75 |
</li>
|
|
|
76 |
<li id="menuReseau" >
|
|
|
77 |
<span ><a href="http://www.tela-botanica.org/site:reseau">Réseau</a></span>
|
|
|
78 |
</li>
|
|
|
79 |
<li id="menuProjets" >
|
|
|
80 |
<span ><a href="http://www.tela-botanica.org/site:projets">Projets</a></span>
|
|
|
81 |
</li>
|
|
|
82 |
</ul>
|
|
|
83 |
</div>
|
|
|
84 |
|
|
|
85 |
<div id="zone-gauche">
|
|
|
86 |
<div id="zone-menu-gauche">
|
|
|
87 |
<h1>Botanique</h1>
|
|
|
88 |
<?php echo AppControleur::getContenuMenu(); ?>
|
144 |
jpm |
89 |
</div>
|
22 |
jpm |
90 |
<div id="zone-menu-connexion">
|
|
|
91 |
<form id="form_connexion" class="form_identification" action="http://www.tela-botanica.org/page:accueil_botanique#form_connexion" method="post">
|
|
|
92 |
<fieldset>
|
|
|
93 |
<h3>Identifiez vous</h3>
|
|
|
94 |
<label for="username">Courriel : </label>
|
|
|
95 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
|
144 |
jpm |
96 |
|
22 |
jpm |
97 |
<label for="password">Mot de passe : </label>
|
|
|
98 |
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
|
144 |
jpm |
99 |
|
22 |
jpm |
100 |
<input type="submit" id="connexion" name="connexion" tabindex="4" value="ok" />
|
|
|
101 |
<p class="connectvertpetit"><input type="checkbox" id="persistant" name="persistant" tabindex="3" value="o" />
|
|
|
102 |
<label id="persistant_label" for="persistant">Se souvenir de moi</label></p>
|
|
|
103 |
<div id="colonneDroite"><br />
|
|
|
104 |
<a href="/page:inscription">S'inscrire... </a>
|
|
|
105 |
<p class="connectgris">Devenez telabotaniste et partagez votre passion pour le végétal !</p>
|
|
|
106 |
<p> <a id="lien_inscription" href="http://www.tela-botanica.org/page:inscription?m=f_oubli_mdp">Mot de passe perdu ? </a></p>
|
|
|
107 |
</div>
|
|
|
108 |
</fieldset>
|
|
|
109 |
</form>
|
|
|
110 |
</div>
|
|
|
111 |
</div>
|
|
|
112 |
|
|
|
113 |
<div id="zone-droite">
|
|
|
114 |
<div id="main">
|
|
|
115 |
<div id="zone_contenu_tete">
|
|
|
116 |
<?php echo AppControleur::getContenuTete(); ?>
|
|
|
117 |
</div>
|
|
|
118 |
|
|
|
119 |
<div id="zone_contenu_corps">
|
|
|
120 |
<?php echo AppControleur::getContenuCorps(); ?>
|
144 |
jpm |
121 |
|
22 |
jpm |
122 |
</div>
|
144 |
jpm |
123 |
|
22 |
jpm |
124 |
<div id="zone_contenu_pied">
|
|
|
125 |
<?php echo AppControleur::getContenuPied(); ?>
|
144 |
jpm |
126 |
<div>
|
|
|
127 |
<?php echo AppControleur::getChrono(); ?>
|
|
|
128 |
<?php echo AppControleur::getExceptions(); ?>
|
|
|
129 |
</div>
|
22 |
jpm |
130 |
</div>
|
|
|
131 |
</div>
|
|
|
132 |
</div>
|
144 |
jpm |
133 |
|
22 |
jpm |
134 |
<div id="bandeauProjets">
|
|
|
135 |
<ul>
|
|
|
136 |
<li><img height="80" width="58" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/floraBellissima.jpeg" alt="Illustration DVD Flora Bellissima">
|
|
|
137 |
<h3><a href="http://www.tela-botanica.org/page:flora_bellissima"> Flora Bellissima</a></h3>
|
|
|
138 |
Premier outil d'aide à la reconnaissance des plantes, ce logiciel vous permet d'identifier plus de 1500 plantes de France. <br>
|
|
|
139 |
<a href="http://www.tela-botanica.org/page:flora_bellissima">Plus d'infos</a></li>
|
144 |
jpm |
140 |
|
22 |
jpm |
141 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/partage_80.jpg" alt="illustration quiz bota">
|
|
|
142 |
<h3><a href="http://www.tela-botanica.org/actu/article4536.html">Quiz botanique</a></h3>
|
|
|
143 |
Pour tester vos connaissances en botanique... <br>
|
|
|
144 |
<a href="http://www.tela-botanica.org/actu/article4536.html">Plus d'infos</a></li>
|
144 |
jpm |
145 |
|
22 |
jpm |
146 |
<li><img style="width: 109px; height: 81px;" src="http://www.tela-botanica.org/sites/commun/generique/hetre_120.JPG" alt="Illustration hêtre tortillard">
|
|
|
147 |
<h3><a href="http://www.tela-botanica.org/actu/article4467.html">À la recherche des hêtres tortillards</a></h3>
|
|
|
148 |
Participer au projet de recensement des hêtres tortillards. <a href="http://www.tela-botanica.org/page:liste_projets?id_projet=94">Plus d'infos</a></li>
|
144 |
jpm |
149 |
|
22 |
jpm |
150 |
<li><img height="58" width="80" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/euphorbe_80.jpg" alt="Illustration cours de botanique à Montpellier">
|
|
|
151 |
<h3><a href="http://www.tela-botanica.org/page:evenements?vue=1&action=8&id_fiche=2531">Cours de botanique à Montpellier</a></h3>
|
|
|
152 |
Partez à la découverte de la flore sauvage à partir de septembre 2011. <br>
|
|
|
153 |
<a href="http://www.tela-botanica.org/page:evenements?vue=1&action=8&id_fiche=2531">Plus d'infos</a></li>
|
144 |
jpm |
154 |
|
|
|
155 |
|
|
|
156 |
|
22 |
jpm |
157 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/phyto_80.JPG" alt="Illustration identifier plante">
|
|
|
158 |
<h3><a href="http://www.tela-botanica.org/page:identification_plantes">Identifier une plante</a></h3>
|
|
|
159 |
Vous observez des plantes mais ne réussissez pas toujours à les nommer. Retours sur les ressources en ligne. <a href="http://www.tela-botanica.org/page:identification_plantes">Plus d'infos</a></li>
|
|
|
160 |
<li><img height="80" width="58" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/partage_80.jpg" alt="Illustration capitalisation images plantes">
|
|
|
161 |
<h3><a href="http://www.tela-botanica.org/actu/article4377.html"> Contribuez à l’identification des plantes par l’image</a></h3>
|
|
|
162 |
Participez à un projet de recherche en collectant les feuilles, troncs, fleurs d'une vingtaine d'espèces d'arbres. <a href="http://www.tela-botanica.org/actu/article4377.html">Plus d'infos</a></li>
|
|
|
163 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/widget_80.jpeg" alt="Illustration widget carto">
|
|
|
164 |
<h3><a href="http://www.tela-botanica.org/actu/article4086.html">Créer votre carte des observations </a></h3>
|
|
|
165 |
Des widgets permettent d’afficher sur votre site les observations des membres du réseau. <a href="http://www.tela-botanica.org/actu/article4086.html">Plus d'infos</a></li>
|
|
|
166 |
<li><img height="80" width="81" alt="Logo projet ODS" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/Logo-ODS.jpg">
|
|
|
167 |
<h3><a href="http://www.obs-saisons.fr">Observez les saisons</a></h3>
|
|
|
168 |
Participez à ce programme scientifique ! Les premières observations de printemps ne vont pas tarder...<br>
|
|
|
169 |
<a href="http://www.obs-saisons.fr">Voir le nouveau site</a></li>
|
|
|
170 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/vigie_flore_80.jpg" alt="Illustration vigie flore">
|
|
|
171 |
<h3><a href="http://www.vigie-flore.fr">Participez à Vigie-flore</a></h3>
|
|
|
172 |
Suivez les changements d'abondance des espèces végétales les plus communes en France. <a href="http://www.vigie-flore.fr"><br>
|
|
|
173 |
Plus d'infos</a></li>
|
|
|
174 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/widget_80.jpeg" alt="Illustration observatoire 2.0">
|
|
|
175 |
<h3><a href="http://www.tela-botanica.org/actu/article4268.html">Monter un projet d'inventaire de la flore</a></h3>
|
|
|
176 |
Tour d'horizon de tous les outils web du réseau qui pourront vous aider dans ce projet... <a href="http://www.tela-botanica.org/actu/article4268.html"><br>
|
|
|
177 |
Plus d'infos</a></li>
|
|
|
178 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/partage_80.jpg" alt="Illustration Gérer ses images">
|
|
|
179 |
<h3><a href="http://www.tela-botanica.org/actu/article4241.html">Gérer et rechercher des images de plantes</a></h3>
|
|
|
180 |
Rechercher les photos de plantes transmises par les membres du réseau devient simple... <a href="http://www.tela-botanica.org/actu/article4241.html">Plus d'infos</a></li>
|
|
|
181 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/generique_logo_80.jpg" alt="Illustration FP géoréférencement photos">
|
|
|
182 |
<h3><a href="http://www.tela-botanica.org/actu/article3261.html">Comment géoréférencer ses photos ?</a></h3>
|
|
|
183 |
Une fiche pratique qui donne des conseils utiles sur le géoréférencement. <a href="http://www.tela-botanica.org/actu/article3261.html"><br>
|
|
|
184 |
Plus d'infos</a></li>
|
|
|
185 |
<li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/Logo-livret.jpg" alt="Illustration livret">
|
|
|
186 |
<h3><a href="http://www.tela-botanica.org/wikini/colloquescb/wakka.php?wiki=LeLivret">Sciences citoyennes</a></h3>
|
|
|
187 |
Découvrez tous les programmes de sciences citoyenne, autant de moyens d'agir pour la nature.<br>
|
|
|
188 |
<a href="http://www.tela-botanica.org/wikini/colloquescb/wakka.php?wiki=LeLivret">Plus d'infos</a></li>
|
|
|
189 |
<li><img height="80" width="57" alt="Illustration mode d'emploi" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/modeemploi_80.jpg">
|
|
|
190 |
<h3><a href="http://www.tela-botanica.org/actu/article3814.html">Tela : mode d'emploi</a></h3>
|
|
|
191 |
Annoncer un événement, échanger sur les forums, partager vos relevés... les outils de Tela n'auront plus de secrets pour vous.<br>
|
|
|
192 |
<a href="http://www.tela-botanica.org/actu/article3814.html">Plus d'infos</a></li>
|
|
|
193 |
</ul>
|
|
|
194 |
</div>
|
144 |
jpm |
195 |
|
22 |
jpm |
196 |
<div id="zone-bas-page">
|
|
|
197 |
<div>
|
|
|
198 |
<ul>
|
|
|
199 |
<li id="accueil"><a id="menu_lien_Array_759" href="http://www.tela-botanica.org/page:accueil?langue=fr" title="Accueil du site de Tela Botanica." >Accueil</a></li>
|
|
|
200 |
<li id="faq"><a id="menu_lien_Array_386" href="http://www.tela-botanica.org/page:faq?langue=fr" title="Foire aux Questions, aide en ligne" >Aide</a></li>
|
|
|
201 |
<li id="contact"><a id="menu_lien_Array_105" href="http://www.tela-botanica.org/page:contact?langue=fr" accesskey="9" >Contacts</a></li>
|
|
|
202 |
<li id="plan"><a id="menu_lien_Array_9" href="http://www.tela-botanica.org/page:plan_du_site?langue=fr" accesskey="5" >Plan du site</a></li>
|
|
|
203 |
<li id="rss"><a id="menu_lien_Array_630" href="http://www.tela-botanica.org/page:fluxRSS?langue=fr" title="Flux Rss du site Tela Botanica" >Flux RSS</a></li>
|
|
|
204 |
<li id="telechargement"><a id="menu_lien_Array_273" href="http://www.tela-botanica.org/page:telechargement?langue=fr" title="[Raccourci : Alt+6 ] Téléchargement de l'ensemble des fichiers des projets." accesskey="6" >Téléchargement</a></li>
|
|
|
205 |
<li id="visite"><a id="menu_lien_Array_25" href="http://www.tela-botanica.org/page:comment_marche_le_reseau?langue=fr" >Présentation du réseau</a></li>
|
|
|
206 |
<li id="mentions"><a id="menu_lien_Array_104" href="http://www.tela-botanica.org/page:licence?langue=fr" title="Droits de reproduction" >Mentions légales</a></li>
|
|
|
207 |
</ul>
|
|
|
208 |
</div>
|
|
|
209 |
<address id="coordonees">
|
|
|
210 |
<span>Association TELA BOTANICA</span>
|
|
|
211 |
<span>Institut de Botanique </span>
|
|
|
212 |
<span>163, Rue Auguste Broussonnet</span>
|
|
|
213 |
<span>34090 Montpellier</span>
|
|
|
214 |
<span>Tél. +334 67 52 41 22</span>
|
|
|
215 |
|
|
|
216 |
<span>accueil[at]tela-botanica.org</span>
|
|
|
217 |
<br /><br />
|
|
|
218 |
</address>
|
|
|
219 |
</div>
|
|
|
220 |
|
|
|
221 |
<div id="zone-menu-haut">
|
|
|
222 |
<div id="zone-visiteur">
|
|
|
223 |
<ul>
|
|
|
224 |
<li id="connectes">En ligne : <span class="gris"></span></li>
|
|
|
225 |
|
|
|
226 |
<li id="inscrits">Inscrits : <span class="gris"></span></li>
|
|
|
227 |
</ul>
|
|
|
228 |
</div>
|
|
|
229 |
<div id="zone-acces-rapide">
|
|
|
230 |
<ul>
|
|
|
231 |
<li id="don"> <a href="http://www.tela-botanica.org/page:soutien">Faites un don</a></li>
|
|
|
232 |
<li id="lettre"> <a href="http://www.tela-botanica.org/page:mon_inscription_au_reseau">Lettre d'actualités</a></li>
|
|
|
233 |
<li id="recherche">
|
|
|
234 |
<form action="http://www.tela-botanica.org/page:accueil_botanique" method="post" id="form_more_recherche">
|
|
|
235 |
<fieldset>
|
|
|
236 |
<legend>Moteur de recherche</legend>
|
|
|
237 |
<label for="more_motif">Rechercher : </label>
|
|
|
238 |
<input id="more_motif" name="more_motif" tabindex="100" maxlength="100" accesskey="4" type="text" value="Rechercher" onfocus="nettoyerChamp(this.id, 'Rechercher');" onblur="nettoyerChamp(this, 'Rechercher'); " title="Mettre les termes entre guillemets pour rechercher sur la phrase exacte."/>
|
|
|
239 |
<input id="more_ok" name="more_ok" tabindex="101" value="ok" type="submit" />
|
|
|
240 |
</fieldset>
|
|
|
241 |
</form>
|
|
|
242 |
</li>
|
|
|
243 |
<li class="drapeau">
|
|
|
244 |
<a href="?langue=fr">
|
|
|
245 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/graphisme/drapeau_fr.png" alt="Français" title="Tela Botanica en Français" />
|
|
|
246 |
</a>
|
|
|
247 |
</li>
|
|
|
248 |
<li class="drapeau">
|
|
|
249 |
<a href="?langue=en">
|
|
|
250 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/graphisme/drapeau_gb.png" alt="Anglais" title="Tela Botanica in english" />
|
|
|
251 |
</a>
|
|
|
252 |
</li>
|
|
|
253 |
</ul>
|
|
|
254 |
</div>
|
|
|
255 |
</div>
|
|
|
256 |
</div>
|
|
|
257 |
</body>
|
|
|
258 |
</html>
|