Line 23... |
Line 23... |
23 |
<?php } else {?>
|
23 |
<?php } else {?>
|
24 |
<input id="type-nom-scientifique" name="type_nom" type="hidden" value="nom_scientifique" />
|
24 |
<input id="type-nom-scientifique" name="type_nom" type="hidden" value="nom_scientifique" />
|
25 |
<?=$i18n['ns'];?>
|
25 |
<?=$i18n['ns'];?>
|
26 |
<?php } ?>
|
26 |
<?php } ?>
|
27 |
</span>
|
27 |
</span>
|
28 |
<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" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
|
29 |
<span id="zone-liens-recherche">
|
29 |
<span id="zone-liens-recherche">
|
30 |
<input id="eflore_nomenclature_referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
|
30 |
<input id="eflore_nomenclature_referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
|
31 |
<input id="eflore_nomenclature_niveau" name="niveau" type="hidden" value="<?=Registre::get('parametres.niveau')?>" />
|
31 |
<input id="eflore_nomenclature_niveau" name="niveau" type="hidden" value="<?=Registre::get('parametres.niveau')?>" />
|
32 |
<input id="eflore_nomenclature_module" name="module" type="hidden" value="recherche" />
|
32 |
<input id="eflore_nomenclature_module" name="module" type="hidden" value="recherche" />
|
33 |
<input id="eflore_nomenclature_action" name="action" type="hidden" value="rechercheSimple" />
|
33 |
<input id="eflore_nomenclature_action" name="action" type="hidden" value="rechercheSimple" />
|