Line 224... |
Line 224... |
224 |
</label>
|
224 |
</label>
|
225 |
<div class="col-sm-8 mb-3">
|
225 |
<div class="col-sm-8 mb-3">
|
226 |
<input id="circonference" type="number" name="circonference" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $arbres['circonference-title'] ;?>" placeholder="<?php echo $arbres['circonference-ph'] ;?>" step="1" min="1" required>
|
226 |
<input id="circonference" type="number" name="circonference" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $arbres['circonference-title'] ;?>" placeholder="<?php echo $arbres['circonference-ph'] ;?>" step="1" min="1" required>
|
227 |
</div>
|
227 |
</div>
|
228 |
</div>
|
228 |
</div>
|
229 |
<div class="control-group">
|
- |
|
230 |
<label for="surface-pied" class="col-sm-8 obligatoire">
|
- |
|
231 |
<i class="fa fa-arrows-alt" aria-hidden="true"></i>
|
- |
|
232 |
<?php echo $arbres['surf-pied'] ;?>
|
- |
|
233 |
</label>
|
- |
|
234 |
<div class="col-sm-8 mb-3">
|
- |
|
235 |
<input id="surface-pied" type="number" name="surface-pied" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $arbres['surf-pied-title'] ;?>" placeholder="<?php echo $arbres['surf-pied-ph'] ;?>" step="0.01" min="0" lang="en"required>
|
- |
|
236 |
</div>
|
- |
|
237 |
</div>
|
- |
|
238 |
<div class="control-group">
|
- |
|
239 |
<label for="equipement-pied-arbre" class="col-sm-8 obligatoire">
|
- |
|
240 |
<i class="fa fa-dot-circle" aria-hidden="true"></i>
|
- |
|
241 |
<?php echo $arbres['eqt-pied-arbre'] ;?>
|
- |
|
242 |
</label>
|
- |
|
243 |
<div class="col-sm-8 mb-3">
|
- |
|
244 |
<div class="select-wrapper add-field-select">
|
- |
|
245 |
<select id="equipement-pied-arbre" name="equipement-pied-arbre" class="equipement-pied-arbre select form-control custom-select" data-label="<?php echo $arbres['eqt-pied-arbre'] ;?>" data-name="equipement-pied-arbre" required>
|
- |
|
246 |
<option class="choisir" selected value="" data-name="equipement-pied-arbre" hidden><?php echo $general['choisir']; ?></option>
|
- |
|
247 |
<option value="plaque de metal" data-name="equipement-pied-arbre"><?php echo $arbres['palque-metal']; ?></option>
|
- |
|
248 |
<option value="grille" data-name="equipement-pied-arbre"><?php echo $arbres['grille']; ?></option>
|
- |
|
249 |
<option value="ciment" data-name="equipement-pied-arbre"><?php echo $arbres['ciment']; ?></option>
|
- |
|
250 |
<option value="gomme" data-name="equipement-pied-arbre"><?php echo $arbres['gomme']; ?></option>
|
- |
|
251 |
<option value="absent" data-name="equipement-pied-arbre"><?php echo $arbres['absent']; ?></option>
|
- |
|
252 |
<option class="other form-control is-select" value="other" data-name="equipement-pied-arbre" data-element="select"><?php echo $general['autre']; ?></option>
|
- |
|
253 |
</select>
|
- |
|
254 |
</div>
|
- |
|
255 |
<span class="error hidden"><?php echo $general['champ-obligatoire']; ?></span>
|
- |
|
256 |
</div>
|
- |
|
257 |
</div>
|
- |
|
258 |
<div class="">
|
- |
|
259 |
<label for="tassement" class="col-sm-8">
|
- |
|
260 |
<i class="fas fa-sort-amount-down" aria-hidden="true"></i>
|
- |
|
261 |
<?php echo $arbres['tassement'] ;?>
|
- |
|
262 |
</label>
|
- |
|
263 |
<div class="col-sm-8 mb-3">
|
- |
|
264 |
<select id="tassement" name="tassement" class="tassement form-control custom-select has-tooltip" data-toggle="tooltip" title="<?php echo $arbres['tassement-title'] ;?>">
|
- |
|
265 |
<option class="choisir" selected value="" hidden><?php echo $general['choisir']; ?></option>
|
- |
|
266 |
<option value="dur"><?php echo $arbres['dur']; ?></option>
|
- |
|
267 |
<option value="normal"><?php echo $arbres['normal']; ?></option>
|
- |
|
268 |
<option value="mou"><?php echo $arbres['mou']; ?></option>
|
- |
|
269 |
</select>
|
- |
|
270 |
</div>
|
- |
|
271 |
</div>
|
- |
|
272 |
<div class="">
|
- |
|
273 |
<div class="col-sm-8 mb-2 list-label">
|
- |
|
274 |
<i class="fa fa-dog" aria-hidden="true"></i>
|
- |
|
275 |
<?php echo $arbres['dejections']; ?>
|
- |
|
276 |
</div>
|
- |
|
277 |
<div id="dejections" class="col-sm-8 mb-3 list">
|
- |
|
278 |
<div class="form-check form-check-inline">
|
- |
|
279 |
<input type="radio" id="dejections-oui" name="dejections" class="dejections-oui form-check-input" value="true">
|
- |
|
280 |
<label for="dejections-oui" class="dejections-oui form-check-label"><?php echo $general['oui']; ?></label>
|
- |
|
281 |
</div>
|
- |
|
282 |
<div class="form-check form-check-inline">
|
- |
|
283 |
<input type="radio" id="dejections-non" name="dejections" class="dejections-non form-check-input" value="false">
|
- |
|
284 |
<label for="dejections-non" class="dejections-non form-check-label"><?php echo $general['non']; ?></label>
|
- |
|
285 |
</div>
|
- |
|
286 |
</div>
|
- |
|
287 |
</div>
|
- |
|
Line 288... |
Line 229... |
288 |
|
229 |
|
289 |
<div id="face-ombre" class="control-group">
|
230 |
<div id="face-ombre" class="control-group">
|
290 |
<div class="col-sm-8 mb-2 list-label obligatoire">
|
231 |
<div class="col-sm-8 mb-2 list-label obligatoire">
|
291 |
<i class="far fa-compass" aria-hidden="true"></i>
|
232 |
<i class="far fa-compass" aria-hidden="true"></i>
|