Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 73 → Rev 74

/trunk/interfaces/squelettes/moteur.tpl.html
20,7 → 20,7
});
});
</script>
<h2>Consultation du référentiel</h2>
<h1>Consultation du référentiel <?=$url_referentiel?></h1>
<form id="ref-form" name="ref-form" action="<?=$url_form;?>" method="get">
<p>
<input name="ref" type="hidden" value="<?=$url_referentiel;?>" />
39,8 → 39,8
<div id="ref-rech-opt-txt">
<p>Le moteur de recherche permet de faire une recherche libre sur un mot, une expression ou un acronyme.<br />
<em>Exemples&nbsp;:</em>
<a href="<?=Recherche::getUrlExemple('acer')?>">Acer</a>,
<a href="<?=Recherche::getUrlExemple('2010')?>">2010</a>.</p>
<a href="<?=Recherche::getUrlRecherche('acer', 'bdnff')?>">Acer</a>,
<a href="<?=Recherche::getUrlRecherche('2010', 'bdnff')?>">2010</a>.</p>
<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 chaîne recherchée et entre chaque mot
52,10 → 52,10
à la suite, ou un opérateur et un mot clé de votre choix pour faire une recherche croisée, séparez-les
uniquement par un espace.<br />
<em>Exemples&nbsp;:</em>
<a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a>,
<a href="<?=Recherche::getUrlExemple('l. gen:aba')?>">l. gen:aba</a>,
<a href="<?=Recherche::getUrlExemple('au:l. gen:aba')?>">au:l. gen:aba</a>,
<a href="<?=Recherche::getUrlExemple('gen:scirpus tax:1')?>">gen:scirpus tax:1</a>.
<a href="<?=Recherche::getUrlRecherche('an:2010', 'bdnff')?>">an:2010</a>,
<a href="<?=Recherche::getUrlRecherche('l. gen:aba', 'bdnff')?>">l. gen:aba</a>,
<a href="<?=Recherche::getUrlRecherche('au:l. gen:aba', 'bdnff')?>">au:l. gen:aba</a>,
<a href="<?=Recherche::getUrlRecherche('gen:scirpus tax:1', 'bdnff')?>">gen:scirpus tax:1</a>.
</p>
<table>
74,7 → 74,7
<td>Nom supra-générique</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('sg:Adiantaceae')?>">sg:Adiantaceae</a></td>
<td><a href="<?=Recherche::getUrlRecherche('sg:Adiantaceae', 'bdnff')?>">sg:Adiantaceae</a></td>
</tr>
<tr>
<td>gen:</td>
81,7 → 81,7
<td>Genre</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('gen:abies')?>">gen:abies</a></td>
<td><a href="<?=Recherche::getUrlRecherche('gen:abies', 'bdnff')?>">gen:abies</a></td>
</tr>
<tr>
<td>sp:</td>
88,7 → 88,7
<td>Espèce</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('sp:maritimum')?>">
<td><a href="<?=Recherche::getUrlRecherche('sp:maritimum', 'bdnff')?>">
sp:maritimum</a></td>
</tr>
<tr>
96,7 → 96,7
<td>Epithète infra-spécifique</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('ssp:cuprina')?>">ssp:cuprina</a></td>
<td><a href="<?=Recherche::getUrlRecherche('ssp:cuprina', 'bdnff')?>">ssp:cuprina</a></td>
</tr>
<tr>
<td>au:</td>
103,7 → 103,7
<td>Auteur</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('au:Tausch')?>">au:Tausch</a></td>
<td><a href="<?=Recherche::getUrlRecherche('au:Tausch', 'bdnff')?>">au:Tausch</a></td>
</tr>
<tr>
<td>an:</td>
110,7 → 110,7
<td>Année</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('an:2010')?>">an:2010</a></td>
<td><a href="<?=Recherche::getUrlRecherche('an:2010', 'bdnff')?>">an:2010</a></td>
</tr>
<tr>
<td>nn:</td>
117,7 → 117,7
<td>Identifiant numérique unique du nom scientifique</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('nn:1307')?>">nn:1307</a></td>
<td><a href="<?=Recherche::getUrlRecherche('nn:1307', 'bdnff')?>">nn:1307</a></td>
</tr>
<tr>
<td>bib:</td>
124,7 → 124,7
<td>Référence bibliographique de la publication d'origine du nom (sans l'année)</td>
<td></td>
<td></td>
<td><a href="<?=Recherche::getUrlExemple('bib:Linnaea, 21 :')?>">bib:Linnaea, 21 :</a></td>
<td><a href="<?=Recherche::getUrlRecherche('bib:Linnaea, 21 :', 'bdnff')?>">bib:Linnaea, 21 :</a></td>
</tr>
<tr>
<td>nr:</td>
131,7 → 131,7
<td>Nom scientifique retenu pour désigner le taxon</td>
<td>0 ou 1.</td>
<td>Si 1, affiche uniquement les taxons dont le nom scientifique a été retenu.</td>
<td><a href="<?=Recherche::getUrlExemple('nr:1')?>">nr:1</a></td>
<td><a href="<?=Recherche::getUrlRecherche('nr:1', 'bdnff')?>">nr:1</a></td>
</tr>
<tr>
<td>tax:</td>
139,7 → 139,7
<td>0 ou 1.</td>
<td>Nécessite un autre terme de recherche (simple ou avancé). Retourne le nombre de noms retenus
correspondants et affiche un nom suivi de ces synonymes.</td>
<td><a href="<?=Recherche::getUrlExemple('scirpus tax:1')?>">scirpus tax:1</a></td>
<td><a href="<?=Recherche::getUrlRecherche('scirpus tax:1', 'bdnff')?>">scirpus tax:1</a></td>
</tr>
</tbody>
</table>
146,7 → 146,7
<p>Pour les opérateurs dont la valeur est un <em>texte libre</em> ou une <em>liste</em>,
il est possible d'utiliser des jokers.
Ces "jokers" permettent de modifier la recherche.</p>
<p>Exemples&nbsp;: <a href="<?=Recherche::getUrlExemple('gen:a_n')?>">"gen:a_n"</a>
<p>Exemples&nbsp;: <a href="<?=Recherche::getUrlRecherche('gen:a_n', 'bdnff')?>">"gen:a_n"</a>
</p>
<table>
<thead>
162,7 → 162,7
<td>%</td>
<td>Texte libre</td>
<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
<td><a href="<?=Recherche::getUrlExemple('"herbier %Abbé% Carondelet"')?>">
<td><a href="<?=Recherche::getUrlRecherche('"herbier %Abbé% Carondelet"', 'bdnff')?>">
"herbier %Abbé% Carondelet"</a></td>
</tr>
<tr>
169,7 → 169,7
<td>_</td>
<td>Texte libre</td>
<td>Remplace exactement un caractère</td>
<td><a href="<?=Recherche::getUrlExemple('p:"Jo_l"')?>">p:"Jo_l"</a></td>
<td><a href="<?=Recherche::getUrlRecherche('p:"Jo_l"', 'bdnff')?>">p:"Jo_l"</a></td>
</tr>
</tbody>
</table>