Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 84 Rev 90
Line 12... Line 12...
12
			function() {
12
			function() {
13
				$("#col-rech-opt-toggle").html("Afficher la recherche avancée");
13
				$("#col-rech-opt-toggle").html("Afficher la recherche avancée");
14
				$("#col-rech-opt").toggle("slow");
14
				$("#col-rech-opt").toggle("slow");
15
			}
15
			}
16
		);
16
		);
-
 
17
		// Sélection du texte de la zone de recherche sur le focus
-
 
18
		$("#recherche").focus(function(){
-
 
19
			this.select();
17
	 });
20
		});
-
 
21
	});
18
</script>
22
</script>
19
<h2>Rechercher une collection</h2>
23
<h2>Rechercher une collection</h2>
20
<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">
21
	<input name="module" type="hidden" value="<?=$url_module;?>" />
25
	<input name="module" type="hidden" value="<?=$url_module;?>" />
22
	<input name="action" type="hidden" value="<?=$url_action;?>" />
26
	<input name="action" type="hidden" value="<?=$url_action;?>" />