Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 162 Rev 169
Line 23... Line 23...
23
<h2>Rechercher une collection</h2>
23
<h2>Rechercher une collection</h2>
24
<form id="col-form" name="col-form" action="<?=$url_form;?>" method="get">
24
<form id="col-form" name="col-form" action="<?=$url_form;?>" method="get">
25
	<p>
25
	<p>
26
		<input name="module" type="hidden" value="<?=$url_module;?>" />
26
		<input name="module" type="hidden" value="<?=$url_module;?>" />
27
		<input name="action" type="hidden" value="<?=$url_action;?>" />
27
		<input name="action" type="hidden" value="<?=$url_action;?>" />
-
 
28
		<?php if (isset($url_contexte)) : ?>
-
 
29
		<input name="contexte" type="hidden" value="<?=$url_contexte;?>" />
-
 
30
		<? endif; ?>
28
		<label id="col-rech" for="recherche">Rechercher</label>
31
		<label id="col-rech" for="recherche">Rechercher</label>
29
		<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
32
		<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
30
		<input id="col-rech-ok" type="submit" value="OK" />
33
		<input id="col-rech-ok" type="submit" value="OK" />
Line 31... Line 34...
31
		
34