Line 5... |
Line 5... |
5 |
$("#col-rech-opt").hide();
|
5 |
$("#col-rech-opt").hide();
|
6 |
$("#col-rech-opt-toggle").html("Afficher la recherche avancée");
|
6 |
$("#col-rech-opt-toggle").html("Afficher la recherche avancée");
|
7 |
$("#col-rech-opt-toggle").toggle(
|
7 |
$("#col-rech-opt-toggle").toggle(
|
8 |
function() {
|
8 |
function() {
|
9 |
$("#col-rech-opt-toggle").html("Cacher la recherche avancée");
|
9 |
$("#col-rech-opt-toggle").html("Cacher la recherche avancée");
|
10 |
$("#col-rech-opt").toggle("slow");
|
10 |
$("#col-rech-opt").slideDown("fast");
|
11 |
},
|
11 |
},
|
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").slideUp("fast");
|
15 |
}
|
15 |
}
|
16 |
);
|
16 |
);
|
17 |
// Sélection du texte de la zone de recherche sur le focus
|
17 |
// Sélection du texte de la zone de recherche sur le focus
|
18 |
$("#recherche").focus(function(){
|
18 |
$("#recherche").focus(function(){
|
19 |
this.select();
|
19 |
this.select();
|
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 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
26 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
26 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
27 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
27 |
<label id="col-rech"for="recherche">Rechercher</label>
|
28 |
<label id="col-rech" for="recherche">Rechercher</label>
|
28 |
<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"/>
|
29 |
<input id="col-rech-ok" type="submit" value="OK" />
|
30 |
<input id="col-rech-ok" type="submit" value="OK" />
|
30 |
<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>
|
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 |
</div>
|
31 |
</form>
|
33 |
</form>
|
- |
|
34 |
|
32 |
<div id="col-rech-opt">
|
35 |
<div id="col-rech-opt">
|
33 |
<h2 id="col-rech-opt-titre">Options de recherche</h2>
|
36 |
<h2 id="col-rech-opt-titre">Options de recherche</h2>
|
34 |
<div id="col-rech-opt-txt">
|
37 |
<div id="col-rech-opt-txt">
|
35 |
<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
|
38 |
<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
|
36 |
<em>Exemples :</em>
|
39 |
<em>Exemples :</em>
|