Line 4... |
Line 4... |
4 |
<legend><?=$i18n['legende'];?></legend>
|
4 |
<legend><?=$i18n['legende'];?></legend>
|
5 |
<table>
|
5 |
<table>
|
6 |
<tr>
|
6 |
<tr>
|
7 |
<td>
|
7 |
<td>
|
8 |
<label for="eflore_nom"><?=($eflore_type_nom == 'nom_scientifique') ? $i18n['ns'] : $i18n['nv'];?></label>
|
8 |
<label for="eflore_nom"><?=($eflore_type_nom == 'nom_scientifique') ? $i18n['ns'] : $i18n['nv'];?></label>
|
9 |
<input id="eflore_nom" name="eflore_nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" />
|
9 |
<input id="eflore_nom" name="eflore_nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
|
10 |
</td>
|
10 |
</td>
|
11 |
<td>
|
11 |
<td>
|
12 |
<ul>
|
12 |
<ul>
|
13 |
<li>
|
13 |
<li>
|
14 |
<input id="eflore_type_nom_scientifique" name="eflore_type_nom" value="nom_scientifique" type="radio" <?=($eflore_type_nom == 'nom_scientifique') ? 'checked="checked"': '';?> />
|
14 |
<input id="eflore_type_nom_scientifique" name="eflore_type_nom" value="nom_scientifique" type="radio" <?=($eflore_type_nom == 'nom_scientifique') ? 'checked="checked"': '';?> />
|
Line 30... |
Line 30... |
30 |
</table>
|
30 |
</table>
|
31 |
</fieldset>
|
31 |
</fieldset>
|
32 |
</form>
|
32 |
</form>
|
Line 33... |
Line 33... |
33 |
|
33 |
|
34 |
<?php if (isset($nom_approche)) : ?>
|
34 |
<?php if (isset($nom_approche)) : ?>
|
35 |
<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$nom_approche_url;?>"><?php print_r($nom_approche);?></a></p>
|
35 |
<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$nom_approche;?>"><?=$nom_approche;?></a></p>
|
36 |
<?php endif; ?>
|
36 |
<?php endif; ?>
|
37 |
<?php if (isset($information)) : ?>
|
37 |
<?php if (isset($information)) : ?>
|
38 |
<p id="information"><?=$information?></p>
|
38 |
<p id="information"><?=$information?></p>
|
39 |
<?php endif; ?>
|
39 |
<?php endif; ?>
|
40 |
<!-- FIN FORM_NOM -->
|
40 |
<!-- FIN FORM_NOM -->
|