Subversion Repositories eFlore/Applications.cel-consultation

Rev

Rev 16 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aurelien 1
<!-- CEL_CONSULTATION - DEBUT RECHERCHE IMAGE -->
2
<div id="recherche_image">
3
	<h2> Recherche d'une image </h2>
3 aurelien 4
    <form method="get" action="?module=Image&amp;action=rechercherImage" id="form_recherche_image">
10 aurelien 5
    	<p> Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement ou l'email d'un utilisateur  </p>
6
 
3 aurelien 7
    	<label for="image_recherche">Recherche :</label>
2 aurelien 8
    	<input type="text" name="image_recherche" id="image_recherche" value="<?= $criteres ?>" />
9
    	<input type="hidden" id="module" name="module" value="Image" />
10
    	<input type="hidden" id="action" name="action" value="rechercherImage" />
11
    	<input type="submit" value="Valider" />
12
    </form>
13
</div>
14
<hr style="clear:both;visibility:hidden;" />
3 aurelien 15
<a href="#" id="afficher_cacher_aide"> Afficher l'aide </a>
4 aurelien 16
<div id="ref-rech-opt">
3 aurelien 17
	<h2 id="ref-rech-opt-titre">Options de recherche</h2>
18
	<div id="ref-rech-opt-txt">
19
 
20
		<p>
21
			La recherche avancée permet de préciser la requête en associant des opérateurs au(x) terme(s) recherché(s). Les opérateurs sont listés dans
22
			le tableau ci-dessous. <br />
23
		</p>
24
 
25
		<table class="largeur-14">
26
			<thead>
27
				<tr>
28
					<th class="largeur-01">Opérateur</th>
29
					<th class="largeur-10">Signification</th>
30
					<th class="largeur-03">Exemples</th>
31
				</tr>
32
			</thead>
33
			<tbody>
34
 
35
				<tr>
36
					<td>taxon:</td>
37
					<td>Nom scientifique ou une partie de nom</td>
38
					<td><a href="http://www.tela-botanica.org/page:cel_galerie?module=Image&amp;action=rechercherImage&amp;image_recherche=taxon:Ornithogalum%2520umbellatum%2520L.">taxon:Ornithogalum umbellatum L.</a></td>
39
				</tr>
40
				<tr>
41
					<td>commune:</td>
42
					<td>Commune</td>
43
					<td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=Montpellier&amp;module=Image&amp;action=rechercherImage">commune:Montpellier</a></td>
44
				</tr>
45
				<tr>
16 aurelien 46
					<td>dept:</td>
17 gduche 47
					<td>Code de departement sur 2 chiffres</td>
16 aurelien 48
					<td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=dept%3A34&amp;module=Image&amp;action=rechercherImage">dept:34</a></td>
3 aurelien 49
				</tr>
50
				<tr>
51
					<td>auteur:</td>
52
					<td>Email de l'auteur de l'observation</td>
53
					<td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=auteur%3Ajpm%40tela-botanica.org&amp;module=Image&amp;action=rechercherImage">auteur:jpm@tela-botanica.org</a></td>
54
				</tr>
55
			</tbody>
56
		</table>
57
		<p>
58
			Pour chacune des recherches mentionnées, vous pouvez entrer un mot entier ou bien une partie de mot (ex. commune:Montpellier ou commune:Mont) afin d'élargir les résultats
59
		</p>
60
		<p>
61
			Pour faire une recherche croisée, séparez les criteres uniquement par un + (sans espaces).<br />
62
			<em>Exemple&nbsp;:</em>
63
 
17 gduche 64
			<a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=taxon%3ATrifolium%2Bdepartement%3A34&amp;module=Image&amp;action=rechercherImage">taxon:Trifolium+departement:34</a>
3 aurelien 65
			<br /><br /><br />
66
			Des "jokers" permettent d'élargir la recherche.
67
		</p>
68
		<table class="largeur-14">
69
			<thead>
70
 
71
				<tr>
72
					<th class="largeur-01">Joker</th>
73
					<th class="largeur-10">Explication</th>
74
					<th class="largeur-03">Exemples</th>
75
				</tr>
76
			</thead>
77
			<tbody>
78
 
79
				<tr>
80
					<td>%</td>
81
					<td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
82
					<td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=%25ignan&amp;module=Image&amp;action=rechercherImage">
83
						%ignan</a></td>
84
				</tr>
85
				<tr>
86
 
87
					<td>_</td>
88
					<td>Remplace exactement un caractère (possibilité d'en mettre plusieurs à la suite)</td>
89
					<td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=____ignan&amp;module=Image&amp;action=rechercherImage">____ignan</a></td>
90
				</tr>
91
			</tbody>
92
		</table>
93
	</div>
94
 
95
</div>
96
 
97
<hr style="clear:both;visibility:hidden;" />
2 aurelien 98
<!-- CEL_CONSULTATION - FIN RECHERCHE IMAGE -->