Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 128 Rev 162
Line 20... Line 20...
20
		});
20
		});
21
	});
21
	});
22
</script>
22
</script>
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
	<div>
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
		<label id="col-rech" for="recherche">Rechercher</label>
28
		<label id="col-rech" for="recherche">Rechercher</label>
29
		<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
29
		<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
30
		<input id="col-rech-ok" type="submit" value="OK" />
30
		<input id="col-rech-ok" type="submit" value="OK" />
-
 
31
		
31
		<a id="col-rech-opt-toggle" href="#col-rech-opt-txt" title="Précisions sur les options de recherche">Allez à la recherche avancée</a>
32
		<a id="col-rech-opt-toggle" href="#col-rech-opt-txt" title="Précisions sur les options de recherche">Allez à la recherche avancée</a>
32
	</div>
33
	</p>
33
</form>
34
</form>
Line 34... Line 35...
34
 
35
 
35
<div id="col-rech-opt">
36
<div id="col-rech-opt">
36
	<h2 id="col-rech-opt-titre">Options de recherche</h2>
37
	<h2 id="col-rech-opt-titre">Options de recherche</h2>