Subversion Repositories Applications.referentiel

Rev

Rev 73 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 74
Line 18... Line 18...
18
		$("#recherche").focus(function(){
18
		$("#recherche").focus(function(){
19
			this.select();
19
			this.select();
20
		});
20
		});
21
	});
21
	});
22
</script>
22
</script>
23
<h2>Consultation du référentiel</h2>
23
<h1>Consultation du référentiel <?=$url_referentiel?></h1>
24
<form id="ref-form" name="ref-form" action="<?=$url_form;?>" method="get">
24
<form id="ref-form" name="ref-form" action="<?=$url_form;?>" method="get">
25
	<p>
25
	<p>
26
		<input name="ref" type="hidden" value="<?=$url_referentiel;?>" />
26
		<input name="ref" type="hidden" value="<?=$url_referentiel;?>" />
27
		<input name="module" type="hidden" value="<?=$url_module;?>" />
27
		<input name="module" type="hidden" value="<?=$url_module;?>" />
28
		<input name="action" type="hidden" value="<?=$url_action;?>" />
28
		<input name="action" type="hidden" value="<?=$url_action;?>" />
Line 37... Line 37...
37
<div id="ref-rech-opt">
37
<div id="ref-rech-opt">
38
	<h2 id="ref-rech-opt-titre">Options de recherche</h2>
38
	<h2 id="ref-rech-opt-titre">Options de recherche</h2>
39
	<div id="ref-rech-opt-txt">
39
	<div id="ref-rech-opt-txt">
40
		<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
40
		<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
41
			<em>Exemples&nbsp;:</em>
41
			<em>Exemples&nbsp;:</em>
42
			<a href="<?=Recherche::getUrlExemple('acer')?>">Acer</a>, 
42
			<a href="<?=Recherche::getUrlRecherche('acer', 'bdnff')?>">Acer</a>, 
43
			<a href="<?=Recherche::getUrlExemple('2010')?>">2010</a>.</p>
43
			<a href="<?=Recherche::getUrlRecherche('2010', 'bdnff')?>">2010</a>.</p>
44
		<p>
44
		<p>
45
			Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue 
45
			Par défaut, la recherche est insensible à la casse (majuscule / minuscule) et s'effectue 
46
			en intercalant automatiquement le joker % avant et après la chaîne recherchée et entre chaque mot 
46
			en intercalant automatiquement le joker % avant et après la chaîne recherchée et entre chaque mot 
47
			de celle-ci.
47
			de celle-ci.
48
		</p>
48
		</p>
Line 50... Line 50...
50
			Le moteur de recherche permet aussi d'utiliser des opérateurs dans le texte recherché pour préciser 
50
			Le moteur de recherche permet aussi d'utiliser des opérateurs dans le texte recherché pour préciser 
51
			la requête. Vous les trouverez dans le tableau ci-dessous. Si vous souhaitez utiliser deux opérateurs 
51
			la requête. Vous les trouverez dans le tableau ci-dessous. Si vous souhaitez utiliser deux opérateurs 
52
			à la suite, ou un opérateur et un mot clé de votre choix pour faire une recherche croisée, séparez-les 
52
			à la suite, ou un opérateur et un mot clé de votre choix pour faire une recherche croisée, séparez-les 
53
			uniquement par un espace.<br />
53
			uniquement par un espace.<br />
54
			<em>Exemples&nbsp;:</em>
54
			<em>Exemples&nbsp;:</em>
55
			<a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a>,
55
			<a href="<?=Recherche::getUrlRecherche('an:2010', 'bdnff')?>">an:2010</a>,
56
			<a href="<?=Recherche::getUrlExemple('l. gen:aba')?>">l. gen:aba</a>,
56
			<a href="<?=Recherche::getUrlRecherche('l. gen:aba', 'bdnff')?>">l. gen:aba</a>,
57
			<a href="<?=Recherche::getUrlExemple('au:l. gen:aba')?>">au:l. gen:aba</a>,
57
			<a href="<?=Recherche::getUrlRecherche('au:l. gen:aba', 'bdnff')?>">au:l. gen:aba</a>,
58
			<a href="<?=Recherche::getUrlExemple('gen:scirpus tax:1')?>">gen:scirpus tax:1</a>.
58
			<a href="<?=Recherche::getUrlRecherche('gen:scirpus tax:1', 'bdnff')?>">gen:scirpus tax:1</a>.
59
		</p>
59
		</p>
Line 60... Line 60...
60
		
60
		
61
		<table> 
61
		<table> 
62
			<thead>
62
			<thead>
Line 72... Line 72...
72
				<tr>
