Subversion Repositories eFlore/Applications.cel-consultation

Rev

Rev 16 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<!-- CEL_CONSULTATION - DEBUT RECHERCHE IMAGE -->
<div id="recherche_image">
        <h2> Recherche d'une image </h2>
    <form method="get" action="?module=Image&amp;action=rechercherImage" id="form_recherche_image">
        <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>
    
        <label for="image_recherche">Recherche :</label>
        <input type="text" name="image_recherche" id="image_recherche" value="<?= $criteres ?>" />      
        <input type="hidden" id="module" name="module" value="Image" />
        <input type="hidden" id="action" name="action" value="rechercherImage" />
        <input type="submit" value="Valider" />
    </form>
</div>
<hr style="clear:both;visibility:hidden;" />
<a href="#" id="afficher_cacher_aide"> Afficher l'aide </a>
<div id="ref-rech-opt">
        <h2 id="ref-rech-opt-titre">Options de recherche</h2>
        <div id="ref-rech-opt-txt">

                <p>
                        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 
                        le tableau ci-dessous. <br />
                </p>
                
                <table class="largeur-14"> 
                        <thead>
                                <tr>
                                        <th class="largeur-01">Opérateur</th>
                                        <th class="largeur-10">Signification</th>
                                        <th class="largeur-03">Exemples</th>
                                </tr>
                        </thead>
                        <tbody>

                                <tr>
                                        <td>taxon:</td>
                                        <td>Nom scientifique ou une partie de nom</td>
                                        <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>
                                </tr>
                                <tr>
                                        <td>commune:</td>
                                        <td>Commune</td>
                                        <td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=Montpellier&amp;module=Image&amp;action=rechercherImage">commune:Montpellier</a></td>
                                </tr>
                                <tr>
                                        <td>dept:</td>
                                        <td>Code de departement sur 2 chiffres</td>
                                        <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>
                                </tr>
                                <tr>
                                        <td>auteur:</td>
                                        <td>Email de l'auteur de l'observation</td>
                                        <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>
                                </tr>
                        </tbody>
                </table>
                <p> 
                        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
                </p>
                <p>
                        Pour faire une recherche croisée, séparez les criteres uniquement par un + (sans espaces).<br />
                        <em>Exemple&nbsp;:</em>

                        <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>
                        <br /><br /><br />
                        Des "jokers" permettent d'élargir la recherche.
                </p>
                <table class="largeur-14">
                        <thead>

                                <tr>
                                        <th class="largeur-01">Joker</th>
                                        <th class="largeur-10">Explication</th>
                                        <th class="largeur-03">Exemples</th>
                                </tr>
                        </thead>
                        <tbody>

                                <tr>
                                        <td>%</td>
                                        <td>Remplace n'importe quel nombre de caractères, y compris aucun.</td>
                                        <td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=%25ignan&amp;module=Image&amp;action=rechercherImage">
                                                %ignan</a></td>
                                </tr>
                                <tr>

                                        <td>_</td>
                                        <td>Remplace exactement un caractère (possibilité d'en mettre plusieurs à la suite)</td>
                                        <td><a href="http://www.tela-botanica.org/page:cel_galerie?image_recherche=____ignan&amp;module=Image&amp;action=rechercherImage">____ignan</a></td>
                                </tr>
                        </tbody>
                </table>
        </div>

</div>

<hr style="clear:both;visibility:hidden;" />
<!-- CEL_CONSULTATION - FIN RECHERCHE IMAGE -->