712 |
jpm |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>Biodiversité 34</title>
|
|
|
5 |
|
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
|
|
7 |
<meta http-equiv="Content-style-type" content="text/css" />
|
|
|
8 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
|
|
9 |
<meta http-equiv="Content-language" content="fr" />
|
|
|
10 |
|
|
|
11 |
<meta name="revisit-after" content="15 days" />
|
|
|
12 |
<meta name="robots" content="index,follow" />
|
|
|
13 |
<meta name="author" content="Delphine CAUQUIL, Jean-Pascal MILCENT" />
|
|
|
14 |
<meta name="keywords" content="Tela Botanica, Biodiversité34, CG34, CEL" />
|
|
|
15 |
<meta name="description" content="Widget de saisie simplifié pour le projet Biodiversité 34" />
|
|
|
16 |
|
|
|
17 |
<!-- Favicones -->
|
|
|
18 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
|
|
|
19 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.ico" />
|
|
|
20 |
|
747 |
jpm |
21 |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
|
22 |
|
712 |
jpm |
23 |
<!-- Javascript : bibliothèques -->
|
832 |
jpm |
24 |
<!-- Google Map v3 -->
|
747 |
jpm |
25 |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&sensor=true&language=fr&region=FR"></script>
|
712 |
jpm |
26 |
<!-- Jquery -->
|
832 |
jpm |
27 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.6.2/jquery-1.6.2.min.js"></script>
|
712 |
jpm |
28 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.13/js/jquery-ui-1.8.13.custom.min.js"></script>
|
|
|
29 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.13/js/jquery.ui.datepicker-fr.js"></script>
|
|
|
30 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
|
719 |
jpm |
31 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/jquery.validate.min.js"></script>
|
|
|
32 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
|
744 |
jpm |
33 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/proj4js/1.0.1/proj4js-compressed.js"></script>
|
719 |
jpm |
34 |
<script src="<?=$url_base?>saisie?projet=biodiversite34&service=taxons" type="text/javascript"></script>
|
1348 |
aurelien |
35 |
|
|
|
36 |
<!-- Javascript : appli saisie -->
|
|
|
37 |
<script type="text/javascript">
|
|
|
38 |
//<![CDATA[
|
|
|
39 |
// La présence du parametre 'debug' dans l'URL enclenche le dégogage
|
|
|
40 |
var DEBUG = <?=isset($_GET['debug']) ? 'true' : 'false'?>;
|
|
|
41 |
// URL du web service réalisant l'insertion des données dans la base du CEL.
|
|
|
42 |
var SERVICE_SAISIE_URL = "<?=$url_ws_saisie?>";
|
|
|
43 |
// Squelette d'URL du web service d'eFlore fournissant les noms de communes.
|
1990 |
jpm |
44 |
var SERVICE_NOM_COMMUNE_URL = "http://api.tela-botanica.org/service:eflore:0.1/osm/nom-commune?lon={lon}&lat={lat}";
|
1348 |
aurelien |
45 |
//]]>
|
|
|
46 |
</script>
|
712 |
jpm |
47 |
<script type="text/javascript" src="<?=$url_base?>modules/saisie/squelettes/biodiversite34/js/biodiversite34.js"></script>
|
|
|
48 |
|
|
|
49 |
<!-- CSS -->
|
|
|
50 |
<link href="<?=$url_base?>modules/saisie/squelettes/biodiversite34/css/biodiversite34.css" rel="stylesheet" type="text/css" media="screen" />
|
|
|
51 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.13/css/ui-darkness/jquery-ui-1.8.13.custom.css" type="text/css" media="screen" />
|
|
|
52 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
|
719 |
jpm |
53 |
</head>
|
|
|
54 |
|
|
|
55 |
<body>
|
1348 |
aurelien |
56 |
<div id="zone-appli">
|
1516 |
aurelien |
57 |
<?php if($titre == 'defaut' ) { ?>
|
|
|
58 |
<h1>Biodiversité 34</h1>
|
|
|
59 |
<?php } else { ?>
|
|
|
60 |
<h1 id="widget-titre"><?= $titre ?></h1>
|
|
|
61 |
<?php } ?>
|
1348 |
aurelien |
62 |
<h2>Saisie des observations</h2>
|
|
|
63 |
<form id="saisie-obs" action="#">
|
|
|
64 |
<fieldset id="partie-identification">
|
|
|
65 |
<legend>1. Identification</legend>
|
|
|
66 |
<ul>
|
|
|
67 |
<li>
|
|
|
68 |
<label for="prenom"><span class="obligatoire" title="Champ obligatoire">*</span> Prénom</label>
|
|
|
69 |
<input id="prenom" name="prenom" type="text" value=""/>
|
|
|
70 |
</li>
|
|
|
71 |
<li>
|
|
|
72 |
<label for="nom"><span class="obligatoire" title="Champ obligatoire">*</span> NOM</label>
|
|
|
73 |
<input id="nom" name="nom" type="text" value=""/>
|
|
|
74 |
</li>
|
|
|
75 |
<li>
|
|
|
76 |
<label for="courriel"><span class="obligatoire" title="Champ obligatoire">*</span> Courriel</label>
|
|
|
77 |
<input id="courriel" name="courriel" type="text" value=""/>
|
1352 |
aurelien |
78 |
<input id="id_utilisateur" name="id_utilisateur" type="hidden"/>
|
1348 |
aurelien |
79 |
</li>
|
|
|
80 |
<li>
|
|
|
81 |
<label for="courriel_confirmation"><span class="obligatoire" title="Champ obligatoire">*</span> Courriel (confirmation)</label>
|
|
|
82 |
<input id="courriel_confirmation" name="courriel_confirmation" type="text" value=""/>
|
|
|
83 |
</li>
|
|
|
84 |
</ul>
|
|
|
85 |
</fieldset>
|
|
|
86 |
<fieldset id="partie-station">
|
|
|
87 |
<legend>2. Station / Localisation</legend>
|
|
|
88 |
<input id="commune_nom" name="commune_nom" type="hidden" value="" />
|
|
|
89 |
<input id="commune_code_insee" name="commune_code_insee" type="hidden" value="" />
|
|
|
90 |
<ul>
|
|
|
91 |
<li>
|
|
|
92 |
<label for="milieu"><span class="obligatoire" title="Champ obligatoire">*</span> Milieu</label>
|
|
|
93 |
<select id="milieu" name="milieu">
|
|
|
94 |
<option value="">Sélectionner un milieu</option>
|
|
|
95 |
<?php foreach ($milieux as $milieu => $description) : ?>
|
|
|
96 |
<option value="<?=$milieu?>" <?=($description != '') ? 'title="'.$description.'"': '' ?>><?=$milieu?></option>
|
|
|
97 |
<?php endforeach; ?>
|
|
|
98 |
</select>
|
|
|
99 |
</li>
|
|
|
100 |
<li><a id="localiser-gg-map" href="#gg-map-localisation">Localiser votre station sur une carte Google Map</a></li>
|
|
|
101 |
<li id="partie-lat-lon">
|
|
|
102 |
<label for="latitude"><span class="obligatoire" title="Champ obligatoire">*</span> Latitude</label>
|
|
|
103 |
<input id="latitude" name="latitude" type="text" value=""/>
|
|
|
104 |
<label for="longitude"><span class="obligatoire" title="Champ obligatoire">*</span> Longitude</label>
|
|
|
105 |
<input id="longitude" name="longitude" type="text" value=""/>
|
|
|
106 |
<span id="lat-lon-info" class="info">(WGS84)</span>
|
|
|
107 |
</li>
|
|
|
108 |
</ul>
|
|
|
109 |
</fieldset>
|
|
|
110 |
<fieldset id="partie-observation">
|
|
|
111 |
<legend>3. Observation</legend>
|
|
|
112 |
<ul>
|
|
|
113 |
<li>
|
|
|
114 |
<label for="date"><span class="obligatoire" title="Champ obligatoire">*</span> Date</label>
|
|
|
115 |
<input id="date" name="date" type="text" value="" />
|
|
|
116 |
</li>
|
|
|
117 |
<li>
|
|
|
118 |
<label for="taxon"><span class="obligatoire" title="Champ obligatoire">*</span> Espèce</label>
|
|
|
119 |
<select id="taxon" name="taxon">
|
|
|
120 |
<option value="">Sélectionner un taxon</option>
|
|
|
121 |
<?php foreach ($taxons as $taxon) : ?>
|
|
|
122 |
<option value="<?=$taxon['num_nom_sel']?>" title="<?=$taxon['nom_sel'].($taxon['nom_fr_autre'] != '' ? ' - '.$taxon['nom_fr_autre'] : '' )?>"><?=$taxon['nom_fr']?></option>
|
719 |
jpm |
123 |
<?php endforeach; ?>
|
1348 |
aurelien |
124 |
</select>
|
|
|
125 |
</li>
|
|
|
126 |
<li>
|
|
|
127 |
<label for="notes">Notes</label>
|
|
|
128 |
<textarea id="notes" name="notes"></textarea>
|
|
|
129 |
</li>
|
|
|
130 |
</ul>
|
|
|
131 |
<button id="ajouter-obs" type="button">Ajouter</button>
|
|
|
132 |
</fieldset>
|
|
|
133 |
|
|
|
134 |
</form>
|
719 |
jpm |
135 |
|
1348 |
aurelien |
136 |
<h2>Liste des observations à transmettre</h2>
|
|
|
137 |
<form action="#">
|
|
|
138 |
<table id="liste-obs">
|
|
|
139 |
<thead><tr><th>Numéro</th><th>Date</th><th>Nom</th><th>Milieu</th><th>Latitude</th><th>Longitude</th><th>Notes</th><th>Suppression</th></tr></thead>
|
|
|
140 |
<tbody></tbody>
|
|
|
141 |
</table>
|
|
|
142 |
<button id="tramsmettre-obs" type="button">Transmettre</button>
|
|
|
143 |
</form>
|
|
|
144 |
</div>
|
719 |
jpm |
145 |
|
|
|
146 |
<div id="gg-map" style="display: none;">
|
|
|
147 |
<div id="gg-map-localisation">
|
|
|
148 |
<div id="gg-map-carte">Carte en cours de chargement...</div>
|
1348 |
aurelien |
149 |
<ul id="gg-map-info">
|
|
|
150 |
<li>
|
|
|
151 |
<span class="champ">Marqueur de station</span>
|
|
|
152 |
<span id="marqueur-statut">Déplacer le marqueur sur le centre de votre station.</span>
|
|
|
153 |
</li>
|
|
|
154 |
<li>
|
|
|
155 |
<span class="champ">Coordonnées du marqueur</span>
|
|
|
156 |
<span id="marqueur-coordonnees"><span title="Système géodésique mondial, révision de 1984 - Coordonnées non projetées">WGS84 : <span id="marqueur-wgs84"> </span></span> / <span title="Système géodésique RGF93 - Coordonnées en projection Lambert 93">Lambert 93 : <span id="marqueur-lambert93"> </span></span></span>
|
|
|
157 |
</li>
|
|
|
158 |
<li>
|
|
|
159 |
<span class="champ">Commune</span>
|
|
|
160 |
<span id="marqueur-commune">
|
|
|
161 |
<span id="commune-nom" class="commune-info"> </span>
|
|
|
162 |
(<span id="commune-code-insee" class="commune-info" title="Code INSEE de la commune"> </span>)
|
|
|
163 |
</span>
|
|
|
164 |
<span class="champ">Adresse</span>
|
|
|
165 |
<span id="marqueur-adresse"> </span>
|
|
|
166 |
</li>
|
|
|
167 |
</ul>
|
|
|
168 |
<form id="gg-map-form">
|
|
|
169 |
<button id="valider-coordonnees" type="button">Valider</button>
|
|
|
170 |
<button id="annuler-coordonnees" type="button">Annuler</button>
|
|
|
171 |
</form>
|
|
|
172 |
</div>
|
|
|
173 |
</div>
|
719 |
jpm |
174 |
</div>
|
|
|
175 |
|
|
|
176 |
|
|
|
177 |
<div id="dialogue-bloquer-copier-coller" style="display: none;" title="Information copier/coller">
|
|
|
178 |
<p>
|
|
|
179 |
Merci de ne pas copier/coller votre courriel.<br/>
|
|
|
180 |
La double saisie permet de vérifier l'absence d'erreurs.
|
|
|
181 |
</p>
|
|
|
182 |
</div>
|
|
|
183 |
<div id="dialogue-zero-obs" style="display: none;" title="Information aucune observation">
|
|
|
184 |
<p>
|
|
|
185 |
Veuillez saisir des observations pour les transmettres.
|
|
|
186 |
</p>
|
|
|
187 |
</div>
|
|
|
188 |
<div id="dialogue-form-invalide" style="display: none;" title="Validation du formulaire">
|
|
|
189 |
<p>Certains champs n'ont pas été saisis correctement, veuillez vérifier les champs saisis.</p>
|
|
|
190 |
</div>
|
|
|
191 |
|
|
|
192 |
<div id="dialogue-obs-transaction" style="display: none;" title="Transmission des observations">
|
832 |
jpm |
193 |
</div>
|
|
|
194 |
|
|
|
195 |
<div id="dialogue-erreur" style="display: none;" title="Erreur">
|
719 |
jpm |
196 |
</div>
|
|
|
197 |
|
712 |
jpm |
198 |
<!-- Stats : Google Analytics -->
|
|
|
199 |
<script type="text/javascript">
|
|
|
200 |
//<![CDATA[
|
|
|
201 |
var _gaq = _gaq || [];
|
|
|
202 |
_gaq.push(['_setAccount', 'UA-20092557-1']);
|
|
|
203 |
_gaq.push(['_trackPageview']);
|
|
|
204 |
|
|
|
205 |
(function() {
|
|
|
206 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
207 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
208 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
209 |
})();
|
|
|
210 |
//]]>
|
|
|
211 |
</script>
|
|
|
212 |
</body>
|
|
|
213 |
</html>
|