72
				<tr>
73
					<td>sg:</td>
73
					<td>sg:</td>
74
					<td>Nom supra-générique</td>
74
					<td>Nom supra-générique</td>
75
					<td></td>
75
					<td></td>
76
					<td></td>
76
					<td></td>
77
					<td><a href="<?=Recherche::getUrlExemple('sg:Adiantaceae')?>">sg:Adiantaceae</a></td>
77
					<td><a href="<?=Recherche::getUrlRecherche('sg:Adiantaceae', 'bdnff')?>">sg:Adiantaceae</a></td>
78
				</tr>
78
				</tr>
79
				<tr>
79
				<tr>
80
					<td>gen:</td>
80
					<td>gen:</td>
81
					<td>Genre</td>
81
					<td>Genre</td>
82
					<td></td>
82
					<td></td>
83
					<td></td>
83
					<td></td>
84
					<td><a href="<?=Recherche::getUrlExemple('gen:abies')?>">gen:abies</a></td>
84
					<td><a href="<?=Recherche::getUrlRecherche('gen:abies', 'bdnff')?>">gen:abies</a></td>
85
				</tr>
85
				</tr>
86
				<tr>
86
				<tr>
87
					<td>sp:</td>
87
					<td>sp:</td>
88
					<td>Espèce</td>
88
					<td>Espèce</td>
89
					<td></td>
89
					<td></td>
90
					<td></td>
90
					<td></td>
91
					<td><a href="<?=Recherche::getUrlExemple('sp:maritimum')?>">
91
					<td><a href="<?=Recherche::getUrlRecherche('sp:maritimum', 'bdnff')?>">
92
						sp:maritimum</a></td>
92
						sp:maritimum</a></td>
93
				</tr>
93
				</tr>
94
				<tr>
94
				<tr>
95
					<td>ssp:</td>
95
					<td>ssp:</td>
96
					<td>Epithète infra-spécifique</td>
96
					<td>Epithète infra-spécifique</td>
97
					<td></td>
97
					<td></td>
98
					<td></td>
98
					<td></td>
99
					<td><a href="<?=Recherche::getUrlExemple('ssp:cuprina')?>">ssp:cuprina</a></td>
99
					<td><a href="<?=Recherche::getUrlRecherche('ssp:cuprina', 'bdnff')?>">ssp:cuprina</a></td>
100
				</tr>
100
				</tr>
101
				<tr>
101
				<tr>
102
					<td>au:</td>
102
					<td>au:</td>
103
					<td>Auteur</td>
103
					<td>Auteur</td>
104
					<td></td>
104
					<td></td>
105
					<td></td>
105
					<td></td>
106
					<td><a href="<?=Recherche::getUrlExemple('au:Tausch')?>">au:Tausch</a></td>
106
					<td><a href="<?=Recherche::getUrlRecherche('au:Tausch', 'bdnff')?>">au:Tausch</a></td>
107
				</tr>
107
				</tr>
108
				<tr>
108
				<tr>
109
					<td>an:</td>
109
					<td>an:</td>
110
					<td>Année</td>
110
					<td>Année</td>
111
					<td></td>
111
					<td></td>
112
					<td></td>
112
					<td></td>
113
					<td><a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a></td>
113
					<td><a href="<?=Recherche::getUrlRecherche('an:2010', 'bdnff')?>">an:2010</a></td>
114
				</tr>
114
				</tr>
115
				<tr>
115
				<tr>
116
					<td>nn:</td>
116
					<td>nn:</td>
117
					<td>Identifiant numérique unique du nom scientifique</td>
117
					<td>Identifiant numérique unique du nom scientifique</td>
118
					<td></td>
118
					<td></td>
119
					<td></td>
119
					<td></td>
120
					<td><a href="<?=Recherche::getUrlExemple('nn:1307')?>">nn:1307</a></td>
120
					<td><a href="<?=Recherche::getUrlRecherche('nn:1307', 'bdnff')?>">nn:1307</a></td>
121
				</tr>
121
				</tr>
122
				<tr>
122
				<tr>
123
					<td>bib:</td>
123
					<td>bib:</td>
124
					<td>Référence bibliographique de la publication d'origine du nom (sans l'année)</td>
124
					<td>Référence bibliographique de la publication d'origine du nom (sans l'année)</td>
125
					<td></td>
125
					<td></td>
126
					<td></td>
126
					<td></td>
127
					<td><a href="<?=Recherche::getUrlExemple('bib:Linnaea, 21 :')?>">bib:Linnaea, 21 :</a></td>
