Line 1... |
Line 1... |
1 |
<!-- COL - DEBUT MOTEUR RECHERCHE -->
|
1 |
<!-- COL - DEBUT MOTEUR RECHERCHE -->
|
2 |
<script type="text/javascript">
|
2 |
<script type="text/javascript">
|
3 |
// Function pour cacher / afficher les options de recherche
|
3 |
// Function pour cacher / afficher les options de recherche
|
4 |
$(document).ready(function() {
|
4 |
$(document).ready(function() {
|
5 |
$("#col-rech-opt").hide();
|
5 |
$("#col-rech-opt").hide();
|
6 |
$("#col-rech-opt-toggle").html("Afficher l'aide");
|
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 l'aide");
|
9 |
$("#col-rech-opt-toggle").html("Cacher la recherche avancée");
|
10 |
$("#col-rech-opt").toggle("slow");
|
10 |
$("#col-rech-opt").toggle("slow");
|
11 |
},
|
11 |
},
|
12 |
function() {
|
12 |
function() {
|
13 |
$("#col-rech-opt-toggle").html("Afficher l'aide");
|
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 |
});
|
17 |
});
|
18 |
</script>
|
18 |
</script>
|
Line 21... |
Line 21... |
21 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
21 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
22 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
22 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
23 |
<label id="col-rech"for="recherche">Rechercher</label>
|
23 |
<label id="col-rech"for="recherche">Rechercher</label>
|
24 |
<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
|
24 |
<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
|
25 |
<input id="col-rech-ok" type="submit" value="OK" />
|
25 |
<input id="col-rech-ok" type="submit" value="OK" />
|
26 |
<a id="col-rech-opt-toggle" href="#col-rech-opt-txt" title="Précisions sur les options de recherche">Allez à l'aide</a>
|
26 |
<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>
|
27 |
</form>
|
27 |
</form>
|
28 |
<div id="col-rech-opt">
|
28 |
<div id="col-rech-opt">
|
29 |
<h2 id="col-rech-opt-titre">Options de recherche</h2>
|
29 |
<h2 id="col-rech-opt-titre">Options de recherche</h2>
|
30 |
<div id="col-rech-opt-txt">
|
30 |
<div id="col-rech-opt-txt">
|
31 |
<p>Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue
|
31 |
<p>Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue
|