Subversion Repositories Applications.papyrus

Rev

Rev 1456 | Rev 1845 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1456 Rev 1611
Line 1... Line 1...
1
<form action="<?=$form_url;?>" method="post" id="form_more_recherche">
1
<form action="<?=$form_url;?>" method="post" id="form_more_recherche">
2
	<fieldset>
2
	<fieldset>
3
		<legend><?=MORE_LG_FORM_TITRE;?></legend>
3
		<legend><?=MORE_LG_FORM_TITRE;?></legend>
4
		<label for="more_motif"><?=MORE_LG_FORM_MOTIF;?></label>
4
		<label for="more_motif"><?=MORE_LG_FORM_MOTIF;?></label>
5
		<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="basculerTaille('more_motif', true);nettoyerChamp('more_motif', '<?=$more_motif_base;?>');" onblur="basculerTaille('more_motif', false);nettoyerChamp('more_motif', '<?=$more_motif_base;?>');" />
5
		<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('more_motif', '<?=$more_motif_base;?>');basculerTaille('more_motif', true);" onblur="nettoyerChamp('more_motif', '<?=$more_motif_base;?>');basculerTaille('more_motif', false);" />
6
		<input id="more_ok" name="more_ok" tabindex="<?=++$form_tab;?>" value="<?=MORE_LG_FORM_VALIDER;?>" type="submit" />
6
		<input id="more_ok" name="more_ok" tabindex="<?=++$form_tab;?>" value="<?=MORE_LG_FORM_VALIDER;?>" type="submit" />
7
	</fieldset>
7
	</fieldset>
8
</form>
8
</form>
9
<script type="text/javascript">
9
<script type="text/javascript">
10
	//<![CDATA[
10
	//<![CDATA[