127
					<td><a href="<?=Recherche::getUrlRecherche('bib:Linnaea, 21 :', 'bdnff')?>">bib:Linnaea, 21 :</a></td>
128
				</tr>
128
				</tr>
129
				<tr>
129
				<tr>
130
					<td>nr:</td>
130
					<td>nr:</td>
131
					<td>Nom scientifique retenu pour désigner le taxon</td>
131
					<td>Nom scientifique retenu pour désigner le taxon</td>
132
					<td>0 ou 1.</td>
132
					<td>0 ou 1.</td>
133
					<td>Si 1, affiche uniquement les taxons dont le nom scientifique a été retenu.</td>
133
					<td>Si 1, affiche uniquement les taxons dont le nom scientifique a été retenu.</td>
134
					<td><a href="<?=Recherche::getUrlExemple('nr:1')?>">nr:1</a></td>
134
					<td><a href="<?=Recherche::getUrlRecherche('nr:1', 'bdnff')?>">nr:1</a></td>
135
				</tr>
135
				</tr>
136
				<tr>
136
				<tr>
137
					<td>tax:</td>
137
					<td>tax:</td>
138
					<td>Noms retenus et synonymes quand au moins un synonyme répond à la recherche</td>
138
					<td>Noms retenus et synonymes quand au moins un synonyme répond à la recherche</td>
139
					<td>0 ou 1.</td>
139
					<td>0 ou 1.</td>
140
					<td>Nécessite un autre terme de recherche (simple ou avancé). Retourne le nombre de noms retenus 
140
					<td>Nécessite un autre terme de recherche (simple ou avancé). Retourne le nombre de noms retenus 
141
					correspondants et affiche un nom suivi de ces synonymes.</td>
141
					correspondants et affiche un nom suivi de ces synonymes.</td>
142
					<td><a href="<?=Recherche::getUrlExemple('scirpus tax:1')?>">scirpus tax:1</a></td>
142
					<td><a href="<?=Recherche::getUrlRecherche('scirpus tax:1', 'bdnff')?>">scirpus tax:1</a></td>
143
				</tr>
143
				</tr>
144
			</tbody>
144
			</tbody>
145
		</table>
145
		</table>
146
		<p>Pour les opérateurs dont la valeur est un <em>texte libre</em> ou une <em>liste</em>, 
146
		<p>Pour les opérateurs dont la valeur est un <em>texte libre</em> ou une <em>liste</em>, 
147
			il est possible d'utiliser des jokers.
147
			il est possible d'utiliser des jokers.
148
			Ces "jokers" permettent de modifier la recherche.</p>
148
			Ces "jokers" permettent de modifier la recherche.</p>
149
		<p>Exemples&nbsp;: <a href="<?=Recherche::getUrlExemple('gen:a_n')?>">"gen:a_n"</a>
149
		<p>Exemples&nbsp;: <a href="<?=Recherche::getUrlRecherche('gen:a_n', 'bdnff')?>">"gen:a_n"</a>
150
		</p>
150
		</p>
151
		<table>
151
		<table>
152
			<thead>
152
			<thead>
153
				<tr>
153
				<tr>
154
					<th>Joker</th>
154
					<th>Joker</th>
Line 160... Line 160...
160
			<tbody>
160
			<tbody>
161
				<tr>
161
				<tr>
162
					<td>%</td>
162
					<td>%</td>
163
					<td>Texte libre</td>
163
					<td>Texte libre</td>
164
					<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
164
					<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
165
					<td><a href="<?=Recherche::getUrlExemple('"herbier %Abbé% Carondelet"')?>">
165
					<td><a href="<?=Recherche::getUrlRecherche('"herbier %Abbé% Carondelet"', 'bdnff')?>">
166
						"herbier %Abbé% Carondelet"</a></td>
166
						"herbier %Abbé% Carondelet"</a></td>
167
				</tr>
167
				</tr>
168
				<tr>
168
				<tr>
169
					<td>_</td>
169
					<td>_</td>
170
					<td>Texte libre</td>
170
					<td>Texte libre</td>
171
					<td>Remplace exactement un caractère</td>
171
					<td>Remplace exactement un caractère</td>
172
					<td><a href="<?=Recherche::getUrlExemple('p:"Jo_l"')?>">p:"Jo_l"</a></td>
172
					<td><a href="<?=Recherche::getUrlRecherche('p:"Jo_l"', 'bdnff')?>">p:"Jo_l"</a></td>
173
				</tr>
173
				</tr>
174
			</tbody>
174
			</tbody>
175
		</table>
175
		</table>
176
	</div>
176
	</div>
177
</div>
177
</div>