| Line 50... |
Line 50... |
| 50 |
data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
|
50 |
data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
|
| 51 |
data-nt="<?php echo $taxon['num_taxon'];?>"
|
51 |
data-nt="<?php echo $taxon['num_taxon'];?>"
|
| 52 |
data-famille="<?php echo $taxon['famille'];?>"
|
52 |
data-famille="<?php echo $taxon['famille'];?>"
|
| 53 |
><?php echo $taxon['nom_sel'];?></option>
|
53 |
><?php echo $taxon['nom_sel'];?></option>
|
| 54 |
<?php endforeach; ?>
|
54 |
<?php endforeach; ?>
|
| 55 |
<option value="autre"><?php echo $plantes['autre-espece']; ?></option>
|
55 |
<option value="autre"><?php echo $general['autre-espece']; ?></option>
|
| 56 |
</select>
|
56 |
</select>
|
| 57 |
<span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
|
57 |
<span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
|
| 58 |
<input id="taxon" name="taxon" type="hidden" />
|
58 |
<input id="taxon" name="taxon" type="hidden" />
|
| 59 |
</div>
|
59 |
</div>
|
| 60 |
</div>
|
60 |
</div>
|
| 61 |
<div id="taxon-input-groupe" class="control-group hidden">
|
61 |
<div id="taxon-input-groupe" class="control-group hidden">
|
| 62 |
<label for="taxon-autre" class="col-sm-8" title="">
|
62 |
<label for="taxon-autre" class="col-sm-8" title="">
|
| 63 |
<i class="fab fa-pagelines" aria-hidden="true"></i>
|
63 |
<i class="fab fa-pagelines" aria-hidden="true"></i>
|
| 64 |
<?php echo $plantes['autre-espece']; ?>
|
64 |
<?php echo $general['autre-espece']; ?>
|
| 65 |
</label>
|
65 |
</label>
|
| 66 |
<div class="col-sm-8 mb-3">
|
66 |
<div class="col-sm-8 mb-3">
|
| 67 |
<input id="taxon-autre" name="taxon-autre" class="form-control has-tooltip" type="text" data-toggle="tooltip" title="<?php echo $observation['espece-title']; ?>">
|
67 |
<input id="taxon-autre" name="taxon-autre" class="form-control has-tooltip" type="text" data-toggle="tooltip" title="<?php echo $observation['espece-title']; ?>">
|
| 68 |
</div>
|
68 |
</div>
|
| 69 |
</div>
|
69 |
</div>
|