Rev 786 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
786 |
gduche |
1 |
<?php
|
866 |
gduche |
2 |
// Le code javascript pour le basculement de taille doit �tre mis dans un fichier js � part
|
|
|
3 |
// Les fonctions n�cessaires sont disponibles dans le fichier de template : formulaire_extensible_js.tpl.html
|
786 |
gduche |
4 |
?>
|
|
|
5 |
<form action="<?=$form_url;?>" method="post" id="form_more_recherche">
|
|
|
6 |
<fieldset>
|
|
|
7 |
<legend><?=MORE_LG_FORM_TITRE;?></legend>
|
|
|
8 |
<label for="more_motif"><?=MORE_LG_FORM_MOTIF;?></label>
|
866 |
gduche |
9 |
<input id="more_motif" name="more_motif" tabindex="<?=$form_tab;?>" maxlength="<?=MORE_FORM_MOTIF_MAXLENGTH;?>" accesskey="<?=MORE_LG_FORM_ACCESSKEY;?>" type="text" value="<?=$more_motif;?>" onfocus="nettoyerChamp(this.id, '<?=$more_motif;?>');" onblur="nettoyerChamp(this, '<?=$more_motif;?>'); " title="Mettre les termes entre guillemets pour rechercher sur la phrase exacte."/>
|
786 |
gduche |
10 |
<input id="more_ok" name="more_ok" tabindex="<?=++$form_tab;?>" value="<?=MORE_LG_FORM_VALIDER;?>" type="submit" />
|
|
|
11 |
</fieldset>
|
|
|
12 |
</form>
|