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