Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 172 → Rev 173

/trunk/modules/recherche_simple/squelettes/recherche_accueil.tpl.html
1,0 → 0,0
<div id="bloc-recherche" class="importance1">
<h1><?=$i18n['titre-nom'];?></h1>
<?=$form_niveau;?>
<?=$form_nom;?>
</div>
/trunk/modules/recherche_simple/squelettes/niveau.tpl.html
New file
0,0 → 1,30
<!-- DEBUT FORM_NIVEAU -->
<form id="ef-form-niveau" name="ef-form-niveau" action="<?=$url_form;?>" method="get">
<fieldset>
<span class="zone-choix-niveau">
<span class="choix-niveau">
<input id="niveau_1" name="niveau" value="1" type="radio" <?=($niveau == '1') ? 'checked="checked"': '';?> />
<label for="niveau_1"><?=$i18n['niveau-1'];?></label>
</span>
<span class="choix-niveau">
<input id="niveau_2" name="niveau" value="2" type="radio" <?=($niveau == '2') ? 'checked="checked"': '';?> />
<label for="niveau_2"><?=$i18n['niveau-2'];?></label>
</span>
<span class="choix-niveau">
<input id="niveau_3" name="niveau" value="3" type="radio" <?=($niveau == '3') ? 'checked="checked"': '';?> />
<label for="niveau_3"><?=$i18n['niveau-3'];?></label>
</span>
</span>
<span id="zone-liens-niveau">
<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
<input id="module" name="module" type="hidden" value="recherche-simple" />
<input id="action" name="action" type="hidden" value="Niveau" />
<input id="eflore_niveau_submit" name="submit" type="submit" value="<?=$i18n['ok'];?>" class="ok"/>
</span>
</fieldset>
</form>
 
 
 
<!-- FIN FORM_NOM -->
/trunk/modules/recherche_simple/squelettes/form_nom.tpl.html
8,9 → 8,8
var valeurDefautNomVerna = "<?= $i18n['valeur-form-nom-verna']; ?>";
// -->
</script>
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get" class="importance1">
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
<fieldset>
<h1><?=$i18n['titre-nom'];?></h1>
<span class="zone-choix-type-nom">
<?php if (isset($nom_verna)) { ?>
<span class="type-nom">
29,6 → 28,7
<input id="nom" name="nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
<span id="zone-liens-recherche">
<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
<input id="niveau" name="niveau" type="hidden" value="<?=Registre::get('parametres.niveau')?>" />
<input id="module" name="module" type="hidden" value="recherche" />
<input id="action" name="action" type="hidden" value="rechercheSimple" />
<input id="eflore_nomenclature_submit" name="submit" type="submit" value="<?=$i18n['recherche'];?>" class="ok"/>