Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 7 Rev 8
Line 1... Line 1...
1
<h2>Rechercher une collection</h2>
1
<h2>Rechercher une collection</h2>
2
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
2
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
3
	<input id="module" name="module" type="hidden" value="<?=$url_module;?>" />
3
	<input name="module" type="hidden" value="<?=$url_module;?>" />
4
	<input id="action" name="action" type="hidden" value="<?=$url_action;?>" />
4
	<input name="action" type="hidden" value="<?=$url_action;?>" />
5
	<fieldset>
5
	<fieldset>
6
		<legend>Rechercher</legend>
6
		<legend>Rechercher</legend>
7
		<input id="recherche" name="recherche" type="text" />
7
		<input name="recherche" type="text" value="<?=$recherche;?>"/>
8
		<input id="col_form_submit" type="submit" value="OK" />
8
		<input type="submit" value="OK" />
9
	</fieldset>
9
	</fieldset>
10
</form>
10
</form>
11
11