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