Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Regard whitespace Rev 22 → Rev 23

/trunk/squelettes/moteur.tpl.html
1,25 → 1,27
<h2>Rechercher une collection</h2>
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
<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;?>" />
<fieldset>
<legend>Rechercher</legend>
<input name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
<input type="submit" value="OK" />
<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 à l'aide</a>
</fieldset>
</form>
<div>
<h2>Options de recherche</h2>
<div id="col-rech-opt">
<h2 id="col-rech-opt-titre">Options de recherche</h2>
<div id="col-rech-opt-txt">
<p>Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue
en intercalant automatiquement le joker % avant et après la chaine recherchée et entre chaque mot de celle-ci.</p>
<p>Le moteur de recherche permet d'utiliser des opérateurs dans le texte recherché pour préciser la requête.</p>
<p>Exemples&nbsp;: <a href="<?=sprintf($url_exemple, 'mpu')?>">mpu</a>,
<p>Exemples&nbsp;: <a href="<?=sprintf($url_exemple, urlencode('mpu'))?>">mpu</a>,
<a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
<a href="<?=sprintf($url_exemple, 'bot:he')?>">bot:he</a>,
<a href="<?=sprintf($url_exemple, 'Coste bot:he')?>">Coste bot:he</a>,
<a href="<?=sprintf($url_exemple, 'herbier zg:France')?>">herbier zg:France</a>,
<a href="<?=sprintf($url_exemple, 'p:coste pr:co')?>">p:coste pr:co</a>,
<a href="<?=sprintf($url_exemple, 'Ecole sci:1')?>">Ecole sci:1</a>.</p>
<a href="<?=sprintf($url_exemple, urlencode('bot:he'))?>">bot:he</a>,
<a href="<?=sprintf($url_exemple, urlencode('Coste bot:he'))?>">Coste bot:he</a>,
<a href="<?=sprintf($url_exemple, urlencode('herbier zg:France'))?>">herbier zg:France</a>,
<a href="<?=sprintf($url_exemple, urlencode('p:coste pr:co'))?>">p:coste pr:co</a>,
<a href="<?=sprintf($url_exemple, urlencode('Ecole sci:1'))?>">Ecole sci:1</a>.</p>
<table>
<thead>
<tr>
35,10 → 37,9
<td>sci:</td>
<td>0,1</td>
<td>Recherches scientifiques</td>
<td>Limite les résultats aux institutions autorisant la consultation des collections <em>sans (=0)</em> ou
<em>avec (=1)</em> des objectifs de recherches scientifiques.</td>
</td>
<td><a href="<?=sprintf($url_exemple, 'sci:0')?>">sci:0</a></td>
<td>Limite les résultats aux institutions autorisant la consultation des collections
<em>sans (=0)</em> ou <em>avec (=1)</em> des objectifs de recherches scientifiques.</td>
<td><a href="<?=sprintf($url_exemple, urlencode('sci:0'))?>">sci:0</a></td>
</tr>
<tr>
<td>bot:</td>
46,7 → 47,7
AL (Collection en alcool), XY (Xylothèque), PM (Collection de préparations microscopiques).</td>
<td>Type de collection botanique</td>
<td>Limite les résultats aux collections botaniques du type indiqué.</td>
<td><a href="<?=sprintf($url_exemple, 'bot:he')?>">bot:he</a></td>
<td><a href="<?=sprintf($url_exemple, urlencode('bot:he'))?>">bot:he</a></td>
</tr>
<tr>
<td>zg:</td>
53,22 → 54,24
<td>Texte libre</td>
<td>Origine géographique du contenu de la collection</td>
<td>Limite les résultats aux collections dont le contenu correspond à la zone géographique indiquée.</td>
<td><a href="<?=sprintf($url_exemple, 'zg:lozère')?>">zg:lozère</a></td>
<td><a href="<?=sprintf($url_exemple, urlencode('zg:lozère'))?>">zg:lozère</a></td>
</tr>
<tr>
<td>p:</td>
<td>Texte libre</td>
<td>Nom ou partie du nom d'une personne.</td>
<td>Limite les résultats aux institutions et collections liées a une personne dont le nom ou une partie du
nom correspond à la valeur indiquée.</td>
<td><a href="<?=sprintf($url_exemple, 'p:coste')?>">p:coste</a></td>
<td>Limite les résultats aux institutions et collections liées a une personne dont le nom ou une
partie du nom correspond à la valeur indiquée.</td>
<td><a href="<?=sprintf($url_exemple, urlencode('p:coste'))?>">p:coste</a></td>
</tr>
<tr>
<td>pr:</td>
<td>CT (Contributeur), AU (Auteur), CO (Collecteur), DE (Déterminateur), HE (Hébergeur - particulier possédant une collection chez lui).
<td>CT (Contributeur), AU (Auteur), CO (Collecteur), DE (Déterminateur), HE
(Hébergeur - particulier possédant une collection chez lui).</td>
<td>Rôle d'une personne.</td>
<td>Limite les résultats aux institutions et collections liées a une personne dont le rôle correspond à la valeur indiquée.</td>
<td><a href="<?=sprintf($url_exemple, 'pr:AU')?>">pr:AU</a></td>
<td>Limite les résultats aux institutions et collections liées a une personne dont le rôle
correspond à la valeur indiquée.</td>
<td><a href="<?=sprintf($url_exemple, urlencode('pr:AU'))?>">pr:AU</a></td>
</tr>
</tbody>
</table>
90,12 → 93,14
<tr>
<td>""</td>
<td>Permet de rechercher sur une expression exacte.</td>
<td><a href="<?=sprintf($url_exemple, urlencode('"Archives de l\'herbier Granger"'))?>">"Archives de l'herbier Granger"</a></td>
<td><a href="<?=sprintf($url_exemple, urlencode('"Archives de l\'herbier Granger"'))?>">
"Archives de l'herbier Granger"</a></td>
</tr>
<tr>
<td>%</td>
<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
<td><a href="<?=sprintf($url_exemple, urlencode('"herbier %Abbé% Carondelet"'))?>">"herbier %Abbé% Carondelet"</a></td>
<td><a href="<?=sprintf($url_exemple, urlencode('"herbier %Abbé% Carondelet"'))?>">
"herbier %Abbé% Carondelet"</a></td>
</tr>
<tr>
<td>_</td>
104,4 → 109,5
</tr>
</tbody>
</table>
</div>
</div>