Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 178 | Rev 192 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!-- 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="<?=$parametres['referentiel'];?>" />
                        <input id="module" name="module" type="hidden" value="<?=$parametres['module'];?>" />
                        <input id="action" name="action" type="hidden" value="<?=$parametres['action'];?>" />
                        <?php if (isset($parametres['nom'])) : ?>
                                <input id="nom" name="nom" type="hidden" value="<?=$parametres['nom'];?>" />
                                <input id="type_nom" name="type_nom" type="hidden" value="<?=$parametres['type_nom'];?>" />
                        <?php endif; ?>
                        <input id="eflore_niveau_submit" name="submit" type="submit" value="<?=$i18n['ok'];?>" class="ok"/>
                </span>
        </fieldset>
</form>



<!-- FIN FORM_NOM -->