Line 6... |
Line 6... |
6 |
var urlBaseFicheTaxon = "<?= $url_base_fiche_taxon; ?>";
|
6 |
var urlBaseFicheTaxon = "<?= $url_base_fiche_taxon; ?>";
|
7 |
var valeurDefautNomSci = "<?= $i18n['valeur-form-nom-sci']; ?>";
|
7 |
var valeurDefautNomSci = "<?= $i18n['valeur-form-nom-sci']; ?>";
|
8 |
var valeurDefautNomVerna = "<?= $i18n['valeur-form-nom-verna']; ?>";
|
8 |
var valeurDefautNomVerna = "<?= $i18n['valeur-form-nom-verna']; ?>";
|
9 |
// -->
|
9 |
// -->
|
10 |
</script>
|
10 |
</script>
|
11 |
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get" class="importance1">
|
11 |
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
|
12 |
<fieldset>
|
12 |
<fieldset>
|
13 |
<h1><?=$i18n['titre-nom'];?></h1>
|
- |
|
14 |
<span class="zone-choix-type-nom">
|
13 |
<span class="zone-choix-type-nom">
|
15 |
<?php if (isset($nom_verna)) { ?>
|
14 |
<?php if (isset($nom_verna)) { ?>
|
16 |
<span class="type-nom">
|
15 |
<span class="type-nom">
|
17 |
<input id="type_nom_scientifique" name="type_nom" value="nom_scientifique" type="radio" <?=($type_nom == 'nom_scientifique') ? 'checked="checked"': '';?> />
|
16 |
<input id="type_nom_scientifique" name="type_nom" value="nom_scientifique" type="radio" <?=($type_nom == 'nom_scientifique') ? 'checked="checked"': '';?> />
|
18 |
<label for="type_nom_scientifique"><?=$i18n['ns'];?></label>
|
17 |
<label for="type_nom_scientifique"><?=$i18n['ns'];?></label>
|
Line 27... |
Line 26... |
27 |
<?php } ?>
|
26 |
<?php } ?>
|
28 |
</span>
|
27 |
</span>
|
29 |
<input id="nom" name="nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
|
28 |
<input id="nom" name="nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
|
30 |
<span id="zone-liens-recherche">
|
29 |
<span id="zone-liens-recherche">
|
31 |
<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
|
30 |
<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
|
- |
|
31 |
<input id="niveau" name="niveau" type="hidden" value="<?=Registre::get('parametres.niveau')?>" />
|
32 |
<input id="module" name="module" type="hidden" value="recherche" />
|
32 |
<input id="module" name="module" type="hidden" value="recherche" />
|
33 |
<input id="action" name="action" type="hidden" value="rechercheSimple" />
|
33 |
<input id="action" name="action" type="hidden" value="rechercheSimple" />
|
34 |
<input id="eflore_nomenclature_submit" name="submit" type="submit" value="<?=$i18n['recherche'];?>" class="ok"/>
|
34 |
<input id="eflore_nomenclature_submit" name="submit" type="submit" value="<?=$i18n['recherche'];?>" class="ok"/>
|
35 |
<input id="eflore_nomenclature_fiche" name="submit" type="submit" value="<?=$i18n['fiche'];?>" />
|
35 |
<input id="eflore_nomenclature_fiche" name="submit" type="submit" value="<?=$i18n['fiche'];?>" />
|
36 |
</span>
|
36 |
</span>
|