709 |
aurelien |
1 |
<div class="importance1">
|
755 |
aurelien |
2 |
<div class="gauche telechargements_pdf">
|
709 |
aurelien |
3 |
<h2>Téléchargements</h2>
|
|
|
4 |
<div class="conteneur_telechargements">
|
|
|
5 |
<?= $export_pdf; ?>
|
|
|
6 |
</div>
|
1065 |
aurelien |
7 |
<h2>Fiche mobile SmartFlore :</h2>
|
|
|
8 |
<div class="conteneur_permalien_mobile">
|
|
|
9 |
<span>Fiche mobile SmartFlore :</span>
|
|
|
10 |
<span class="description">
|
|
|
11 |
<a class="lien_externe" href="<?= $mobile; ?>" title="voir la version mobile de ce taxon (s'ouvre dans une nouvelle fenêtre)">
|
|
|
12 |
Version nomade
|
|
|
13 |
</a>
|
|
|
14 |
</span>
|
|
|
15 |
</div>
|
|
|
16 |
<div class="conteneur_permalien_mobile">
|
|
|
17 |
<span>QR code :</span>
|
1339 |
aurelien |
18 |
<a class="lien_telechargement_qr_code" target="_blank" href="<?= $qr_code_png; ?>">QR code</a>
|
1065 |
aurelien |
19 |
</div>
|
709 |
aurelien |
20 |
</div>
|
755 |
aurelien |
21 |
<div class="droite infos_liens_permanents">
|
709 |
aurelien |
22 |
<h2>Informations :</h2>
|
1224 |
delphine |
23 |
<div class="gauche telechargements_pdf">
|
709 |
aurelien |
24 |
<div class="conteneur_permalien">Numéro nomenclatural : <?= $nn ?></div>
|
|
|
25 |
<div class="conteneur_permalien">Numéro taxonomique : <?= $nt ?></div>
|
1224 |
delphine |
26 |
</div>
|
|
|
27 |
<div class="droite infos_liens_permanents">
|
|
|
28 |
<div class="conteneur_permalien">Numéro nomenclatural du nom retenu : <?= $nnr ?></div>
|
1232 |
delphine |
29 |
<?php if(isset($inpn) && $inpn != "0") : ?><div class="conteneur_permalien">Numéro INPN : <?= $inpn ?></div><? endif; ?>
|
1224 |
delphine |
30 |
</div>
|
|
|
31 |
<hr class="nettoyage" />
|
|
|
32 |
|
709 |
aurelien |
33 |
<h2>Liens permanents :</h2>
|
|
|
34 |
<div class="conteneur_permalien">
|
990 |
isa |
35 |
<span>Nom sélectionné :</span>
|
|
|
36 |
<span class="conteneur_permalien">
|
1246 |
aurelien |
37 |
<a id="permalien_num_nom" class="lien_externe" href="<?=htmlentities($permalien_num_nom)?>" title="Lien permanent vers <?=$nom_retenu;?>">
|
990 |
isa |
38 |
<?=htmlentities($permalien_num_nom)?>
|
|
|
39 |
</a>
|
|
|
40 |
</span>
|
709 |
aurelien |
41 |
</div>
|
757 |
mathilde |
42 |
<!-- <div class="conteneur_permalien">
|
990 |
isa |
43 |
<span class="titre_lien_permanent">Taxon :</span>
|
|
|
44 |
<span>
|
|
|
45 |
<a class="lien_externe" href="<?=htmlentities($permalien_taxon)?>" title="Lien permanent vers ce taxon">
|
|
|
46 |
<?=htmlentities($permalien_taxon)?>
|
|
|
47 |
</a>
|
|
|
48 |
</span>
|
757 |
mathilde |
49 |
</div> -->
|
709 |
aurelien |
50 |
<div class="conteneur_permalien">
|
990 |
isa |
51 |
<span>Fiche wikipedia :</span>
|
|
|
52 |
<span class="description conteneur_permalien">
|
1246 |
aurelien |
53 |
<a id="permalien_wikipedia" class="lien_externe" href="<?=htmlentities($wikipedia['lien'])?>" title="voir la page de ce taxon sur wikipedia (s'ouvre dans une nouvelle fenêtre)">
|
990 |
isa |
54 |
<?=htmlentities($wikipedia['lien'])?>
|
|
|
55 |
</a>
|
|
|
56 |
</span>
|
709 |
aurelien |
57 |
</div>
|
|
|
58 |
<div class="conteneur_permalien">
|
990 |
isa |
59 |
<span>Fiche wikini :</span>
|
|
|
60 |
<span class="description conteneur_permalien">
|
1246 |
aurelien |
61 |
<a id="permalien_wikini" class="lien_externe" href="<?=htmlentities($wiki)?>" title="voir la page de ce taxon sur le wiki flora (s'ouvre dans une nouvelle fenêtre)">
|
990 |
isa |
62 |
<?=htmlentities($wiki)?>
|
|
|
63 |
</a>
|
|
|
64 |
</span>
|
709 |
aurelien |
65 |
</div>
|
|
|
66 |
</div>
|
|
|
67 |
<hr class="nettoyage" />
|
1461 |
mathias |
68 |
<div class="acceder-outil">Recherchez ce nom sur les sites
|
|
|
69 |
<a href="http://inpn.mnhn.fr/espece/listeEspeces/<?=htmlentities($nom_retenu)?>/" target="_blank">
|
|
|
70 |
<img src="<?=$baseUrlIco?>presentations/images/sites/inpn.png" alt="INPN" title="Rechercher dans Inventaire National du Patrimoine Naturel" />
|
|
|
71 |
</a>
|
|
|
72 |
<a href="http://siflore.fcbn.fr/?cd_ref=<?=$inpn?>&r=metro" target="_blank">
|
|
|
73 |
<img src="<?=$baseUrlIco?>presentations/images/sites/siflore.png" alt="SI Flore" title="Rechercher dans SI Flore de la FCBN" />
|
|
|
74 |
</a>
|
|
|
75 |
<a href="http://www.theplantlist.org/tpl/search?q=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
76 |
<img src="<?=$baseUrlIco?>presentations/images/sites/tpl.png" alt="The Plant List"
|
|
|
77 |
title="Rechercher dans The Plant List"/>
|
|
|
78 |
</a>
|
|
|
79 |
<a href="http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=<?=htmlentities($nom_retenu)?>&output_format=normal&query_type=by_query&back_page=query_ipni.html" target="_blank">
|
|
|
80 |
<img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
|
|
|
81 |
</a>
|
|
|
82 |
<a href="http://plants.jstor.org/search?plantName=%22<?=htmlentities($nom_retenu)?>%22&syn=1" target="_blank">
|
|
|
83 |
<img src="<?=$baseUrlIco?>presentations/images/sites/jstor.png" alt="JSTOR Plant Science" title="Rechercher dans JSTOR Plant Science" />
|
|
|
84 |
</a>
|
|
|
85 |
<a href="http://www.anbg.gov.au/cgi-bin/apni?TAXON_NAME=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
86 |
<img src="<?=$baseUrlIco?>presentations/images/sites/anbg.png" alt="Australian Plant Name Index" title="Rechercher dans Australian Plant Name Index" />
|
|
|
87 |
</a>
|
|
|
88 |
<a href="http://sweetgum.nybg.org/vh/specimen_list.php?QueryName=BasicQuery&QueryPage=http%3A%2F%2Fsciweb.nybg.org%2Fscience2%2Fvii2.asp&Restriction=NybRecordType+%3D+%27Specimen%27&StartAt=1&any=SummaryData%7CAdmWebMetadata&QueryOption=any&Submit=Search&QueryTerms=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
89 |
<img src="<?=$baseUrlIco?>presentations/images/sites/nybg.png" alt="NYBG Virtual Herbarium" title="Rechercher dans NYBG Virtual Herbarium" />
|
|
|
90 |
</a>
|
|
|
91 |
<a href="http://collections.mnh.si.edu/search/botany/?qt=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
92 |
<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" />
|
|
|
93 |
</a>
|
|
|
94 |
<a href="http://herbarium.univie.ac.at/database/search.php?taxon=<?=htmlentities($nom_retenu)?>&search=1" target="_blank">
|
|
|
95 |
<img src="<?=$baseUrlIco?>presentations/images/sites/vha.png" alt="Virtual Herbaria Austria" title="Rechercher dans Virtual Herbaria Austria" />
|
|
|
96 |
</a>
|
|
|
97 |
<a href="http://swbiodiversity.org/seinet/taxa/index.php?taxon=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
98 |
<img src="<?=$baseUrlIco?>presentations/images/sites/seinet.png" alt="SEINet" title="Rechercher dans SEINet" />
|
|
|
99 |
</a>
|
|
|
100 |
<a href="http://www.ville-ge.ch/musinfo/bd/cjb/africa/resultat.php?efFamille=&projet%5B%5D=FSA&projet%5B%5D=FTA&projet%5B%5D=FNA&projet%5B%5D=BDM&langue=en&pbRecherche=Rechercher&efNom=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
101 |
<img src="<?=$baseUrlIco?>presentations/images/sites/cjb.png" alt="African Plants Database" title="Rechercher dans African Plants Database du Jardin Botanique de Genève" />
|
|
|
102 |
</a>
|
|
|
103 |
<a href="http://www.tropicos.org/NameSearch.aspx?name=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
104 |
<img src="<?=$baseUrlIco?>presentations/images/sites/tropicos.png" alt="Tropicos" title="Rechercher dans Tropicos" />
|
|
|
105 |
</a>
|
|
|
106 |
<a href="https://science.mnhn.fr/institution/mnhn/collection/p/item/list?full_text=<?=htmlentities($nom_retenu)?>" target="_blank">
|
|
|
107 |
<img src="<?=$baseUrlIco?>presentations/images/sites/mnhn.png" alt="MNHN" title="Rechercher dans Muséum national d'Histoire naturelle" />
|
|
|
108 |
</a>
|
|
|
109 |
<? if ($referentiel == "bdtxa") : ?>
|
|
|
110 |
<a href="http://collections.antilles.inra.fr/initCard.do?idEntityValue1=<?=htmlentities($nom_retenu);?>&idEntityValue2=&idEntityValue3=&idEntity=21" target="_blank">
|
|
|
111 |
<img src="<?=$baseUrlIco?>presentations/images/sites/antilles.png" alt="INRA Antilles" title="Rechercher dans collections INRA Antilles" />
|
|
|
112 |
</a>
|
|
|
113 |
<? endif; ?>
|
|
|
114 |
</div>
|
|
|
115 |
|
|
|
116 |
|
1271 |
aurelien |
117 |
<script type="text/javascript">
|
|
|
118 |
$.event.trigger('ficheSyntheseChargee');
|
|
|
119 |
</script>
|
709 |
aurelien |
120 |
</div>
|