Subversion Repositories eFlore/Applications.cel

Rev

Rev 3857 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3857 Rev 3966
Line 272... Line 272...
272
													data-num-nom-sel="<?php echo $taxon['num_nom_sel'];?>"
272
													data-num-nom-sel="<?php echo $taxon['num_nom_sel'];?>"
273
													data-nom-ret="<?php echo $taxon['nom_ret'];?>"
273
													data-nom-ret="<?php echo $taxon['nom_ret'];?>"
274
													data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
274
													data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
275
													data-nt="<?php echo $taxon['num_taxon'];?>"
275
													data-nt="<?php echo $taxon['num_taxon'];?>"
276
													data-famille="<?php echo $taxon['famille'];?>"
276
													data-famille="<?php echo $taxon['famille'];?>"
277
												><?php echo ( 'plantes' === $squelette) ? $taxon['nom_fr'] : $taxon['nom_sel'];?></option>
277
												><?php echo $taxon['nom_sel'];?></option>
278
											<?php endforeach; ?>
278
											<?php endforeach; ?>
279
											<option value="autre">Autre espèce</option>
279
											<option value="autre">Autre espèce</option>
280
										</select>
280
										</select>
281
										<span for="taxon-liste" class="error" style="display: none;">
281
										<span for="taxon-liste" class="error" style="display: none;">
282
											Une observation doit comporter au moins une image ou un nom d'espèce
282
											Une observation doit comporter au moins une image ou un nom d'espèce