| Line 66... |
Line 66... |
| 66 |
</div>
|
66 |
</div>
|
| 67 |
</div>
|
67 |
</div>
|
| 68 |
</div>
|
68 |
</div>
|
| 69 |
</div>
|
69 |
</div>
|
| 70 |
<!-- TODO : Ajouter la logique d'affichage des relevés existants -->
|
70 |
<!-- TODO : Ajouter la logique d'affichage des relevés existants -->
|
| 71 |
<div class="control-group">
|
71 |
<!-- <div class="control-group">
|
| 72 |
<div id="releves-legende" class="col-sm-8 mb-2">
|
72 |
<div id="releves-legende" class="col-sm-8 mb-2">
|
| 73 |
<p id="releves-streets">
|
73 |
<p id="releves-streets"> -->
|
| 74 |
<!-- #34BE27 -->
|
74 |
<!-- #34BE27 -->
|
| 75 |
<i class="fas fa-check" aria-hidden="true" style="color: #34BE27"></i> sTREETs
|
75 |
<!-- <i class="fas fa-check" aria-hidden="true" style="color: #34BE27"></i> sTREETs
|
| 76 |
</p>
|
76 |
</p>
|
| 77 |
<p id="releves-lichens-go">
|
77 |
<p id="releves-lichens-go"> -->
|
| 78 |
<!-- #D5D242 -->
|
78 |
<!-- #D5D242 -->
|
| 79 |
<i class="fas fa-check" aria-hidden="true" style="color: #D5D242"></i> Lichens Go!
|
79 |
<!-- <i class="fas fa-check" aria-hidden="true" style="color: #D5D242"></i> Lichens Go!
|
| 80 |
</p>
|
80 |
</p>
|
| 81 |
<p id="releves-les-deux">
|
81 |
<p id="releves-les-deux"> -->
|
| 82 |
<!-- #B2cb43 -->
|
82 |
<!-- #B2cb43 -->
|
| 83 |
<i class="fas fa-check-double" aria-hidden="true" style="color: #B2cb43"></i> sTREETs & Lichens Go!
|
83 |
<!-- <i class="fas fa-check-double" aria-hidden="true" style="color: #B2cb43"></i> sTREETs & Lichens Go!
|
| 84 |
</p>
|
84 |
</p>
|
| 85 |
</div>
|
85 |
</div>
|
| 86 |
</div>
|
86 |
</div> -->
|
| Line 87... |
Line 87... |
| 87 |
|
87 |
|
| Line 88... |
Line 88... |
| 88 |
</div>
|
88 |
</div>
|
| 89 |
|
89 |
|
| Line 100... |
Line 100... |
| 100 |
</label>
|
100 |
</label>
|
| 101 |
<div class="col-sm-8 mb-3 has-tooltip" data-toggle="tooltip" title="<?php echo $observation['date-title']; ?>">
|
101 |
<div class="col-sm-8 mb-3 has-tooltip" data-toggle="tooltip" title="<?php echo $observation['date-title']; ?>">
|
| 102 |
<input type="date" id="releve-date" name="releve-date" class="form-control" max="<?php echo date('Y-m-d', time()); ?>" placeholder="jj/mm/aaaa" required>
|
102 |
<input type="date" id="releve-date" name="releve-date" class="form-control" max="<?php echo date('Y-m-d', time()); ?>" placeholder="jj/mm/aaaa" required>
|
| 103 |
</div>
|
103 |
</div>
|
| 104 |
</div>
|
104 |
</div>
|
| 105 |
<!-- à implémenter lorsqu'on saura transmettre l'info APA LG ou sTREETs-->
|
- |
|
| 106 |
<?php // if ( $widget['streets'] ) : ?>
|
- |
|
| - |
|
105 |
|
| 107 |
<div class="control-group">
|
106 |
<div class="control-group">
|
| 108 |
<div class="col-sm-8 mb-2 list-label obligatoire">
|
107 |
<div class="col-sm-8 mb-2 list-label obligatoire">
|
| 109 |
<i class="fa fa-walking" aria-hidden="true"></i>
|
108 |
<i class="fa fa-walking" aria-hidden="true"></i>
|
| 110 |
<?php echo $observation['zone-pietonne']; ?>
|
109 |
<?php echo $observation['zone-pietonne']; ?>
|
| 111 |
</div>
|
110 |
</div>
|
| 112 |
<div id="zone-pietonne" class="col-sm-8 mb-3 list">
|
111 |
<div id="zone-pietonne" class="col-sm-8 mb-3 list">
|
| 113 |
<div class="form-check form-check-inline">
|
112 |
<div class="form-check form-check-inline">
|
| 114 |
<input type="radio" id="pietonne" name="zone-pietonne" class="pietonne form-check-input" value="true">
|
113 |
<input type="radio" id="pietonne" name="zone-pietonne" class="pietonne form-check-input" value="true">
|
| 115 |
<label for="pietonne" class="pietonne form-check-label"><?php echo $general['oui']; ?></label>
|
114 |
<label for="pietonne" class="pietonne form-check-label"><?php echo $general['oui']; ?></label>
|
| 116 |
</div>
|
115 |
</div>
|
| 117 |
<div class="form-check form-check-inline">
|
116 |
<div class="form-check form-check-inline">
|
| 118 |
<input type="radio" id="non-pietonne" name="zone-pietonne" class="non-pietonne form-check-input" value="false">
|
117 |
<input type="radio" id="non-pietonne" name="zone-pietonne" class="non-pietonne form-check-input" value="false">
|
| 119 |
<label for="non-pietonne" class="non-pietonne form-check-label"><?php echo $general['non']; ?></label>
|
118 |
<label for="non-pietonne" class="non-pietonne form-check-label"><?php echo $general['non']; ?></label>
|
| 120 |
</div>
|
- |
|
| 121 |
</div>
|
119 |
</div>
|
| 122 |
</div>
|
120 |
</div>
|
| - |
|
121 |
</div>
|
| Line 123... |
Line 122... |
| 123 |
|
122 |
|
| 124 |
<div class="">
|
123 |
<div class="">
|
| 125 |
<div class="col-sm-8 mb-2 list-label">
|
124 |
<div class="col-sm-8 mb-2 list-label">
|
| 126 |
<i class="fa fa-lightbulb" aria-hidden="true"></i>
|
125 |
<i class="fa fa-lightbulb" aria-hidden="true"></i>
|
| 127 |
<?php echo $observation['pres-lampadaires']; ?>
|
126 |
<?php echo $observation['pres-lampadaires']; ?>
|
| 128 |
</div>
|
127 |
</div>
|
| 129 |
<div id="pres-lampadaires" class="col-sm-8 mb-3 list">
|
128 |
<div id="pres-lampadaires" class="col-sm-8 mb-3 list">
|
| 130 |
<div class="form-check form-check-inline">
|
129 |
<div class="form-check form-check-inline">
|
| 131 |
<input type="radio" id="lampadaires" name="pres-lampadaires" class="lampadaires form-check-input" value="true">
|
130 |
<input type="radio" id="lampadaires" name="pres-lampadaires" class="lampadaires form-check-input" value="true">
|
| 132 |
<label for="lampadaires" class="lampadaires form-check-label"><?php echo $general['oui']; ?></label>
|
131 |
<label for="lampadaires" class="lampadaires form-check-label"><?php echo $general['oui']; ?></label>
|
| 133 |
</div>
|
132 |
</div>
|
| 134 |
<div class="form-check form-check-inline">
|
133 |
<div class="form-check form-check-inline">
|
| 135 |
<input type="radio" id="sans-lapadaires" name="pres-lampadaires" class="sans-lampadaires form-check-input" value="false">
|
134 |
<input type="radio" id="sans-lapadaires" name="pres-lampadaires" class="sans-lampadaires form-check-input" value="false">
|
| 136 |
<label for="sans-lampadaires" class="sans-lampadaires form-check-label"><?php echo $general['non']; ?></label>
|
- |
|
| 137 |
</div>
|
135 |
<label for="sans-lampadaires" class="sans-lampadaires form-check-label"><?php echo $general['non']; ?></label>
|
| 138 |
</div>
|
136 |
</div>
|
| 139 |
</div>
|
137 |
</div>
|
| Line 140... |
Line 138... |
| 140 |
<?php // endif; ?>
|
138 |
</div>
|
| 141 |
|
139 |
|
| 142 |
<div class="">
|
140 |
<div class="">
|
| 143 |
<label for="commentaires" class="col-sm-8">
|
141 |
<label for="commentaires" class="col-sm-8">
|
| Line 340... |
Line 338... |
| 340 |
<input type="radio" id="dejections-non" name="dejections" class="dejections-non form-check-input" value="false">
|
338 |
<input type="radio" id="dejections-non" name="dejections" class="dejections-non form-check-input" value="false">
|
| 341 |
<label for="dejections-non" class="dejections-non form-check-label"><?php echo $general['non']; ?></label>
|
339 |
<label for="dejections-non" class="dejections-non form-check-label"><?php echo $general['non']; ?></label>
|
| 342 |
</div>
|
340 |
</div>
|
| 343 |
</div>
|
341 |
</div>
|
| 344 |
</div>
|
342 |
</div>
|
| 345 |
<!-- à implémenter lorsqu'on saura transmettre l'info APA LG ou sTREETs-->
|
- |
|
| 346 |
<?php // if ( $widget['lg'] ) : ?>
|
- |
|
| - |
|
343 |
|
| 347 |
<div id="face-ombre" class="control-group">
|
344 |
<div id="face-ombre" class="control-group">
|
| 348 |
<div class="col-sm-8 mb-2 list-label obligatoire">
|
345 |
<div class="col-sm-8 mb-2 list-label obligatoire">
|
| 349 |
<i class="far fa-compass" aria-hidden="true"></i>
|
346 |
<i class="far fa-compass" aria-hidden="true"></i>
|
| 350 |
<?php echo $arbres['face-ombre']; ?>
|
347 |
<?php echo $arbres['face-ombre']; ?>
|
| - |
|
348 |
</div>
|
| - |
|
349 |
<div class="col-sm-8 mb-3 has-tooltip list" data-toggle="tooltip" title="<?php echo $arbres['face-ombre-title']; ?>" required>
|
| - |
|
350 |
<div class="form-check form-check-inline">
|
| - |
|
351 |
<input type="checkbox" id="nord" name="face-ombre" class="nord form-check-input" value="nord">
|
| - |
|
352 |
<label for="nord" class="nord form-check-label"><?php echo $general['nord']; ?></label>
|
| 351 |
</div>
|
353 |
</div>
|
| 352 |
<div class="col-sm-8 mb-3 has-tooltip list" data-toggle="tooltip" title="<?php echo $arbres['face-ombre-title']; ?>" required>
|
- |
|
| 353 |
<div class="form-check form-check-inline">
|
354 |
<div class="form-check form-check-inline">
|
| 354 |
<input type="checkbox" id="nord" name="face-ombre" class="nord form-check-input" value="nord">
|
- |
|
| 355 |
<label for="nord" class="nord form-check-label"><?php echo $general['nord']; ?></label>
|
- |
|
| 356 |
</div>
|
- |
|
| 357 |
<div class="form-check form-check-inline">
|
- |
|
| 358 |
<input type="checkbox" id="sud" name="face-ombre" class="sud form-check-input" value="sud">
|
355 |
<input type="checkbox" id="sud" name="face-ombre" class="sud form-check-input" value="sud">
|
| 359 |
<label for="sud" class="sud form-check-label"><?php echo $general['sud']; ?></label>
|
356 |
<label for="sud" class="sud form-check-label"><?php echo $general['sud']; ?></label>
|
| 360 |
</div>
|
357 |
</div>
|
| 361 |
<div class="form-check form-check-inline">
|
358 |
<div class="form-check form-check-inline">
|
| 362 |
<input type="checkbox" id="est" name="face-ombre" class="est form-check-input" value="est">
|
359 |
<input type="checkbox" id="est" name="face-ombre" class="est form-check-input" value="est">
|
| 363 |
<label for="est" class="est form-check-label"><?php echo $general['est']; ?></label>
|
360 |
<label for="est" class="est form-check-label"><?php echo $general['est']; ?></label>
|
| 364 |
</div>
|
361 |
</div>
|
| 365 |
<div class="form-check form-check-inline">
|
362 |
<div class="form-check form-check-inline">
|
| 366 |
<input type="checkbox" id="ouest" name="face-ombre" class="ouest form-check-input" value="ouest">
|
363 |
<input type="checkbox" id="ouest" name="face-ombre" class="ouest form-check-input" value="ouest">
|
| 367 |
<label for="ouest" class="ouest form-check-label"><?php echo $general['ouest']; ?></label>
|
364 |
<label for="ouest" class="ouest form-check-label"><?php echo $general['ouest']; ?></label>
|
| 368 |
</div>
|
365 |
</div>
|
| 369 |
<div class="form-check form-check-inline">
|
366 |
<div class="form-check form-check-inline">
|
| 370 |
<input type="checkbox" id="aucune" name="face-ombre" class="ouest form-check-input" value="aucune">
|
367 |
<input type="checkbox" id="aucune" name="face-ombre" class="ouest form-check-input" value="aucune">
|
| 371 |
<label for="aucune" class="aucune form-check-label"><?php echo $general['aucune']; ?></label>
|
368 |
<label for="aucune" class="aucune form-check-label"><?php echo $general['aucune']; ?></label>
|
| 372 |
</div>
|
- |
|
| 373 |
</div>
|
369 |
</div>
|
| 374 |
</div>
|
370 |
</div>
|
| 375 |
<?php // endif; ?>
|
371 |
</div>
|
| Line 376... |
Line 372... |
| 376 |
|
372 |
|
| 377 |
<div class="">
|
373 |
<div class="">
|
| 378 |
<label for="com-arbres" class="col-sm-8" title="">
|
374 |
<label for="com-arbres" class="col-sm-8" title="">
|
| 379 |
<i class="fa fa-pen" aria-hidden="true"></i>
|
375 |
<i class="fa fa-pen" aria-hidden="true"></i>
|
| Line 419... |
Line 415... |
| 419 |
<!-- Affiche le tableau récapitualif des observations ajoutées -->
|
415 |
<!-- Affiche le tableau récapitualif des observations ajoutées -->
|
| 420 |
<div id="zone-liste-obs" class="hidden">
|
416 |
<div id="zone-liste-obs" class="hidden">
|
| 421 |
<div id="bloc-controle-liste-obs" class="alert alert-info">
|
417 |
<div id="bloc-controle-liste-obs" class="alert alert-info">
|
| 422 |
<h2 class="transmission-title"><strong><?php echo $resume['titre']; ?> <span class="obs-nbre badge badge-info">0</span></strong></h2>
|
418 |
<h2 class="transmission-title"><strong><?php echo $resume['titre']; ?> <span class="obs-nbre badge badge-info">0</span></strong></h2>
|
| 423 |
<button id="transmettre-obs" class="btn btn-primary has-tooltip" data-toggle="tooltip" disabled="disabled"
|
419 |
<button id="transmettre-obs" class="btn btn-primary has-tooltip" data-toggle="tooltip" disabled="disabled"
|
| 424 |
title="<?php echo $resume['trans-title']; ?>" type="button" data-load="<?php echo ( $widget['streets'] || $widget['apa'] ) ? 'plantes' : 'lichens'; ?>">
|
420 |
title="<?php echo $resume['trans-title']; ?>" type="button">
|
| 425 |
<?php echo $general['enregistrer']; ?>
|
421 |
<?php echo $general['enregistrer']; ?>
|
| 426 |
</button>
|
422 |
</button>
|
| 427 |
</div>
|
423 |
</div>
|
| 428 |
<div id="liste-obs" ></div>
|
424 |
<div id="liste-obs" ></div>
|
| 429 |
<div class="row">
|
425 |
<div class="row">
|