Line 1... |
Line 1... |
1 |
<h2>Rechercher une collection</h2>
|
1 |
<h2>Rechercher une collection</h2>
|
2 |
<form id="col_form" name="col_form" action="<?=$url_form;?>" method="get">
|
2 |
<form id="col-form" name="col-form" action="<?=$url_form;?>" method="get">
|
3 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
3 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
4 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
4 |
<input name="action" type="hidden" value="<?=$url_action;?>" />
|
5 |
<fieldset>
|
5 |
<fieldset>
|
6 |
<legend>Rechercher</legend>
|
6 |
<legend>Rechercher</legend>
|
7 |
<input name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
|
7 |
<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
|
8 |
<input type="submit" value="OK" />
|
8 |
<input id="col-rech-ok" type="submit" value="OK" />
|
- |
|
9 |
<a id="col-rech-opt-toggle" href="#col-rech-opt-txt" title="Précisions sur les options de recherche">Allez à l'aide</a>
|
9 |
</fieldset>
|
10 |
</fieldset>
|
10 |
</form>
|
11 |
</form>
|
11 |
<div>
|
12 |
<div id="col-rech-opt">
|
12 |
<h2>Options de recherche</h2>
|
13 |
<h2 id="col-rech-opt-titre">Options de recherche</h2>
|
- |
|
14 |
<div id="col-rech-opt-txt">
|
13 |
<p>Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue
|
15 |
<p>Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue
|
14 |
en intercalant automatiquement le joker % avant et après la chaine recherchée et entre chaque mot de celle-ci.</p>
|
16 |
en intercalant automatiquement le joker % avant et après la chaine recherchée et entre chaque mot de celle-ci.</p>
|
15 |
<p>Le moteur de recherche permet d'utiliser des opérateurs dans le texte recherché pour préciser la requête.</p>
|
17 |
<p>Le moteur de recherche permet d'utiliser des opérateurs dans le texte recherché pour préciser la requête.</p>
|
16 |
<p>Exemples : <a href="<?=sprintf($url_exemple, 'mpu')?>">mpu</a>,
|
18 |
<p>Exemples : <a href="<?=sprintf($url_exemple, urlencode('mpu'))?>">mpu</a>,
|
17 |
<a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
|
19 |
<a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
|
18 |
<a href="<?=sprintf($url_exemple, 'bot:he')?>">bot:he</a>,
|
20 |
<a href="<?=sprintf($url_exemple, urlencode('bot:he'))?>">bot:he</a>,
|
19 |
<a href="<?=sprintf($url_exemple, 'Coste bot:he')?>">Coste bot:he</a>,
|
21 |
<a href="<?=sprintf($url_exemple, urlencode('Coste bot:he'))?>">Coste bot:he</a>,
|
20 |
<a href="<?=sprintf($url_exemple, 'herbier zg:France')?>">herbier zg:France</a>,
|
22 |
<a href="<?=sprintf($url_exemple, urlencode('herbier zg:France'))?>">herbier zg:France</a>,
|
21 |
<a href="<?=sprintf($url_exemple, 'p:coste pr:co')?>">p:coste pr:co</a>,
|
23 |
<a href="<?=sprintf($url_exemple, urlencode('p:coste pr:co'))?>">p:coste pr:co</a>,
|
22 |
<a href="<?=sprintf($url_exemple, 'Ecole sci:1')?>">Ecole sci:1</a>.</p>
|
24 |
<a href="<?=sprintf($url_exemple, urlencode('Ecole sci:1'))?>">Ecole sci:1</a>.</p>
|
23 |
<table>
|
25 |
<table>
|
24 |
<thead>
|
26 |
<thead>
|
25 |
<tr>
|
27 |
<tr>
|
26 |
<th>Mot-clé</th>
|
28 |
<th>Mot-clé</th>
|
27 |
<th>Valeurs possibles</th>
|
29 |
<th>Valeurs possibles</th>
|
28 |
<th>Signification</th>
|
30 |
<th>Signification</th>
|
29 |
<th>Explication</th>
|
31 |
<th>Explication</th>
|
30 |
<th>Exemples</th>
|
32 |
<th>Exemples</th>
|
31 |
</tr>
|
33 |
</tr>
|
32 |
</thead>
|
34 |
</thead>
|
33 |
<tbody>
|
35 |
<tbody>
|
34 |
<tr>
|
36 |
<tr>
|
35 |
<td>sci:</td>
|
37 |
<td>sci:</td>
|
36 |
<td>0,1</td>
|
38 |
<td>0,1</td>
|
37 |
<td>Recherches scientifiques</td>
|
39 |
<td>Recherches scientifiques</td>
|
38 |
<td>Limite les résultats aux institutions autorisant la consultation des collections <em>sans (=0)</em> ou
|
40 |
<td>Limite les résultats aux institutions autorisant la consultation des collections
|
39 |
<em>avec (=1)</em> des objectifs de recherches scientifiques.</td>
|
41 |
<em>sans (=0)</em> ou <em>avec (=1)</em> des objectifs de recherches scientifiques.</td>
|
40 |
</td>
|
- |
|
41 |
<td><a href="<?=sprintf($url_exemple, 'sci:0')?>">sci:0</a></td>
|
42 |
<td><a href="<?=sprintf($url_exemple, urlencode('sci:0'))?>">sci:0</a></td>
|
42 |
</tr>
|
43 |
</tr>
|
43 |
<tr>
|
44 |
<tr>
|
44 |
<td>bot:</td>
|
45 |
<td>bot:</td>
|
45 |
<td>HE (Herbier), CE (Centurie - conservée en dehors d'un herbier), DR (Droguier), CA (Carpothèque),
|
46 |
<td>HE (Herbier), CE (Centurie - conservée en dehors d'un herbier), DR (Droguier), CA (Carpothèque),
|
46 |
AL (Collection en alcool), XY (Xylothèque), PM (Collection de préparations microscopiques).</td>
|
47 |
AL (Collection en alcool), XY (Xylothèque), PM (Collection de préparations microscopiques).</td>
|
47 |
<td>Type de collection botanique</td>
|
48 |
<td>Type de collection botanique</td>
|
48 |
<td>Limite les résultats aux collections botaniques du type indiqué.</td>
|
49 |
<td>Limite les résultats aux collections botaniques du type indiqué.</td>
|
49 |
<td><a href="<?=sprintf($url_exemple, 'bot:he')?>">bot:he</a></td>
|
50 |
<td><a href="<?=sprintf($url_exemple, urlencode('bot:he'))?>">bot:he</a></td>
|
50 |
</tr>
|
51 |
</tr>
|
51 |
<tr>
|
52 |
<tr>
|
52 |
<td>zg:</td>
|
53 |
<td>zg:</td>
|
53 |
<td>Texte libre</td>
|
54 |
<td>Texte libre</td>
|
54 |
<td>Origine géographique du contenu de la collection</td>
|
55 |
<td>Origine géographique du contenu de la collection</td>
|
55 |
<td>Limite les résultats aux collections dont le contenu correspond à la zone géographique indiquée.</td>
|
56 |
<td>Limite les résultats aux collections dont le contenu correspond à la zone géographique indiquée.</td>
|
56 |
<td><a href="<?=sprintf($url_exemple, 'zg:lozère')?>">zg:lozère</a></td>
|
57 |
<td><a href="<?=sprintf($url_exemple, urlencode('zg:lozère'))?>">zg:lozère</a></td>
|
57 |
</tr>
|
58 |
</tr>
|
58 |
<tr>
|
59 |
<tr>
|
59 |
<td>p:</td>
|
60 |
<td>p:</td>
|
60 |
<td>Texte libre</td>
|
61 |
<td>Texte libre</td>
|
61 |
<td>Nom ou partie du nom d'une personne.</td>
|
62 |
<td>Nom ou partie du nom d'une personne.</td>
|
62 |
<td>Limite les résultats aux institutions et collections liées a une personne dont le nom ou une partie du
|
63 |
<td>Limite les résultats aux institutions et collections liées a une personne dont le nom ou une
|
63 |
nom correspond à la valeur indiquée.</td>
|
64 |
partie du nom correspond à la valeur indiquée.</td>
|
64 |
<td><a href="<?=sprintf($url_exemple, 'p:coste')?>">p:coste</a></td>
|
65 |
<td><a href="<?=sprintf($url_exemple, urlencode('p:coste'))?>">p:coste</a></td>
|
65 |
</tr>
|
66 |
</tr>
|
66 |
<tr>
|
67 |
<tr>
|
67 |
<td>pr:</td>
|
68 |
<td>pr:</td>
|
68 |
<td>CT (Contributeur), AU (Auteur), CO (Collecteur), DE (Déterminateur), HE (Hébergeur - particulier possédant une collection chez lui).
|
69 |
<td>CT (Contributeur), AU (Auteur), CO (Collecteur), DE (Déterminateur), HE
|
- |
|
70 |
(Hébergeur - particulier possédant une collection chez lui).</td>
|
69 |
<td>Rôle d'une personne.</td>
|
71 |
<td>Rôle d'une personne.</td>
|
70 |
<td>Limite les résultats aux institutions et collections liées a une personne dont le rôle correspond à la valeur indiquée.</td>
|
72 |
<td>Limite les résultats aux institutions et collections liées a une personne dont le rôle
|
- |
|
73 |
correspond à la valeur indiquée.</td>
|
71 |
<td><a href="<?=sprintf($url_exemple, 'pr:AU')?>">pr:AU</a></td>
|
74 |
<td><a href="<?=sprintf($url_exemple, urlencode('pr:AU'))?>">pr:AU</a></td>
|
72 |
</tr>
|
75 |
</tr>
|
73 |
</tbody>
|
76 |
</tbody>
|
74 |
</table>
|
77 |
</table>
|
75 |
<p>Pour les opérateurs dont la valeur possible est un <em>texte libre</em>, il est possible d'utiliser des jokers.
|
78 |
<p>Pour les opérateurs dont la valeur possible est un <em>texte libre</em>, il est possible d'utiliser des jokers.
|
76 |
Ces "jokers" permettent de modifier la recherche sur une chaine de caractères.</p>
|
79 |
Ces "jokers" permettent de modifier la recherche sur une chaine de caractères.</p>
|
77 |
<p>Exemples : <a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
|
80 |
<p>Exemples : <a href="<?=sprintf($url_exemple, urlencode('"herbier de Coste"'))?>">"herbier de Coste"</a>,
|
78 |
<a href="<?=sprintf($url_exemple, urlencode('"herbier % Montpellier"'))?>">"herbier % Montpellier"</a>,
|
81 |
<a href="<?=sprintf($url_exemple, urlencode('"herbier % Montpellier"'))?>">"herbier % Montpellier"</a>,
|
79 |
<a href="<?=sprintf($url_exemple, urlencode('p:"Jo_l"'))?>">p:"Jo_l"</a>.
|
82 |
<a href="<?=sprintf($url_exemple, urlencode('p:"Jo_l"'))?>">p:"Jo_l"</a>.
|
80 |
</p>
|
83 |
</p>
|
81 |
<table>
|
84 |
<table>
|
82 |
<thead>
|
85 |
<thead>
|
83 |
<tr>
|
86 |
<tr>
|
84 |
<th>Joker</th>
|
87 |
<th>Joker</th>
|
85 |
<th>Explication</th>
|
88 |
<th>Explication</th>
|
86 |
<th>Exemples</th>
|
89 |
<th>Exemples</th>
|
87 |
</tr>
|
90 |
</tr>
|
88 |
</thead>
|
91 |
</thead>
|
89 |
<tbody>
|
92 |
<tbody>
|
90 |
<tr>
|
93 |
<tr>
|
91 |
<td>""</td>
|
94 |
<td>""</td>
|
92 |
<td>Permet de rechercher sur une expression exacte.</td>
|
95 |
<td>Permet de rechercher sur une expression exacte.</td>
|
93 |
<td><a href="<?=sprintf($url_exemple, urlencode('"Archives de l\'herbier Granger"'))?>">"Archives de l'herbier Granger"</a></td>
|
96 |
<td><a href="<?=sprintf($url_exemple, urlencode('"Archives de l\'herbier Granger"'))?>">
|
- |
|
97 |
"Archives de l'herbier Granger"</a></td>
|
94 |
</tr>
|
98 |
</tr>
|
95 |
<tr>
|
99 |
<tr>
|
96 |
<td>%</td>
|
100 |
<td>%</td>
|
97 |
<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
|
101 |
<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
|
98 |
<td><a href="<?=sprintf($url_exemple, urlencode('"herbier %Abbé% Carondelet"'))?>">"herbier %Abbé% Carondelet"</a></td>
|
102 |
<td><a href="<?=sprintf($url_exemple, urlencode('"herbier %Abbé% Carondelet"'))?>">
|
- |
|
103 |
"herbier %Abbé% Carondelet"</a></td>
|
99 |
</tr>
|
104 |
</tr>
|
100 |
<tr>
|
105 |
<tr>
|
101 |
<td>_</td>
|
106 |
<td>_</td>
|
102 |
<td>Remplace exactement un caractère</td>
|
107 |
<td>Remplace exactement un caractère</td>
|
103 |
<td><a href="<?=sprintf($url_exemple, urlencode('p:"Jo_l"'))?>">p:"Jo_l"</a></td>
|
108 |
<td><a href="<?=sprintf($url_exemple, urlencode('p:"Jo_l"'))?>">p:"Jo_l"</a></td>
|
104 |
</tr>
|
109 |
</tr>
|
105 |
</tbody>
|
110 |
</tbody>
|
106 |
</table>
|
111 |
</table>
|
- |
|
112 |
</div>
|
107 |
</div>
|
113 |
</div>
|
108 |
|
114 |
|