Line 353... |
Line 353... |
353 |
data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
|
353 |
data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
|
354 |
data-nt="<?php echo $taxon['num_taxon'];?>"
|
354 |
data-nt="<?php echo $taxon['num_taxon'];?>"
|
355 |
data-famille="<?php echo $taxon['famille'];?>"
|
355 |
data-famille="<?php echo $taxon['famille'];?>"
|
356 |
><?php echo $taxon['nom_sel'];?> - <?php echo $taxon['nom_fr'];?></option>
|
356 |
><?php echo $taxon['nom_sel'];?> - <?php echo $taxon['nom_fr'];?></option>
|
357 |
<?php endforeach; ?>
|
357 |
<?php endforeach; ?>
|
- |
|
358 |
<?php if ( $widget['type_especes'] === 'liste+autre' ) : ?>
|
358 |
<option value="autre"><?php echo $observation['autre-espece']; ?></option>
|
359 |
<option value="autre"><?php echo $observation['autre-espece']; ?></option>
|
- |
|
360 |
<?php endif;?>
|
359 |
</select>
|
361 |
</select>
|
360 |
<span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
|
362 |
<span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
|
361 |
<input id="taxon" name="taxon" class="form-control" type="hidden" />
|
363 |
<input id="taxon" name="taxon" class="form-control" type="hidden" />
|
362 |
</div>
|
364 |
</div>
|
363 |
</div>
|
365 |
</div>
|