Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 931 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<p>
Rechercher sur 
        <a href="http://www.theplantlist.org/tpl/search?q=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/tpl.png" alt="The Plant List" 
                        title="Rechercher dans The Plant List"/>
        </a>
        <a href="http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=<?=htmlentities($masqueRecherche)?>&amp;output_format=normal&amp;query_type=by_query&amp;back_page=query_ipni.html">
                <img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
        </a>
        <a href="http://plants.jstor.org/search?plantName=%22<?=htmlentities($masqueRecherche)?>%22&amp;syn=1">
                <img src="<?=$baseUrlIco?>presentations/images/sites/jstor.png" alt="JSTOR Plant Science" title="Rechercher dans JSTOR Plant Science" />
        </a>
        <a href="http://coldb.mnhn.fr/Consultation?filtre=motif&amp;motif=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/mnhn.png" alt="Muséum national d'Histoire naturelle" title="Rechercher dans Muséum national d'Histoire naturelle" />
        </a>
        <a href="http://www.anbg.gov.au/cgi-bin/apni?TAXON_NAME=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/anbg.png" alt="Australian Plant Name Index" title="Rechercher dans Australian Plant Name Index" />
        </a>
        <a href="http://sweetgum.nybg.org/vh/specimen_list.php?QueryName=BasicQuery&amp;QueryPage=http%3A%2F%2Fsciweb.nybg.org%2Fscience2%2Fvii2.asp&amp;Restriction=NybRecordType+%3D+%27Specimen%27&amp;StartAt=1&amp;any=SummaryData%7CAdmWebMetadata&amp;QueryOption=any&amp;Submit=Search&amp;QueryTerms=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/nybg.png" alt="NYBG Virtual Herbarium" title="Rechercher dans NYBG Virtual Herbarium" />
        </a>
        <a href="http://collections.mnh.si.edu/search/botany/?qt=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/si.png" alt="Type Specimen Register of the U.S. National Herbarium" title="Rechercher dans Type Specimen Register of the U.S. National Herbarium" />
        </a>
        <a href="http://herbarium.univie.ac.at/database/search.php?taxon=<?=htmlentities($masqueRecherche)?>&amp;search=1">
                <img src="<?=$baseUrlIco?>presentations/images/sites/vha.png" alt="Virtual Herbaria Austria" title="Rechercher dans Virtual Herbaria Austria" />
        </a>    
        <a href="http://swbiodiversity.org/seinet/taxa/index.php?taxon=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/seinet.png" alt="SEINet" title="Rechercher dans SEINet" />
        </a>
        <a href="http://www.ville-ge.ch/musinfo/bd/cjb/africa/resultat.php?efFamille=&amp;projet%5B%5D=FSA&amp;projet%5B%5D=FTA&amp;projet%5B%5D=FNA&amp;projet%5B%5D=BDM&amp;langue=en&amp;pbRecherche=Rechercher&amp;efNom=<?=htmlentities($masqueRecherche)?>">
                <img src="<?=$baseUrlIco?>presentations/images/sites/cjb.png" alt="African Plants Database" title="Rechercher dans African Plants Database du Jardin Botanique de Genève" />
        </a>
</p>
<table id="ef-resultats-decomposition"> 
        <thead>
                <tr>
                        <th id="col-ns">Nom scientifique</th>
                        <th>Auteur</th>
                        <th>Année</th>
                        <th>Référence bibliographique</th>
                        <th title="Commentaires nomenclaturaux ou taxonomiques concernant le nom scientifique">Nom addendum</th>
                        <th title="Identifiant numérique du nom scientifique">N° nom</th>
                </tr>
        </thead>
        <tbody>
        <? $i = 1 ?>
        <? foreach ($noms as $nom) : ?>
                <tr 
                        class="<?=$nom['retenu'] === 'true' ? 'retenu' : 'synonyme' ?>" 
                        title="Ligne #<?=$i++?>">
                        <td>
                                <? if ($nom['retenu'] !== 'absent') :  ?>
                                        <a href="<?=$nom['urlFiche']?>"><?=$nom['nomSci']?></a>
                                <? else : ?><?=$nom['nomSci']?>
                                <? endif; ?>
                        </td>
                        <td><?=$nom['auteur']?></td>
                        <td><?=$nom['annee']?></td>
                        <td><?=$nom['biblio']?></td>
                        <td><?=$nom['addendum']?></td>
                        <td><?=$nom['nn']?></td>
                </tr>
        <? endforeach; ?>
        </tbody>
</table>