Rev 8 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
7 |
jpm |
1 |
<h2>Rechercher une collection</h2>
|
|
|
2 |
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
|
|
|
3 |
<input id="module" name="module" type="hidden" value="<?=$url_module;?>" />
|
|
|
4 |
<input id="action" name="action" type="hidden" value="<?=$url_action;?>" />
|
|
|
5 |
<fieldset>
|
|
|
6 |
<legend>Rechercher</legend>
|
|
|
7 |
<input id="recherche" name="recherche" type="text" />
|
|
|
8 |
<input id="col_form_submit" type="submit" value="OK" />
|
|
|
9 |
</fieldset>
|
|
|
10 |
</form>
|