Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1446 Rev 1453
Line 191... Line 191...
191
									Espèce
191
									Espèce
192
								</label>
192
								</label>
193
								<select id="taxon" name="taxon">
193
								<select id="taxon" name="taxon">
194
									<option value="">Sélectionner une espèce</option>
194
									<option value="">Sélectionner une espèce</option>
195
									<?php foreach ($taxons as $taxon) :?>
195
									<?php foreach ($taxons as $taxon) :?>
196
										<option <?= $taxon['nom_sel']== $taxon['nom_fr'] ? 'style="font-style:italic;"' : '' ?> value="<?=$taxon['num_nom_sel']?>" 
196
										<option <?= $taxon['nom_ret']== $taxon['nom_fr'] ? 'style="font-style:italic;"' : '' ?> value="<?=$taxon['num_nom_sel']?>" 
197
											title="<?=$taxon['nom_sel'].($taxon['nom_fr_autre'] != '' ? ' - '.$taxon['nom_fr_autre'] : '' )?>">
197
											title="<?=$taxon['nom_ret'].($taxon['nom_fr_autre'] != '' ? ' - '.$taxon['nom_fr_autre'] : '' )?>">
198
											<?=$taxon['nom_fr']?>
198
											<?=$taxon['nom_fr']?>
199
										</option>
199
										</option>
200
									<?php endforeach; ?> 
200
									<?php endforeach; ?> 
201
								</select> 
201
								</select> 
202
							</li>
202
							</li>