3638 |
delphine |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html xmlns="https://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title><?php echo strip_tags( $widget['titre'] ); ?></title>
|
|
|
5 |
|
|
|
6 |
<meta charset="utf-8" />
|
|
|
7 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
8 |
<meta http-equiv="Content-style-type" content="text/css" />
|
|
|
9 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
|
|
10 |
<meta http-equiv="Content-language" content="fr" />
|
|
|
11 |
|
|
|
12 |
<meta name="revisit-after" content="15 days" />
|
|
|
13 |
<meta name="robots" content="index,follow" />
|
|
|
14 |
<meta name="author" content="Tela Botanica" />
|
|
|
15 |
<meta name="keywords" content="Tela Botanica, CEL" />
|
|
|
16 |
<meta name="description" content="Widgets de saisie du carnet en ligne" />
|
|
|
17 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
|
|
|
18 |
|
|
|
19 |
<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
|
|
|
20 |
<meta property="og:type" content="website" />
|
|
|
21 |
<meta property="og:title" content="Widgets de saisie du CeL" />
|
|
|
22 |
<meta property="og:site_name" content="Tela Botanica" />
|
|
|
23 |
<meta property="og:description" content="Widgets de saisie du Carnet en Ligne" />
|
|
|
24 |
<meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
|
|
|
25 |
<meta property="og:image:type" content="image/png" />
|
|
|
26 |
<meta property="og:image:width" content="256" />
|
|
|
27 |
<meta property="og:image:height" content="256" />
|
|
|
28 |
<meta property="og:locale" content="fr_FR" />
|
|
|
29 |
|
|
|
30 |
<!-- Favicone -->
|
|
|
31 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
|
|
32 |
<!-- Jquery-ui custom css-->
|
|
|
33 |
<link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
|
|
34 |
<!-- Bootstrap CSS -->
|
|
|
35 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
|
|
|
36 |
<!-- Fontawesome -->
|
|
|
37 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
|
|
|
38 |
<!-- Carto -->
|
3844 |
idir |
39 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin="anonymous">
|
|
|
40 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css" integrity="sha512-gc3xjCmIy673V6MyOAZhIW93xhM9ei1I+gLbmFjUHIjocENRsLX/QUE1htk5q1XV2D/iie/VQ8DXI6Vu8bexvQ==" crossorigin="anonymous">
|
|
|
41 |
<link rel="stylesheet" href="<?php echo $url_base;?>js/tb-geoloc/css/leaflet-gesture-handling.min.css" type="text/css">
|
|
|
42 |
<link rel="stylesheet" href="<?php echo $url_base;?>js/tb-geoloc/css/geoloc.css" type="text/css">
|
3638 |
delphine |
43 |
<!-- STYLE SAISIE -->
|
|
|
44 |
<link href="<?php echo $url_base; ?>css/saisie.css" rel="stylesheet" type="text/css" media="screen" />
|
|
|
45 |
<link href="<?php echo $url_base; ?>css/saisieSpe.css" rel="stylesheet" type="text/css" media="screen" />
|
|
|
46 |
|
|
|
47 |
<!-- Google Analytics -->
|
|
|
48 |
<?php if( $prod ): ?>
|
|
|
49 |
<?php include "analytics.html"; ?>
|
|
|
50 |
<?php endif; ?>
|
|
|
51 |
<!-- <link rel="icon" type="image/x-icon" href="favicon.ico" /> -->
|
|
|
52 |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
|
53 |
<style>
|
3710 |
idir |
54 |
:not(.miniature).loading::after {
|
3638 |
delphine |
55 |
content:'';
|
|
|
56 |
display: inline-block;
|
|
|
57 |
background-image: url("<?php echo $url_base; ?>img/icones/chargement-image.gif");
|
|
|
58 |
background-size: 1rem;
|
|
|
59 |
height: 1rem;
|
|
|
60 |
width: 1rem;
|
|
|
61 |
}
|
|
|
62 |
</style>
|
|
|
63 |
</head>
|
|
|
64 |
|
|
|
65 |
<body id="top" data-sq="<?php echo $url_base; ?>" data-type-loc="<?php echo $widget['type_localisation'];?>">
|
|
|
66 |
<?php
|
|
|
67 |
echo ( $widget['image_fond'] ) ? '<div id="image-fond" style="' . htmlspecialchars( 'background:url("' . $widget['chemin_fichiers'] . 'image_fond.' . preg_replace( '/(?:imag)?e\/?/','',$widget['image_fond']) . '") no-repeat center center;background-size:cover') . '"></div>': '';
|
|
|
68 |
?>
|
|
|
69 |
<div id="zone-appli" class="container" data-projet="<?php echo $widget['projet']; ?>" data-url-fichiers="<?php echo $widget['chemin_fichiers']; ?>">
|
|
|
70 |
<div class="layout-wrapper page">
|
|
|
71 |
<div class="row mb-3">
|
|
|
72 |
<div class="col-md-2 col-sm-10">
|
|
|
73 |
<img id="logo" class="mr-3" src="<?php echo htmlspecialchars( $widget['chemin_fichiers'] . 'logo.' . preg_replace( '/(?:imag)?e\/?/','', $widget['logo'] ) ); ?>" alt="logo <?php echo $widget['projet']; ?>" />
|
|
|
74 |
</div>
|
|
|
75 |
<div class="col-md-10 col-sm-12">
|
|
|
76 |
<h1 id="titre-projet" class="mt-0"><?php echo ( $widget['info'] ) ? $widget['titre'] . ' <div id="info-button" class="btn btn-outline-info btn-sm border-0" data-mime-info="' . $widget['info'] . '"><i class="fas fa-info-circle"></i></div>' : $widget['titre']; ?></h1>
|
|
|
77 |
</div>
|
|
|
78 |
</div>
|
|
|
79 |
|
|
|
80 |
<div class="row mb-3">
|
|
|
81 |
<div class="col-md-6">
|
|
|
82 |
<div id="description"><?php echo $widget['description']; ?></div>
|
|
|
83 |
</div>
|
|
|
84 |
<div class="col-md-6">
|
|
|
85 |
<div id="aide" class="well well-lg hidden-sm-down">
|
|
|
86 |
<h3><?php echo $aide['titre']; ?></h3>
|
|
|
87 |
<div id="aide-txt" class="hiden-sm-down">
|
|
|
88 |
<p><?php echo $aide['description']; ?></p>
|
|
|
89 |
</div>
|
|
|
90 |
</div>
|
|
|
91 |
</div>
|
|
|
92 |
</div>
|
|
|
93 |
|
|
|
94 |
<div id="formulaire" class="row mb-3 bloc-top">
|
|
|
95 |
<form id="form-observateur" role="form" autocomplete="on">
|
|
|
96 |
<h2><?php echo $observateur['titre']; ?></h2>
|
|
|
97 |
<div id="tb-observateur">
|
|
|
98 |
<div class="navbar-default mb-3" id="tb-navbar">
|
|
|
99 |
<div class="nav navbar-nav navbar-right row control-group">
|
|
|
100 |
<div id="bouton-connexion" class="volet col-md-6 col-sm-8">
|
|
|
101 |
<label for="bouton-connexion"><?php echo $observateur['compte']; ?></label>
|
|
|
102 |
<a id="connexion" href="<?php echo $authTpl; ?>" class="btn btn-success mr-1 mb-1" target="_blank"><?php echo $observateur['connexion']; ?></a>
|
|
|
103 |
<a id="inscription" href="" class="btn btn-primary mr-1 mb-1" target="_blank"><?php echo $observateur['inscription']; ?></a>
|
|
|
104 |
</div>
|
|
|
105 |
<div id="creation-compte" class="volet col-md-6 col-sm-8">
|
|
|
106 |
<label for="creation-compte"><?php echo $observateur['noninscription']; ?></label>
|
|
|
107 |
<a id="bouton-anonyme" href="" class="btn btn-info mr-1 mb-1"><?php echo $observateur['nonconnexion']; ?></a>
|
|
|
108 |
</div>
|
|
|
109 |
<div id="utilisateur-connecte" class="volet hidden">
|
|
|
110 |
<label for="utilisateur-connecte"><?php echo $observateur['bienvenue']; ?></label>
|
|
|
111 |
<a href="" class="list-tool btn btn-large btn-primary volet-toggle" data-toggle="volet">
|
|
|
112 |
<span id="nom-complet"></span> <!-- <i class="fas fa-caret-down"></i> -->
|
|
|
113 |
</a>
|
|
|
114 |
<div class="volet-menu hidden">
|
|
|
115 |
<div id="profil-utilisateur">
|
|
|
116 |
<a href="" target="_blank"><?php echo $observateur['profil']; ?></a>
|
|
|
117 |
</div>
|
|
|
118 |
<div id="deconnexion"><a href=""><?php echo $observateur['deconnexion']; ?></a></div>
|
|
|
119 |
</div>
|
|
|
120 |
</div>
|
|
|
121 |
</div>
|
|
|
122 |
</div>
|
|
|
123 |
</div>
|
|
|
124 |
|
|
|
125 |
<div id="identite" class="mb-3 hidden">
|
|
|
126 |
<p id="bienvenue" class=" col-md-6 hidden font-weight-bold">
|
|
|
127 |
Bonjour<span id="bienvenue-prenom"></span><span id="bienvenue-nom"></span>!
|
|
|
128 |
</p>
|
|
|
129 |
<div id="zone-courriel" class="row">
|
|
|
130 |
<div class="control-group col-md-6">
|
|
|
131 |
<label for="courriel" class="col-sm-8 obligatoire" title="<?php echo $observateur['courriel-title']; ?>">
|
|
|
132 |
<i class="fa fa-envelope" aria-hidden="true"></i>
|
|
|
133 |
<?php echo $observateur['courriel']; ?>
|
|
|
134 |
</label>
|
|
|
135 |
<div class="col-sm-8 mb-3">
|
|
|
136 |
<input id="courriel" name="courriel" class="form-control" type="email" title="<?php echo $observateur['courriel-title']; ?> ">
|
|
|
137 |
<input id="id_utilisateur" name="id_utilisateur" type="hidden">
|
|
|
138 |
</div>
|
|
|
139 |
</div>
|
|
|
140 |
|
|
|
141 |
<div id="zone-courriel-confirmation" class="control-group col-md-6 hidden">
|
|
|
142 |
<label for="courriel_confirmation" class="col-sm-8 obligatoire" title="<?php echo $observateur['courriel-confirmation-title']; ?>">
|
|
|
143 |
<i class="fa fa-envelope" aria-hidden="true"></i>
|
|
|
144 |
<?php echo $observateur['courriel-confirmation']; ?>
|
|
|
145 |
</label>
|
|
|
146 |
<div class="col-sm-8">
|
|
|
147 |
<input id="courriel_confirmation" name="courriel_confirmation" class="form-control" type="email">
|
|
|
148 |
</div>
|
|
|
149 |
</div>
|
|
|
150 |
</div>
|
|
|
151 |
|
|
|
152 |
<div id="zone-prenom-nom" class="row hidden">
|
|
|
153 |
<div class="control-group col-md-6">
|
|
|
154 |
<label for="prenom" class="col-sm-8">
|
|
|
155 |
<i class="fa fa-user" aria-hidden="true"></i>
|
|
|
156 |
<?php echo $observateur['prenom']; ?>
|
|
|
157 |
</label>
|
|
|
158 |
<div class="input-group col-sm-8">
|
|
|
159 |
<input id="prenom" name="prenom" class="form-control" type="text">
|
|
|
160 |
</div>
|
|
|
161 |
</div>
|
|
|
162 |
<div class="control-group col-md-6">
|
|
|
163 |
<label for="nom" class="col-sm-8">
|
|
|
164 |
<i class="fa fa-user" aria-hidden="true"></i>
|
|
|
165 |
<?php echo $observateur['nom']; ?>
|
|
|
166 |
</label>
|
|
|
167 |
<div class="input-group col-sm-8">
|
|
|
168 |
<input id="nom" name="nom" class="form-control" type="text">
|
|
|
169 |
</div>
|
|
|
170 |
</div>
|
|
|
171 |
</div>
|
|
|
172 |
</div>
|
|
|
173 |
</form>
|
|
|
174 |
|
|
|
175 |
<!-- Messages d'erreur du formulaire-->
|
|
|
176 |
<div class="zone-alerte">
|
|
|
177 |
<div id="dialogue-bloquer-copier-coller" class="alert alert-info alert-block hidden">
|
|
|
178 |
<a class="close">×</a>
|
|
|
179 |
<h4 class="alert-heading"><?php echo $observateur['alertcc-title']; ?></h4>
|
|
|
180 |
<p><?php echo $observateur['alertcc']; ?></p>
|
|
|
181 |
</div>
|
|
|
182 |
<div id="dialogue-utilisateur-non-identifie" class="alert alert-warning alert-block hidden">
|
|
|
183 |
<a class="close">×</a>
|
|
|
184 |
<h4 class="alert-heading"><?php echo $observateur['alertni-title']; ?></h4>
|
|
|
185 |
<p><?php echo $observateur['alertni']; ?></p>
|
|
|
186 |
</div>
|
|
|
187 |
</div>
|
|
|
188 |
|
|
|
189 |
<form id="form-observation" role="form" autocomplete="on" class="bloc-top">
|
|
|
190 |
<h2><?php echo $observation['titre']; ?></h2>
|
|
|
191 |
<div id="zone-observation" class="row">
|
|
|
192 |
<div class="col-md-6">
|
|
|
193 |
|
|
|
194 |
<div class="mb-3">
|
3844 |
idir |
195 |
<label id="geoloc-label" for="geolocalisation" class="col-sm-8 obligatoire has-tooltip" data-toggle="tooltip" title="<?php echo $observation['geoloc-title']; ?>">
|
3638 |
delphine |
196 |
<i class="fa fa-street-view" aria-hidden="true"></i>
|
|
|
197 |
<?php echo $observation['geolocalisation']; ?>
|
3852 |
idir |
198 |
<?php if ('rue' === $widget['type_localisation']) :?>
|
|
|
199 |
<div class="help-button help-geoloc btn btn-outline-info btn-sm border-0" data-key="photo-aide-geoloc" data-name="geolocalisation" data-mime-type="image/jpg"><i class="fas fa-info-circle"></i></div>
|
|
|
200 |
<?php endif; ?>
|
3638 |
delphine |
201 |
</label>
|
3813 |
idir |
202 |
<?php if( $widget['type_localisation'] === 'rue' ) : ?>
|
|
|
203 |
<div class="aide-txt">
|
|
|
204 |
<p><?php echo $observation['info-saisie-rue']; ?></p>
|
|
|
205 |
</div>
|
|
|
206 |
<?php endif; ?>
|
3638 |
delphine |
207 |
<div class="control-group">
|
|
|
208 |
<div id="geoloc-datas">
|
|
|
209 |
<input type="hidden" id="pays" name="pays" value="" style="display:none">
|
|
|
210 |
<input type="hidden" id="commune-nom" name="commune-nom" value="" style="display:none">
|
|
|
211 |
<input type="hidden" id="geometry" name="geometry" value="" style="display:none">
|
|
|
212 |
<input type="hidden" id="altitude" name="altitude" value="" style="display:none">
|
|
|
213 |
<input type="hidden" id="commune-insee" name="commune-insee" value="" style="display:none">
|
|
|
214 |
<input type="hidden" id="coord-lineaire" name="coord-lineaire" value="" style="display:none">
|
|
|
215 |
</div>
|
|
|
216 |
<div id="geoloc" class="col-sm-12">
|
3844 |
idir |
217 |
<script type="text/javascript">
|
|
|
218 |
const URL_GEOLOC_SERVICE = "<?php echo $url_ws_geoloc;?>";
|
|
|
219 |
const URL_BASE = "<?php echo $url_base;?>";
|
3852 |
idir |
220 |
const URL_HELP_GEOLOC_POLYLINE = "<?php echo $url_base; ?>js/tb-geoloc/img/photo-aide-geoloc.jpg";
|
3844 |
idir |
221 |
</script>
|
|
|
222 |
|
|
|
223 |
<div id="tb-places-zone" class="flex hidden">
|
|
|
224 |
<div class="form-col search-container">
|
|
|
225 |
<label for="tb-places" >Trouver un lieu</label>
|
|
|
226 |
<div class="input-search-container">
|
3866 |
idir |
227 |
<input id="tb-places" class="tb-places" type="search" name="tb-places" placeholder="Recherchez une <?php echo 'rue' === $widget['type_localisation'] ? 'rue' : 'adresse ou une ville';?>" autocomplete="off" data-type-localisation="<?php echo $widget['type_localisation'] ?? '';?>">
|
3844 |
idir |
228 |
<div class="tb-places-search-icon"></div>
|
|
|
229 |
<button class="tb-places-close hidden"></button>
|
|
|
230 |
</div>
|
|
|
231 |
<div class="tb-places-results-container hidden">
|
|
|
232 |
<ul class="tb-places-results"></ul>
|
|
|
233 |
</div>
|
|
|
234 |
</div>
|
|
|
235 |
</div>
|
3899 |
idir |
236 |
<?php if( $widget['type_localisation'] === 'rue' ) : ?>
|
|
|
237 |
<div class="aide-txt">
|
|
|
238 |
<p><?php echo $observation['info-saisie-ligne']; ?></p>
|
|
|
239 |
</div>
|
|
|
240 |
<?php endif; ?>
|
3844 |
idir |
241 |
|
|
|
242 |
<div id="map-container">
|
|
|
243 |
<div
|
|
|
244 |
id="tb-geolocation"
|
|
|
245 |
style="height: 400px;width: 100%"
|
|
|
246 |
data-type-localisation="<?php echo $widget['type_localisation'] ?? '';?>"
|
|
|
247 |
data-zoom="<?php echo $widget['localisation']['zoom'] ?? '5';?>"
|
3877 |
idir |
248 |
data-layer="<?php echo 'googleHybrid' === $widget['fond_carte'] ? $widget['fond_carte'] : 'osm';?>"
|
3844 |
idir |
249 |
data-form-suffix=""
|
|
|
250 |
>
|
|
|
251 |
</div>
|
|
|
252 |
</div>
|
3638 |
delphine |
253 |
</div>
|
|
|
254 |
</div>
|
|
|
255 |
</div>
|
|
|
256 |
|
3844 |
idir |
257 |
<div id="coord" class="control-group">
|
|
|
258 |
<label for="latitude" class="col-sm-8">
|
|
|
259 |
<i class="fa fa-globe" aria-hidden="true"></i>
|
|
|
260 |
<?php echo $observation['latitude']; ?>
|
|
|
261 |
</label>
|
|
|
262 |
<div class="col-sm-8 mb-3">
|
|
|
263 |
<input type="text" id="latitude" name="latitude" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $observation['latitude']; ?>" value="<?php echo $widget['localisation']['latitude'] ?? '';?>">
|
|
|
264 |
</div>
|
|
|
265 |
<label for="longitude" class="col-sm-8">
|
|
|
266 |
<i class="fa fa-globe" aria-hidden="true"></i>
|
|
|
267 |
<?php echo $observation['longitude']; ?>
|
|
|
268 |
</label>
|
|
|
269 |
<div class="col-sm-8 mb-3">
|
|
|
270 |
<input type="text" id="longitude" name="longitude" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $observation['longitude']; ?>" value="<?php echo $widget['localisation']['longitude'] ?? '';?>">
|
|
|
271 |
</div>
|
|
|
272 |
</div>
|
|
|
273 |
|
3638 |
delphine |
274 |
<div class="control-group">
|
|
|
275 |
<label for="lieudit" class="col-sm-8">
|
|
|
276 |
<i class="fa fa-map-signs" aria-hidden="true"></i>
|
|
|
277 |
<?php echo $observation['lieudit']; ?>
|
|
|
278 |
</label>
|
|
|
279 |
<div class="col-sm-8 mb-3">
|
|
|
280 |
<input type="text" id="lieudit" name="lieudit" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $observation['lieudit-title']; ?>">
|
|
|
281 |
</div>
|
|
|
282 |
</div>
|
|
|
283 |
<div class="control-group">
|
|
|
284 |
<label for="station" class="col-sm-8">
|
|
|
285 |
<i class="fa fa-map-marker" aria-hidden="true"></i>
|
|
|
286 |
<?php echo $observation['station']; ?>
|
|
|
287 |
</label>
|
|
|
288 |
<div class="col-sm-8 mb-3">
|
|
|
289 |
<input type="text" id="station" name="station" class="form-control has-tooltip" data-toggle="tooltip" data-placement="bottom"title="<?php echo $observation['station-title']; ?>">
|
|
|
290 |
</div>
|
|
|
291 |
</div>
|
|
|
292 |
|
|
|
293 |
</div>
|
|
|
294 |
|
|
|
295 |
<div class="col-md-6">
|
|
|
296 |
|
|
|
297 |
<div class="control-group">
|
|
|
298 |
<label for="date_releve" class="col-sm-8 obligatoire">
|
|
|
299 |
<i class="fa fa-calendar" aria-hidden="true"></i>
|
|
|
300 |
<?php echo $observation['date']; ?>
|
|
|
301 |
</label>
|
|
|
302 |
<div class="col-sm-8 mb-3 has-tooltip" data-toggle="tooltip" title="<?php echo $observation['date-title']; ?>">
|
|
|
303 |
<input type="date" id="date_releve" name="date_releve" class="form-control" max="<?php echo date('Y-m-d', time()); ?>" placeholder="jj/mm/aaaa" required>
|
|
|
304 |
</div>
|
|
|
305 |
</div>
|
|
|
306 |
|
|
|
307 |
<?php if( ( $widget['type_especes'] === 'referentiel' || empty( $widget['type_especes'] ) ) && empty( $widget['referentiel'] ) ) : ?>
|
|
|
308 |
<div class="control-group">
|
|
|
309 |
<label for="referentiel" class="col-sm-8 obligatoire">
|
|
|
310 |
<i class="fa fa-book" aria-hidden="true"></i>
|
|
|
311 |
<?php echo $observation['referentiel']; ?>
|
|
|
312 |
</label>
|
|
|
313 |
<div class="col-sm-8 mb-3">
|
|
|
314 |
<select id="referentiel" class="form-control custom-select has-tooltip" data-toggle="tooltip" title="<?php echo $observation['referentiel-title']; ?>">
|
|
|
315 |
<option class="choisir" value="" selected hidden><?php echo $general['choisir']; ?></option>
|
3802 |
delphine |
316 |
<option value="bdtfxr" selected="selected" title="Trachéophytes de France métropolitaine et régions avoisinantes">Métropole (index réduit)</option>
|
3638 |
delphine |
317 |
<option value="bdtfx" title="Trachéophytes de France métropolitaine">Métropole (BDTFX)</option>
|
|
|
318 |
<option value="bdtxa" title="Trachéophytes des Antilles">Antilles françaises (BDTXA)</option>
|
|
|
319 |
<option value="bdtre" title="Trachéophytes de La Réunion">Réunion (BDTRE)</option>
|
|
|
320 |
<option value="aublet" title="Guyane">Guyane (AUBLET2)</option>
|
|
|
321 |
<option value="florical" title="Nouvelle-Calédonie">Nouvelle-Calédonie (FLORICAL)</option>
|
|
|
322 |
<option value="isfan" title="Afrique du Nord">Afrique du Nord (ISFAN)</option>
|
|
|
323 |
<option value="apd" title="Afrique de l'Ouest et du Centre">Afrique de l'Ouest et du Centre (APD)</option>
|
|
|
324 |
<option value="lbf" title="Liban">Liban (LBF)</option>
|
3802 |
delphine |
325 |
<option value="taxreflich" title="Lichens de France">Lichens (TaxRef)</option>
|
|
|
326 |
<option value="taxref" title="Flore de France métropolitaine et outre-mer">France (TaxRef)</option>
|
3638 |
delphine |
327 |
<option value="autre" title="Autre/Inconnu">Autre/Inconnu</option>
|
|
|
328 |
</select>
|
|
|
329 |
</div>
|
|
|
330 |
</div>
|
|
|
331 |
<?php else : ?>
|
|
|
332 |
<input id="referentiel" name="referentiel" value="<?php echo $widget['referentiel']; ?>" type="hidden">
|
|
|
333 |
<?php endif; ?>
|
|
|
334 |
|
|
|
335 |
<div id="bloc-taxon" class="control-group">
|
|
|
336 |
<?php $isTaxonListe = ( isset( $widget['especes']['taxons'] ) && count( (array) $widget['especes']['taxons'] ) > 0 ) ;?>
|
|
|
337 |
<label <?php echo ( !$isTaxonListe ) ? 'id="taxon-autocomplete-label" for="taxon"' : 'for="taxon-liste"';?> class="col-sm-8">
|
|
|
338 |
<i class="fa fa-leaf" aria-hidden="true"></i>
|
|
|
339 |
<?php echo $observation['espece']; ?><?php if ( !empty( $widget['referentiel'] ) ) echo " (" . $widget['referentiel'] . ")"; ?>
|
|
|
340 |
</label>
|
|
|
341 |
<div class="col-sm-8 mb-3">
|
|
|
342 |
<?php if ( $widget['type_especes'] === 'fixe' || $widget['especes']['espece_imposee'] ) : ?>
|
|
|
343 |
<input id="taxon" name="taxon" type="text" class="form-control taxon-validation" title="" value="<?php echo $widget['especes']['nom_sci_espece_defaut']; ?>"/>
|
|
|
344 |
</div>
|
|
|
345 |
</div>
|
|
|
346 |
|
|
|
347 |
<?php elseif ( $isTaxonListe ) : ?>
|
|
|
348 |
<?php ksort( $widget['especes']['taxons'] ); ?>
|
|
|
349 |
<select id="taxon-liste" name="taxon-liste" class="form-control custom-select taxon-validation has-tooltip" data-toggle="tooltip" title="<?php echo $observation['liste-espece-title']; ?>">
|
|
|
350 |
<option class="choisir" value="inconnue" selected hidden><?php echo $general['choisir']; ?></option>
|
|
|
351 |
<?php foreach ($widget['especes']['taxons'] as $taxon) : ?>
|
|
|
352 |
<option
|
|
|
353 |
class="nom-sci"
|
|
|
354 |
value="<?php echo $taxon['nom_sel'];?>"
|
|
|
355 |
title="<?php echo $taxon['nom_fr'];?>"
|
|
|
356 |
data-num-nom-sel="<?php echo $taxon['num_nom_sel'];?>"
|
|
|
357 |
data-nom-ret="<?php echo $taxon['nom_ret'];?>"
|
|
|
358 |
data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
|
|
|
359 |
data-nt="<?php echo $taxon['num_taxon'];?>"
|
|
|
360 |
data-famille="<?php echo $taxon['famille'];?>"
|
3877 |
idir |
361 |
><?php echo $taxon['nom_sel'];?> - <?php echo $taxon['nom_fr'];?></option>
|
3638 |
delphine |
362 |
<?php endforeach; ?>
|
3880 |
idir |
363 |
<?php if ( $widget['type_especes'] === 'liste+autre' ) : ?>
|
|
|
364 |
<option value="autre"><?php echo $observation['autre-espece']; ?></option>
|
|
|
365 |
<?php endif;?>
|
3638 |
delphine |
366 |
</select>
|
|
|
367 |
<span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
|
|
|
368 |
<input id="taxon" name="taxon" class="form-control" type="hidden" />
|
|
|
369 |
</div>
|
|
|
370 |
</div>
|
|
|
371 |
<div id="taxon-input-groupe" class="control-group hidden">
|
|
|
372 |
<label id="taxon-autocomplete-label" for="taxon-autre" class="col-sm-8" title="">
|
|
|
373 |
<i class="fab fa-pagelines" aria-hidden="true"></i>
|
|
|
374 |
<?php echo $observation['autre-espece']; ?>
|
|
|
375 |
</label>
|
|
|
376 |
<div class="col-sm-8 mb-3">
|
|
|
377 |
<input id="taxon-autre" name="taxon-autre" class="form-control has-tooltip" type="text" data-toggle="tooltip" title="<?php echo $observation['espece-title']; ?>">
|
|
|
378 |
</div>
|
|
|
379 |
</div>
|
|
|
380 |
<?php else : ?>
|
|
|
381 |
<input id="taxon" name="taxon" class="form-control taxon-validation has-tooltip" type="text" data-toggle="tooltip" title="<?php echo $observation['espece-title']; ?>">
|
|
|
382 |
<span for="taxon" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
|
|
|
383 |
</div>
|
|
|
384 |
</div>
|
|
|
385 |
<?php endif; ?>
|
|
|
386 |
|
|
|
387 |
<div class="control-group">
|
|
|
388 |
<label for="certitude" class="col-sm-8 obligatoire">
|
|
|
389 |
<i class="fa fa-question" aria-hidden="true"></i>
|
|
|
390 |
<?php echo $observation['certitude']; ?>
|
|
|
391 |
</label>
|
|
|
392 |
<div class="col-sm-8 mb-3">
|
|
|
393 |
<select id="certitude" name="certitude" class="form-control custom-select has-tooltip" data-toggle="tooltip" title="<?php echo $observation['certitude-title']; ?>">
|
|
|
394 |
<option class="aDeterminer" value="à determiner" ><?php echo $observation['certADet']; ?></option>
|
3815 |
delphine |
395 |
<option class="douteux" value="douteux" selected="selected" ><?php echo $observation['certDout']; ?></option>
|
|
|
396 |
<option class="certain" value="certain" ><?php echo $observation['certCert']; ?></option>
|
3638 |
delphine |
397 |
</select>
|
|
|
398 |
</div>
|
|
|
399 |
</div>
|
|
|
400 |
<!-- choix du (des) milieu(x) -->
|
|
|
401 |
<?php if ( 0 < count( (array) $widget['milieux'] ) ) :?>
|
|
|
402 |
<?php if ( in_array('multimilieux', $widget['milieux'] ) ) :?>
|
|
|
403 |
<div class="multiselect list-checkbox">
|
|
|
404 |
<label class="col-sm-8" title="<?php echo $chpsupp['select-checkboxes-texte'];?>">
|
|
|
405 |
<i class="fa fa-street-view" aria-hidden="true"></i>
|
|
|
406 |
<?php echo $observation['milieu']; ?>
|
|
|
407 |
</label>
|
|
|
408 |
<div class="control-group col-sm-8 mb-3 has-tooltip" data-toggle="tooltip" title="<?php echo $observation['liste-milieu-title']; ?>">
|
|
|
409 |
<div class="selectBox">
|
|
|
410 |
<select class="form-control list-checkbox custom-select" id="list-checkbox-milieu">
|
|
|
411 |
<option><?php echo $chpsupp['select-checkboxes-texte'];?></option>
|
|
|
412 |
</select>
|
|
|
413 |
<div class="overSelect"></div>
|
|
|
414 |
</div>
|
|
|
415 |
<div class="checkboxes hidden" data-name="milieu">
|
|
|
416 |
<?php foreach ( $widget['milieux'] as $milieu ) :?>
|
|
|
417 |
<?php if ( 'autre' !== strtolower( $milieu ) && 'multimilieux' !== strtolower( $milieu ) ) :?>
|
|
|
418 |
<label for="<?php echo strtolower( $milieu );?>">
|
|
|
419 |
<input type="checkbox" id="<?php echo strtolower( $milieu );?>" name="milieu" value="<?php echo $milieu;?>" class="<?php echo strtolower( $milieu );?> milieu" data-label="<?php echo $observation['milieu']; ?>" data-name="milieu">
|
|
|
420 |
<?php echo $milieu;?>
|
|
|
421 |
</label>
|
|
|
422 |
<?php endif; ?>
|
|
|
423 |
<?php endforeach; ?>
|
|
|
424 |
<?php if ( in_array('autre', $widget['milieux'] ) ) :?>
|
|
|
425 |
<label for="other-milieu">
|
|
|
426 |
<input type="checkbox" id="other-milieu" name="milieu" value="other" class="other milieu" data-label="<?php echo $observation['milieu']; ?>" data-element="checkboxes" data-name="milieu">
|
|
|
427 |
Autre
|
|
|
428 |
</label>
|
|
|
429 |
<?php endif; ?>
|
|
|
430 |
</div>
|
|
|
431 |
</div>
|
|
|
432 |
</div>
|
|
|
433 |
<?php else : ?>
|
|
|
434 |
<div class="">
|
|
|
435 |
<label for="milieu" class="col-sm-8">
|
|
|
436 |
<i class="fa fa-street-view" aria-hidden="true"></i>
|
|
|
437 |
<?php echo $observation['milieu']; ?>
|
|
|
438 |
</label>
|
|
|
439 |
<div class="col-sm-8 mb-3">
|
|
|
440 |
<div class="select-wrapper add-field-select">
|
|
|
441 |
<select id="milieu" class="form-control milieu select custom-select has-tooltip mb-2" data-toggle="tooltip" title="<?php echo $observation['liste-milieu-title']; ?>" data-name="milieu" data-label="milieu">
|
|
|
442 |
<option class="choisir" value="" selected hidden><?php echo $general['choisir']; ?></option>
|
|
|
443 |
<?php foreach ( $widget['milieux'] as $milieu ) :?>
|
|
|
444 |
<?php if ( 'autre' !== strtolower( $milieu ) && 'multimilieux' !== strtolower( $milieu ) ) :?>
|
|
|
445 |
<option value="<?php echo $milieu; ?>" data-name="milieu"><?php echo $milieu; ?></option>
|
|
|
446 |
<?php endif; ?>
|
|
|
447 |
<?php endforeach; ?>
|
|
|
448 |
<?php if ( in_array('autre', $widget['milieux'] ) ) :?>
|
|
|
449 |
<option id="other-milieu" class="other form-control is-select" value="other" data-element="select" data-name="milieu"><?php echo $milieu; ?></option>
|
|
|
450 |
<?php endif; ?>
|
|
|
451 |
</select>
|
|
|
452 |
</div>
|
|
|
453 |
</div>
|
|
|
454 |
</div>
|
|
|
455 |
<?php endif; ?>
|
|
|
456 |
<?php else : ?>
|
|
|
457 |
<div class="">
|
|
|
458 |
<label for="milieu" class="col-sm-8">
|
|
|
459 |
<i class="fa fa-street-view" aria-hidden="true"></i>
|
|
|
460 |
<?php echo $observation['milieu']; ?>
|
|
|
461 |
</label>
|
|
|
462 |
<div class="col-sm-8 mb-3">
|
|
|
463 |
<input id="milieu" name="milieu" class="form-control has-tooltip" data-toggle="tooltip" type="text" placeholder="<?php echo $observation['milieu-ph']; ?>" title="<?php echo $observation['milieu-title']; ?>">
|
|
|
464 |
</div>
|
|
|
465 |
</div>
|
|
|
466 |
<?php endif; ?><!-- fin choix milieu(x) -->
|
|
|
467 |
<div class="">
|
|
|
468 |
<label for="notes" class="col-sm-8">
|
|
|
469 |
<i class="fa fa-pen" aria-hidden="true"></i>
|
|
|
470 |
<?php echo $observation['notes']; ?>
|
|
|
471 |
</label>
|
|
|
472 |
<div class="col-sm-8 mb-3">
|
|
|
473 |
<textarea id="notes" form="form-observation" class="col-md-12 has-tooltip" data-toggle="tooltip" rows="7" name="notes" placeholder="<?php echo $observation['notes_ph']; ?>" title="<?php echo $observation['notes-title']; ?>"></textarea>
|
|
|
474 |
</div>
|
|
|
475 |
</div>
|
|
|
476 |
|
|
|
477 |
</div>
|
|
|
478 |
</div>
|
|
|
479 |
</form>
|
|
|
480 |
|
|
|
481 |
<!-- Messages d'erreur du formulaire-->
|
|
|
482 |
<div class="zone-alerte">
|
|
|
483 |
<div id="dialogue-geoloc-ko" class="alert alert-warning alert-block hidden">
|
|
|
484 |
<a class="close">×</a>
|
|
|
485 |
<h4 class="alert-heading"><?php echo $observation['alertgk-title']; ?></h4>
|
|
|
486 |
<p><?php echo $observation['alertgk']; ?></p>
|
|
|
487 |
</div>
|
|
|
488 |
<div id="dialogue-taxon-or-image" class="alert alert-warning alert-block hidden">
|
|
|
489 |
<a class="close">×</a>
|
|
|
490 |
<h4 class="alert-heading"><?php echo $observation['alert-img-tax-title']; ?></h4>
|
|
|
491 |
<p><?php echo $observation['alert-img-tax']; ?></p>
|
|
|
492 |
</div>
|
3877 |
idir |
493 |
<div id="dialogue-image-requise" class="alert alert-warning alert-block hidden">
|
|
|
494 |
<a class="close">×</a>
|
|
|
495 |
<h4 class="alert-heading"><?php echo $observation['alert-img-tax-title']; ?></h4>
|
3903 |
idir |
496 |
<p><?php echo $observation['alert-img-requise']; ?></p>
|
3877 |
idir |
497 |
</div>
|
3638 |
delphine |
498 |
</div>
|
|
|
499 |
|
|
|
500 |
<!-- Champs supplémentaires -->
|
|
|
501 |
<?php if ( isset($widget['chpSupp'] ) && 0 < count( (array) $widget['chpSupp'] ) ) : ?>
|
|
|
502 |
<form id="form-supp" class="bloc-top" role="form" autocomplete="on">
|
|
|
503 |
<h2><?php echo $chpsupp['titre']; ?></h2>
|
|
|
504 |
<div id="zone-supp" class="row">
|
|
|
505 |
|
|
|
506 |
<?php foreach( $widget['chpSupp'][ $widget['projet'] ]['champs-supp'] as $champ ) : ?>
|
|
|
507 |
<?php
|
|
|
508 |
$min = ( isset( $champ['fieldValues']['min'] ) )? ' min="' . $champ['fieldValues']['min'] . '"':'';
|
|
|
509 |
$max = ( isset( $champ['fieldValues']['max'] ) )? ' max="' . $champ['fieldValues']['max'] . '"':'';
|
|
|
510 |
$step = ( isset( $champ['fieldValues']['step'] ) )? ' step="' . $champ['fieldValues']['step'] . '"':'';
|
|
|
511 |
$default = ( isset( $champ['fieldValues']['default'] ) )? ' value="' . $champ['fieldValues']['default'] . '" data-default="' . $champ['fieldValues']['default'] . '"' :'';
|
|
|
512 |
$description = ( isset( $champ['description'] ) )? ' data-toggle="tooltip" title="' . $champ['description'] . '"':'';
|
|
|
513 |
$placeholder = ( isset( $champ['fieldValues']['placeholder'] ) )? ' placeholder="' . $champ['fieldValues']['placeholder'] . '"':'';
|
|
|
514 |
$required = '';
|
|
|
515 |
$mandatory = '';
|
|
|
516 |
$pattern = '';
|
|
|
517 |
$obs_radio = '';
|
|
|
518 |
$help = '';
|
|
|
519 |
$help_button = '';
|
|
|
520 |
|
|
|
521 |
if( $champ['help'] ) {
|
|
|
522 |
$help = ' and-help';
|
|
|
523 |
$help_button = ' <div class="help-button help-' . $champ['key'] . ' btn btn-outline-info btn-sm border-0" data-key="' . $champ['key'] . '" data-name="' . $champ['name'] . '" data-mime-type="' . $champ['help'] . '"><i class="fas fa-info-circle"></i></div>';
|
|
|
524 |
}
|
|
|
525 |
|
|
|
526 |
if( $champ['mandatory'] ) {
|
|
|
527 |
// Attr required
|
|
|
528 |
$required = ' required';
|
|
|
529 |
// class="obligatoire"
|
|
|
530 |
$mandatory = ' obligatoire';
|
|
|
531 |
}?>
|
|
|
532 |
<div class="col-md-6">
|
|
|
533 |
<?php
|
|
|
534 |
switch( $champ['element'] ) {
|
|
|
535 |
case 'radio':
|
|
|
536 |
case 'checkbox': ?>
|
|
|
537 |
<div class="control-group <?php echo $champ['element']; ?> mb-3"<?php echo $required; ?> data-name="<?php echo $champ['key']; ?>[]">
|
|
|
538 |
<div class="col-sm-8 list-label<?php echo $help . $mandatory; ?>">
|
|
|
539 |
<?php echo $champ['name'] . $help_button; ?>
|
|
|
540 |
</div>
|
|
|
541 |
<div class="col-sm-8 has-tooltip" <?php echo $description; ?>>
|
|
|
542 |
|
|
|
543 |
<?php foreach ( $champ['fieldValues']['listValue'] as $i => $list_value_array ) : ?>
|
|
|
544 |
|
|
|
545 |
<?php
|
|
|
546 |
$checked = '';
|
|
|
547 |
if ( '#' === substr( $list_value_array[0], -1 ) ) :
|
|
|
548 |
$checked = ' checked';
|
|
|
549 |
$list_value_array[0] = substr( $list_value_array[0], 0, -1 );
|
|
|
550 |
endif;
|
|
|
551 |
?>
|
|
|
552 |
|
|
|
553 |
<?php if( 'other' !== $list_value_array ) : ?>
|
|
|
554 |
<label for="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>" class="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>">
|
|
|
555 |
<input type="<?php echo $champ['element']; ?>" id="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>" name="<?php echo $champ['key']; ?>[]" value="<?php echo $list_value_array[0]; ?>"<?php echo $checked; ?> class="<?php echo $champ['fieldValues']['cleanListValue'][$i] . ' ' . $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-name="<?php echo $champ['key']; ?>">
|
|
|
556 |
<?php echo ( '' !== $list_value_array[1] ) ? ucfirst($list_value_array[1]) : ucfirst($list_value_array[0]); ?>
|
|
|
557 |
</label>
|
|
|
558 |
<?php else : ?>
|
|
|
559 |
<label for="other-<?php echo $champ['key']; ?>">
|
|
|
560 |
<input type="<?php echo $champ['element']; ?>" id="other-<?php echo $champ['key']; ?>" name="<?php echo $champ['key']; ?>[]" value="other" class="other <?php echo $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-element="<?php echo $champ['element']; ?>" data-name="<?php echo $champ['key']; ?>">
|
|
|
561 |
Autre
|
|
|
562 |
</label>
|
|
|
563 |
<?php endif; ?>
|
|
|
564 |
|
|
|
565 |
<?php endforeach; ?>
|
|
|
566 |
|
|
|
567 |
</div>
|
|
|
568 |
</div>
|
|
|
569 |
<?php break;
|
|
|
570 |
|
|
|
571 |
case 'list-checkbox': ?>
|
|
|
572 |
<div class="multiselect <?php echo $champ['element'] . $help; ?>">
|
|
|
573 |
<label class="col-sm-8<?php echo $mandatory; ?>" title="<?php echo $chpsupp['select-checkboxes-texte'];?>">
|
|
|
574 |
<?php echo $champ['name'] . $help_button; ?>
|
|
|
575 |
</label>
|
|
|
576 |
<div class="control-group col-sm-8 mb-3 has-tooltip" <?php echo $description; ?>>
|
|
|
577 |
<div class="selectBox">
|
|
|
578 |
<select class="form-control list-checkbox custom-select" id="list-checkbox-<?php echo $champ['key']; ?>">
|
|
|
579 |
<option><?php echo $chpsupp['select-checkboxes-texte'];?></option>
|
|
|
580 |
</select>
|
|
|
581 |
<div class="overSelect"></div>
|
|
|
582 |
</div>
|
|
|
583 |
<div class="checkboxes hidden" <?php echo $required; ?> data-name="<?php echo $champ['key']; ?>[]">
|
|
|
584 |
<?php foreach ( $champ['fieldValues']['listValue'] as $i => $list_value_array ) : ?>
|
|
|
585 |
|
|
|
586 |
<?php
|
|
|
587 |
$checked = '';
|
|
|
588 |
if ( '#' === substr( $list_value_array[0], -1 ) ) :
|
|
|
589 |
$checked = ' checked';
|
|
|
590 |
$list_value_array[0] = substr( $list_value_array[0], 0, -1 );
|
|
|
591 |
endif;
|
|
|
592 |
?>
|
|
|
593 |
|
|
|
594 |
<?php if( 'other' !== $list_value_array ) : ?>
|
|
|
595 |
<label for="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>">
|
|
|
596 |
<input type="checkbox" id="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>" name="<?php echo $champ['key']; ?>[]" value="<?php echo $list_value_array[0]; ?>"<?php echo $checked; ?> class="<?php echo $champ['fieldValues']['cleanListValue'][$i] . ' ' . $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-name="<?php echo $champ['key']; ?>">
|
|
|
597 |
<?php echo ( '' !== $list_value_array[1] ) ? ucfirst($list_value_array[1]) : ucfirst($list_value_array[0]); ?>
|
|
|
598 |
</label>
|
|
|
599 |
<?php else : ?>
|
|
|
600 |
<label for="other-<?php echo $champ['key']; ?>">
|
|
|
601 |
<input type="checkbox" id="other-<?php echo $champ['key']; ?>" name="<?php echo $champ['key']; ?>[]" value="other" class="other <?php echo $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-element="checkboxes" data-name="<?php echo $champ['key']; ?>">
|
|
|
602 |
Autre
|
|
|
603 |
</label>
|
|
|
604 |
<?php endif; ?>
|
|
|
605 |
|
|
|
606 |
<?php endforeach; ?>
|
|
|
607 |
|
|
|
608 |
</div>
|
|
|
609 |
</div>
|
|
|
610 |
</div>
|
|
|
611 |
<?php break;
|
|
|
612 |
|
|
|
613 |
case 'select': ?>
|
|
|
614 |
<div class="control-group mb-3">
|
|
|
615 |
<label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
|
|
|
616 |
<div class="col-sm-8 mb-3">
|
|
|
617 |
<div class="select-wrapper add-field-select <?php echo $help; ?>">
|
|
|
618 |
<select id="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . ' ' . $champ['element']; ?> form-control has-tooltip custom-select mb-2"<?php echo $required; ?> data-label="<?php echo $champ['name']; ?>" data-name="<?php echo $champ['key']; ?>" <?php echo $description; ?>>
|
|
|
619 |
|
3899 |
idir |
620 |
<?php foreach ( $champ['fieldValues']['listValue'] as $index => $list_value_array ) : ?>
|
3638 |
delphine |
621 |
|
|
|
622 |
<?php
|
3899 |
idir |
623 |
$is_default = '#' === substr( $list_value_array[0], -1 );
|
|
|
624 |
$is_placeholder = null === $list_value_array[0];
|
|
|
625 |
$selected = $is_default || $is_placeholder ? ' selected="selected"' : '';
|
|
|
626 |
if ( $is_default ) :
|
3638 |
delphine |
627 |
$list_value_array[0] = substr( $list_value_array[0], 0, -1 );
|
|
|
628 |
endif;
|
|
|
629 |
?>
|
|
|
630 |
|
|
|
631 |
<?php if( 'other' !== $list_value_array ) : ?>
|
3899 |
idir |
632 |
<option value="<?php echo $list_value_array[0]; ?>"<?php echo $selected; ?><?php echo $is_placeholder ? ' hidden': ''; ?> data-name="<?php echo $champ['key']; ?>">
|
3638 |
delphine |
633 |
<?php echo ( '' !== $list_value_array[1] ) ? ucfirst($list_value_array[1]) : ucfirst($list_value_array[0]); ?>
|
|
|
634 |
</option>
|
|
|
635 |
<?php else : ?>
|
|
|
636 |
<option id="other-<?php echo $champ['key']; ?>" class="other form-control is-select" value="other" data-element="<?php echo $champ['element']; ?>" data-name="<?php echo $champ['key']; ?>">Autre</option>
|
|
|
637 |
<?php endif; ?>
|
|
|
638 |
<?php endforeach; ?>
|
|
|
639 |
</select>
|
|
|
640 |
</div>
|
|
|
641 |
</div>
|
|
|
642 |
</div>
|
|
|
643 |
<?php break;
|
|
|
644 |
|
|
|
645 |
case 'textarea': ?>
|
|
|
646 |
<div class="control-group">
|
|
|
647 |
<label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $help . $mandatory; ?> " ><?php echo $champ['name'] . $help_button; ?></label>
|
|
|
648 |
<div class="col-sm-8 mb-3">
|
|
|
649 |
<textarea type="<?php echo $champ['element']; ?>" id="<?php echo $champ['key']; ?>" name="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . $help; ?> form-control has-tooltip" <?php echo $description . $placeholder . $required; ?> data-label="<?php echo $champ['name']; ?>"></textarea>
|
|
|
650 |
</div>
|
|
|
651 |
</div>
|
|
|
652 |
<?php break;
|
|
|
653 |
|
|
|
654 |
case 'range': ?>
|
|
|
655 |
<div class="control-group">
|
|
|
656 |
<label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $help . $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
|
|
|
657 |
<div class="col-sm-8 mb-3 row">
|
|
|
658 |
<?php
|
|
|
659 |
$div_range_min_max = '';
|
|
|
660 |
|
|
|
661 |
if ( isset( $champ['fieldValues']['min'] ) ) {
|
|
|
662 |
$div_range_min_max =
|
|
|
663 |
"<p class=\"col-2 range-values text-center font-weight-bold\">".
|
|
|
664 |
"Min " . $champ['fieldValues']['min'] .
|
|
|
665 |
"</p>";
|
|
|
666 |
}
|
|
|
667 |
|
|
|
668 |
$div_range_min_max .= '<div class="range-live-value range-values text-center font-weight-bold col-';
|
|
|
669 |
|
|
|
670 |
if ( isset( $champ['fieldValues']['min'] ) && isset( $champ['fieldValues']['max'] ) ) {
|
|
|
671 |
$div_range_min_max .= '8';
|
|
|
672 |
} elseif ( isset( $champ['fieldValues']['min'] ) || isset( $champ['fieldValues']['max'] ) ) {
|
|
|
673 |
$div_range_min_max .= '10';
|
|
|
674 |
} else {
|
|
|
675 |
$div_range_min_max .= '12';
|
|
|
676 |
}
|
|
|
677 |
|
|
|
678 |
$div_range_min_max .= '" onload="this.innerText = document.getElementById('ajouter-obs').value"></div>';
|
|
|
679 |
|
|
|
680 |
if( isset( $champ['fieldValues']['max'] ) ) {
|
|
|
681 |
$div_range_min_max .=
|
|
|
682 |
"<p class=\"col-2 range-values text-center font-weight-bold\">".
|
|
|
683 |
"Max " . $champ['fieldValues']['max'] .
|
|
|
684 |
"</p>";
|
|
|
685 |
}
|
|
|
686 |
|
|
|
687 |
echo $div_range_min_max;
|
|
|
688 |
?>
|
|
|
689 |
<input type="<?php echo $champ['element']; ?>" name="<?php echo $champ['key']; ?>" class="pl-3 custom-range <?php echo $champ['key'] . $help; ?> form-control has-tooltip" <?php echo $description . $placeholder . $step . $default . $min . $max . $required; ?> data-label="<?php echo $champ['name']; ?>">
|
|
|
690 |
</div>
|
|
|
691 |
</div>
|
|
|
692 |
<?php break;
|
|
|
693 |
|
|
|
694 |
case 'number':
|
|
|
695 |
case 'date': ?>
|
|
|
696 |
<div class="control-group">
|
|
|
697 |
<label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
|
|
|
698 |
<div class="col-sm-8 mb-3">
|
|
|
699 |
<input type="<?php echo $champ['element']; ?>" name="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . $help; ?> form-control has-tooltip"<?php echo $pattern . $description . $placeholder . $step . $default . $min . $max . $required; ?> data-label="<?php echo $champ['name']; ?>">
|
|
|
700 |
</div>
|
|
|
701 |
</div>
|
|
|
702 |
<?php break;
|
|
|
703 |
|
|
|
704 |
case 'text' :
|
|
|
705 |
case 'email':
|
|
|
706 |
default: ?>
|
|
|
707 |
<div class="control-group">
|
|
|
708 |
<label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
|
|
|
709 |
<div class="col-sm-8 mb-3">
|
|
|
710 |
<input type="<?php echo $champ['element']; ?>" name="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . $help; ?> form-control has-tooltip" <?php echo $description . $placeholder . $required; ?> data-label="<?php echo $champ['name']; ?>">
|
|
|
711 |
</div>
|
|
|
712 |
</div>
|
|
|
713 |
<?php break;
|
|
|
714 |
}
|
|
|
715 |
?>
|
|
|
716 |
</div>
|
|
|
717 |
<?php endforeach; ?>
|
|
|
718 |
</div>
|
|
|
719 |
</form>
|
|
|
720 |
<?php endif; ?><!-- Fin champs supplémentaires -->
|
|
|
721 |
|
|
|
722 |
<form id="form-upload" class="form-horizontal bloc-top" action="<?php echo $url_ws_upload ?>" method="post" enctype="multipart/form-data">
|
|
|
723 |
<h2><?php echo $image['titre']; ?></h2>
|
|
|
724 |
<p id="miniature-info">
|
|
|
725 |
<?php echo $image['aide']; ?>
|
|
|
726 |
</p>
|
|
|
727 |
<div id ="photos-conteneur" class="control-group col-sm-12">
|
|
|
728 |
<div>
|
|
|
729 |
<label for="fichier" class="label-file btn btn-large btn-info mb-3">
|
|
|
730 |
<span class="label-text"><i class="fas fa-download"></i> <?php echo $image['ajouter']; ?></span>
|
|
|
731 |
<input type="file" id="fichier" name="fichier" class="input-file" accept="image/jpeg" multiple>
|
|
|
732 |
<input type="hidden" name="MAX_FILE_SIZE" value="5242880">
|
|
|
733 |
</label>
|
|
|
734 |
</div>
|
3851 |
idir |
735 |
<span for="fichier" class="error" style="display: none;"><?php echo $observation['error-image-requise'];?></span>
|
3638 |
delphine |
736 |
|
|
|
737 |
<div id="miniatures"></div>
|
|
|
738 |
<p class="miniature-msg" class="span12"> </p>
|
|
|
739 |
</div>
|
|
|
740 |
</form>
|
|
|
741 |
|
|
|
742 |
<div id="image" class="row"></div>
|
|
|
743 |
</div>
|
|
|
744 |
|
|
|
745 |
<!-- Bouton cr&ation d'une obs -->
|
|
|
746 |
<div class="row mb-3">
|
|
|
747 |
<div class="centre" title="<?php echo $resume['creer-title']; ?>">
|
|
|
748 |
<button id="ajouter-obs" class="btn btn-success"><i class="fas fa-check-square"></i> <?php echo $resume['creer']; ?></button>
|
|
|
749 |
</div>
|
|
|
750 |
</div>
|
|
|
751 |
|
|
|
752 |
<!-- Messages d'erreur du formulaire-->
|
|
|
753 |
<div class="row">
|
|
|
754 |
<div class="zone-alerte">
|
|
|
755 |
<div id="message-chargement" class="alert alert-secondary alert-block hidden">
|
|
|
756 |
<a class="close">×</a>
|
|
|
757 |
<h4 class="alert-heading"><?php echo $resume['alertchargt']; ?></h4>
|
|
|
758 |
<p><?php echo $resume['alertchargt-desc']; ?></p>
|
|
|
759 |
</div>
|
|
|
760 |
</div>
|
|
|
761 |
<div class="zone-alerte">
|
|
|
762 |
<div id="dialogue-bloquer-creer-obs" class="alert alert-warning alert-block hidden">
|
|
|
763 |
<a class="close">×</a>
|
|
|
764 |
<h4 class="alert-heading"><?php echo $resume['alert10max']; ?></h4>
|
|
|
765 |
<p><?php echo $resume['alert10max-desc']; ?></p>
|
|
|
766 |
</div>
|
|
|
767 |
</div>
|
|
|
768 |
<div class="zone-alerte">
|
|
|
769 |
<div id="dialogue-form-invalide" class="alert alert-warning alert-block hidden">
|
|
|
770 |
<a class="close">×</a>
|
|
|
771 |
<h4 class="alert-heading"><?php echo $resume['alertchp']; ?></h4>
|
|
|
772 |
<p><?php echo $resume['alertchp-desc']; ?></p>
|
|
|
773 |
</div>
|
|
|
774 |
</div>
|
|
|
775 |
</div>
|
|
|
776 |
|
|
|
777 |
<!-- Affiche le tableau récapitualif des observations ajoutées -->
|
|
|
778 |
<div id="zone-liste-obs" class="bloc-top hidden">
|
|
|
779 |
<div class="alert alert-info">
|
|
|
780 |
<h2 class="transmission-title"><strong><?php echo $resume['titre']; ?> <span class="obs-nbre badge badge-info">0</span></strong></h2>
|
|
|
781 |
<button id="transmettre-obs" class="btn btn-success droite" disabled="disabled"
|
|
|
782 |
title="<?php echo $resume['trans-title']; ?>" type="button">
|
|
|
783 |
<?php echo $resume['trans']; ?>
|
|
|
784 |
</button>
|
|
|
785 |
</div>
|
|
|
786 |
<!-- chargement -->
|
|
|
787 |
<div id="chargement" class="modal-fenetre hidden">
|
|
|
788 |
<div id="chargement-centrage" class="modal-contenu">
|
|
|
789 |
<div class="progress active">
|
|
|
790 |
<div id="barre-progression-upload" class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="10" style="">
|
|
|
791 |
<span class="sr-only">0/10 <?php echo $resume['nbobs']; ?></span>
|
|
|
792 |
</div>
|
|
|
793 |
</div>
|
|
|
794 |
<p id="chargement-txt"><?php echo $resume['transencours']; ?></p>
|
|
|
795 |
</div>
|
|
|
796 |
</div>
|
|
|
797 |
<div id="liste-obs" ></div>
|
|
|
798 |
<div class="row">
|
|
|
799 |
<div class="zone-alerte">
|
|
|
800 |
<div id="dialogue-zero-obs" class="alert alert-block hidden">
|
|
|
801 |
<a class="close">×</a>
|
|
|
802 |
<h4 class="alert-heading"><?php echo $resume['alert0obs']; ?></h4>
|
|
|
803 |
<p><?php echo $resume['alert0obs-desc']; ?></p>
|
|
|
804 |
</div>
|
|
|
805 |
<div id="dialogue-obs-transaction-ok" class="alert alert-success alert-block hidden">
|
|
|
806 |
<a class="close">×</a>
|
|
|
807 |
<h4 class="alert-heading"><?php echo $resume['info-trans']; ?></h4>
|
|
|
808 |
<div class="alert-txt"></div>
|
|
|
809 |
</div>
|
|
|
810 |
<div id="dialogue-obs-transaction-ko" class="alert alert-error alert-block hidden">
|
|
|
811 |
<a class="close">×</a>
|
|
|
812 |
<h4 class="alert-heading"><?php echo $resume['alerttrans']; ?></h4>
|
|
|
813 |
<div class="alert-txt"></div>
|
|
|
814 |
</div>
|
|
|
815 |
</div>
|
|
|
816 |
</div>
|
|
|
817 |
</div>
|
|
|
818 |
|
|
|
819 |
<!-- Templates HTML -->
|
|
|
820 |
<div id="tpl-transmission-ok" class="hidden">
|
|
|
821 |
<p class="msg"><?php echo $resume['transok']; ?></p>
|
|
|
822 |
</div>
|
|
|
823 |
<div id="tpl-transmission-ko" class="hidden">
|
3709 |
idir |
824 |
<p class="msg"><?php echo $resume['transkomsg']; ?><a href="<?php echo $url_remarques; ?>?lang=fr&service=cel&pageSource=<?php echo urlencode( 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] ); ?>" target="_blank" onclick="javascript: window.open( this.getAttribute( 'href' ), 'Tela Botanica - Remarques', config = 'height=700, width=640, scrollbars=yes, resizable=yes' ); return false;"><?php echo $resume['transkolien']; ?></a>.</p>
|
3638 |
delphine |
825 |
</div>
|
|
|
826 |
</div>
|
|
|
827 |
</div>
|
|
|
828 |
|
|
|
829 |
<!-- modale -->
|
|
|
830 |
<div id="fenetre-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="fenetre-modal-label" style="display: none;" aria-hidden="true">
|
|
|
831 |
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
|
832 |
<div class="modal-content">
|
|
|
833 |
<div class="modal-header">
|
|
|
834 |
<h5 class="modal-title" id="fenetre-modal-label"></h5>
|
|
|
835 |
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
836 |
<span aria-hidden="true">×</span>
|
|
|
837 |
</button>
|
|
|
838 |
</div>
|
|
|
839 |
<div class="modal-body" id="print_content"></div>
|
|
|
840 |
<div class="modal-footer"></div>
|
|
|
841 |
</div>
|
|
|
842 |
</div>
|
|
|
843 |
</div>
|
|
|
844 |
<!-- Jquery -->
|
|
|
845 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/1.11.1/jquery-1.11.1.min.js"></script>
|
|
|
846 |
<!-- Jquery UI : nécessaire pour le minicalendrier et l'auto-complétion -->
|
|
|
847 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/jquery-ui.min.js"></script>
|
|
|
848 |
<!-- Jquery Plugins -->
|
|
|
849 |
<!-- Jquery Validate : nécessaire pour la validation des formulaires -->
|
|
|
850 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/jquery.validate.min.js"></script>
|
|
|
851 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/additional-methods.min.js"></script>
|
|
|
852 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/messages_fr.js"></script>
|
|
|
853 |
<!-- Jquery Form :nécessaire pour l'upload des images -->
|
|
|
854 |
<script type="text/javascript" src="https://resources.tela-botanica.org/jquery/form/3.51/jquery.form.min.js"></script>
|
|
|
855 |
<!-- Bootstrap -->
|
|
|
856 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
|
|
857 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
3844 |
idir |
858 |
<!-- carto -->
|
|
|
859 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin="anonymous"></script>
|
|
|
860 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.js" integrity="sha512-ozq8xQKq6urvuU6jNgkfqAmT7jKN2XumbrX1JiB3TnF7tI48DPI4Gy1GXKD/V3EExgAs1V+pRO7vwtS1LHg0Gw==" crossorigin="anonymous"></script>
|
|
|
861 |
<script src="<?php echo $url_base;?>js/tb-geoloc/js/modules/leaflet-gesture-handling.min.js"></script>
|
3638 |
delphine |
862 |
<!-- Connexion, bloc de prévisualisation, date -->
|
3844 |
idir |
863 |
<script type="module" src="<?php echo $url_base; ?>js/WidgetSaisie.js"></script>
|
3638 |
delphine |
864 |
<script type="text/javascript">
|
|
|
865 |
//<![CDATA[
|
3844 |
idir |
866 |
const NBRE_ELTS_AUTOCOMP = 20,
|
|
|
867 |
widgetProp = {
|
3638 |
delphine |
868 |
// url jusqu'à "/widget:cel:"
|
|
|
869 |
'urlWidgets' : "<?php echo $widgets_url; ?>",
|
|
|
870 |
// module utilisé (apa,lg,streets)
|
|
|
871 |
'projet' : "<?php echo $widget['projet']; ?>",
|
|
|
872 |
// id du projet
|
|
|
873 |
'idProjet' : "<?php echo $widget['id_projet']; ?>",
|
|
|
874 |
// La présence du parametre 'debug' dans l'URL enclenche le débogage
|
|
|
875 |
'debug' : <?php echo isset( $_GET['debug'] ) ? 'true' : 'false'; ?>,
|
|
|
876 |
// La présence du parametre 'html5' dans l'URL enclenche les fonctions avancées HTML5
|
|
|
877 |
'html5' : <?php echo isset($_GET['html5']) ? 'true' : 'false'; ?>,
|
|
|
878 |
// Mot-clé du widget/projet
|
|
|
879 |
'tagsMotsCles' : "<?php echo $widget['motscles']; ?>",
|
|
|
880 |
// Mots-clés à ajouter aux images
|
|
|
881 |
'tagImg' : "<?php echo isset($widget['tag-img']) ? $widget['tag-img'] : ''; ?>",
|
|
|
882 |
// Mots-clés à ajouter aux observations
|
|
|
883 |
'tagObs' : "<?php echo isset($widget['tag-obs']) ? $widget['tag-obs'] : ''; ?>",
|
|
|
884 |
// Précharger le formulaire avec les infos d'une observation
|
|
|
885 |
'obsId' : "<?php echo isset($_GET['id-obs']) ? $_GET['id-obs'] : ''; ?>",
|
|
|
886 |
// URL du web service réalisant l'insertion des données dans la base du CEL.
|
|
|
887 |
'serviceSaisieUrl' : "<?php echo $url_ws_saisie; ?>",
|
|
|
888 |
// URL du web service permettant de récupérer les infos d'une observation du CEL.
|
|
|
889 |
'serviceObsUrl' : "<?php echo $url_ws_obs; ?>",
|
|
|
890 |
// langue
|
|
|
891 |
'langue' : "<?php echo $widget['langue']; ?>",
|
|
|
892 |
// Squelette d'URL du web service de l'annuaire.
|
|
|
893 |
'serviceAnnuaireIdUrl' : "<?php echo $url_ws_annuaire; ?>",
|
|
|
894 |
// mode : prod / beta / local
|
|
|
895 |
'mode' : "<?php echo $conf_mode; ?>",
|
|
|
896 |
// URL de l'icône du chargement en cours d'une image
|
|
|
897 |
'chargementImageIconeUrl' : "<?php echo $url_base; ?>img/icones/chargement.gif",
|
|
|
898 |
// URL de l'icône pour une photo manquante
|
|
|
899 |
'pasDePhotoIconeUrl' : "<?php echo $url_base; ?>img/icones/pasdephoto.png",
|
|
|
900 |
// Code du référentiel utilisé pour les nom scientifiques.
|
|
|
901 |
'nomSciReferentiel' : "<?php echo ( !empty( $widget['referentiel'] ) ) ? strtolower( $widget['referentiel'] ) : 'bdtfxr'; ?>",
|
|
|
902 |
// Indication de la présence d'une espèce imposée
|
|
|
903 |
'especeImposee' : "<?php echo $widget['especes']['espece_imposee']; ?>",
|
|
|
904 |
// Tableau d'informations sur l'espèce imposée
|
|
|
905 |
'infosEspeceImposee' : "<?php echo $widget['especes']['infos_espece']; ?>",
|
|
|
906 |
// Indication de la présence d'un référentiel imposé
|
|
|
907 |
'referentielImpose' : "<?php echo ( !empty( $widget['referentiel'] ) ) ? strtolower( $widget['referentiel'] ) : 'bdtfxr'; ?>",
|
|
|
908 |
// #taxon est une liste
|
|
|
909 |
'isTaxonListe' : <?php echo ( isset( $widget['especes']['taxons'] ) && count( (array) $widget['especes']['taxons'] ) )? 'true' : 'false' ; ?>,
|
|
|
910 |
// Nombre d'élément dans les listes d'auto-complétion
|
|
|
911 |
'autocompletionElementsNbre' : NBRE_ELTS_AUTOCOMP,
|
|
|
912 |
// URL du web service permettant l'auto-complétion des noms scientifiques
|
|
|
913 |
'serviceAutocompletionNomSciUrl' : "<?php echo $widget['especes']['url_ws_autocompletion_ns']; ?>?"+
|
|
|
914 |
"masque={masque}&"+
|
|
|
915 |
"recherche=etendue&"+
|
|
|
916 |
"retour.champs=famille,nom_retenu,nom_retenu_complet,num_taxonomique,nom_retenu.id&"+
|
3680 |
delphine |
917 |
"ns.structure=au,an&"+
|
3638 |
delphine |
918 |
"navigation.limite=" + NBRE_ELTS_AUTOCOMP,
|
|
|
919 |
// Squelette d'URL du web service permettant l'auto-complétion des noms scientifiques
|
|
|
920 |
'serviceAutocompletionNomSciUrlTpl' : "<?php echo $widget['especes']['url_ws_autocompletion_ns_tpl']; ?>?"+
|
|
|
921 |
"masque={masque}&"+
|
|
|
922 |
"recherche=etendue&"+
|
|
|
923 |
"retour.champs=famille,nom_retenu,nom_retenu_complet,num_taxonomique,nom_retenu.id&"+
|
|
|
924 |
"retour.tri=alpharet&"+ // tri "à la CeL"
|
3680 |
delphine |
925 |
"ns.structure=au,an&"+
|
3638 |
delphine |
926 |
"navigation.limite=" + NBRE_ELTS_AUTOCOMP,
|
|
|
927 |
// Nombre d'observations max autorisé avant transmission
|
3844 |
idir |
928 |
'obsMaxNbre' : 10,
|
3638 |
delphine |
929 |
// Durée d'affichage en milliseconde des messages d'informations
|
3851 |
idir |
930 |
'dureeMessage' : 10000,
|
3638 |
delphine |
931 |
// Squelette d'URL du web service d'eFlore fournissant les noms de communes.
|
|
|
932 |
'serviceNomCommuneUrl' : "https://api.tela-botanica.org/service:eflore:0.1/osm/nom-commune?lon={lon}&lat={lat}",
|
|
|
933 |
// Squelette d'URL du web service d'eFlore fournissant les noms de communes hors de France (localisation approximative).
|
3877 |
idir |
934 |
'serviceNomCommuneUrlAlt' : "https://api.tela-botanica.org/service:eflore:0.1/wikipedia/nom-commune?lon={lon}&lat={lat}&nbre=1",
|
|
|
935 |
'photoObligatoire' : <?php echo isset($widget['photo_obligatoire']) && $widget['photo_obligatoire'] === '1' ? 'true' : 'false'; ?>
|
3638 |
delphine |
936 |
};
|
|
|
937 |
//]]>
|
|
|
938 |
</script>
|
|
|
939 |
<!-- Barre de navigation -->
|
|
|
940 |
<?php if ( $bar ): ?>
|
|
|
941 |
<script src="<?php echo $url_script_navigation; ?>"></script>
|
|
|
942 |
<?php endif; ?>
|
|
|
943 |
</body>
|
|
|
944 |
</html>
|