Subversion Repositories eFlore/Applications.cel

Rev

Rev 3877 | Rev 3899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3877 Rev 3880
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>