Rev 8 | Rev 21 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<h2>Rechercher une collection</h2>
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
<input name="module" type="hidden" value="<?=$url_module;?>" />
<input name="action" type="hidden" value="<?=$url_action;?>" />
<fieldset>
<legend>Rechercher</legend>
<input name="recherche" type="text" value="<?=$recherche;?>"/>
<input type="submit" value="OK" />
</fieldset>
</form>