Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 127 → Rev 128

/trunk/squelettes/moteur.tpl.html
7,11 → 7,11
$("#col-rech-opt-toggle").toggle(
function() {
$("#col-rech-opt-toggle").html("Cacher la recherche avancée");
$("#col-rech-opt").toggle("slow");
$("#col-rech-opt").slideDown("fast");
},
function() {
$("#col-rech-opt-toggle").html("Afficher la recherche avancée");
$("#col-rech-opt").toggle("slow");
$("#col-rech-opt").slideUp("fast");
}
);
// Sélection du texte de la zone de recherche sur le focus
22,13 → 22,16
</script>
<h2>Rechercher une collection</h2>
<form id="col-form" name="col-form" action="<?=$url_form;?>" method="get">
<input name="module" type="hidden" value="<?=$url_module;?>" />
<input name="action" type="hidden" value="<?=$url_action;?>" />
<label id="col-rech"for="recherche">Rechercher</label>
<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
<input id="col-rech-ok" type="submit" value="OK" />
<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>
<div>
<input name="module" type="hidden" value="<?=$url_module;?>" />
<input name="action" type="hidden" value="<?=$url_action;?>" />
<label id="col-rech" for="recherche">Rechercher</label>
<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
<input id="col-rech-ok" type="submit" value="OK" />
<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>
</div>
</form>
 
<div id="col-rech-opt">
<h2 id="col-rech-opt-titre">Options de recherche</h2>
<div id="col-rech-opt-txt">