Subversion Repositories eFlore/Applications.cel

Rev

Rev 3851 | Rev 3866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3851 Rev 3852
Line 193... Line 193...
193
 
193
 
194
								<div class="mb-3">
194
								<div class="mb-3">
195
									<label  id="geoloc-label" for="geolocalisation" class="col-sm-8 obligatoire has-tooltip" data-toggle="tooltip" title="<?php echo $observation['geoloc-title']; ?>">
195
									<label  id="geoloc-label" for="geolocalisation" class="col-sm-8 obligatoire has-tooltip" data-toggle="tooltip" title="<?php echo $observation['geoloc-title']; ?>">
196
										<i class="fa fa-street-view" aria-hidden="true"></i>
196
										<i class="fa fa-street-view" aria-hidden="true"></i>
-
 
197
										<?php echo $observation['geolocalisation']; ?>
-
 
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>
197
										<?php echo $observation['geolocalisation']; ?>
200
										<?php endif; ?>
198
									</label>
201
									</label>
199
									<?php if( $widget['type_localisation'] === 'rue' ) : ?>
202
									<?php if( $widget['type_localisation'] === 'rue' ) : ?>
200
										<div class="aide-txt">
203
										<div class="aide-txt">
201
											<p><?php echo $observation['info-saisie-rue']; ?></p>
204
											<p><?php echo $observation['info-saisie-rue']; ?></p>
Line 212... Line 215...
212
										</div>
215
										</div>
213
										<div id="geoloc" class="col-sm-12">
216
										<div id="geoloc" class="col-sm-12">
214
											<script type="text/javascript">
217
											<script type="text/javascript">
215
												const URL_GEOLOC_SERVICE = "<?php echo $url_ws_geoloc;?>";
218
												const URL_GEOLOC_SERVICE = "<?php echo $url_ws_geoloc;?>";
216
												const URL_BASE = "<?php echo $url_base;?>";
219
												const URL_BASE = "<?php echo $url_base;?>";
-
 
220
												const URL_HELP_GEOLOC_POLYLINE = "<?php echo $url_base; ?>js/tb-geoloc/img/photo-aide-geoloc.jpg";
217
											</script>
221
											</script>
Line 218... Line 222...
218
 
222
 
219
											<div id="tb-places-zone" class="flex hidden">
223
											<div id="tb-places-zone" class="flex hidden">
220
												<div class="form-col search-container">
224
												<div class="form-col search-container">
221
													<label for="tb-places" >Trouver un lieu</label>
225
													<label for="tb-places" >Trouver un lieu</label>
222
													<div class="input-search-container">
226
													<div class="input-search-container">
223
														<input id="tb-places" class="tb-places" type="search" name="tb-places" placeholder="Recherchez une adresse ici" autocomplete="off">
227
														<input id="tb-places" class="tb-places" type="search" name="tb-places" placeholder="Recherchez une adresse ou une ville" autocomplete="off">
224
														<div class="tb-places-search-icon"></div>
228
														<div class="tb-places-search-icon"></div>
225
														<button class="tb-places-close hidden"></button>
229
														<button class="tb-places-close hidden"></button>
226
													</div>
230
													</div>
227
													<div class="tb-places-results-container hidden">
231
													<div class="tb-places-results-container hidden">