Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1390 | Rev 1460 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1390 Rev 1391
1
<div class="onglet_contenu" id="nomenclature">
1
<div class="onglet_contenu" id="nomenclature">
2
	<h2>Nom retenu <?php if (trim($date_maj) != "") : ?> (taxon modifié le : <?= $date_maj ?>)<? endif; ?></h2>
2
	<h2>Nom retenu <?php if (trim($date_maj) != "") : ?> (taxon modifié le : <?= $date_maj ?>)<? endif; ?></h2>
3
	<div style="float:right">
3
	<div style="float:right">
4
		<div class="legende">
4
		<div class="legende">
5
			<b>Légende</b><br />
5
			<b>Légende</b><br />
6
			<span class="legende_nom_retenu couleur_legende" style="margin:8px 5px 0 0"></span><span>Nom sélectionné</span>
6
			<span class="legende_nom_retenu couleur_legende" style="margin:8px 5px 0 0"></span><span>Nom sélectionné</span>
7
			<br />
7
			<br />
-
 
8
			<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />Lien vers diagnose
-
 
9
			<br />
8
			<div class="imagettePlus"></div>Afficher la biblio
10
			<div class="imagettePlus"></div>Afficher la biblio
9
			<br />
11
			<br />
10
			<div class="imagetteMoins"></div>Masquer la biblio
12
			<div class="imagetteMoins"></div>Masquer la biblio
11
		</div>
13
		</div>
12
		<div style="padding:5px 10px; display:none" id="plieur">
14
		<div style="padding:5px 10px; display:none" id="plieur">
13
			<a class="lien_tout_deplier" href="#">Tout déplier</a> | <a class="lien_tout_plier" href="#">Tout plier</a>
15
			<a class="lien_tout_deplier" href="#">Tout déplier</a> | <a class="lien_tout_plier" href="#">Tout plier</a>
14
		</div>
16
		</div>
15
	</div>
17
	</div>
16
	<div class="onglet_marge_gauche">
18
	<div class="onglet_marge_gauche">
17
		<span class="nom retenu <?= ($nom_selectionne == $nom_retenu_formate) ? 'surlignage' : '' ?>">
19
		<span class="nom retenu <?= ($nom_selectionne == $nom_retenu_formate) ? 'surlignage' : '' ?>">
-
 
20
			<?if ($nom_retenu_source != '') { ?>
-
 
21
				<a class="lien_biblio_ext" href="<?=$nom_retenu_source?>" target="_blank" title="Voir la diagnose en ligne">
-
 
22
				<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
-
 
23
			</a> 
-
 
24
						<? } ?>
18
			<a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($nom_retenu_nn,'nom_scientifique'); ?>">
25
			<a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($nom_retenu_nn,'nom_scientifique'); ?>">
19
				<?= $nom_retenu_formate ?>
26
				<?= $nom_retenu_formate ?>
20
			</a>
27
			</a>
21
		</span>
28
		</span>
22
	</div>
29
	</div>
23
	<?php if($basionyme_nom_retenu != null && $basionyme_nom_retenu != '') { ?>
30
	<?php if($basionyme_nom_retenu != null && $basionyme_nom_retenu != '') { ?>
24
			<div class="nom onglet_marge_gauche basionyme_complet">
31
			<div class="nom onglet_marge_gauche basionyme_complet">
25
				Basionyme :
32
				Basionyme :
26
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme_nom_retenu_nn,'nom_scientifique'); ?>">
33
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme_nom_retenu_nn,'nom_scientifique'); ?>">
27
					<?= $basionyme_nom_retenu ?>
34
					<?= $basionyme_nom_retenu ?>
28
				</a>
35
				</a>
29
			</div>
36
			</div>
30
	<?php } ?>
37
	<?php } ?>
31
	
38
	
32
	<?php if($hybride_parent_01 != null && $hybride_parent_01 != '') { ?>
39
	<?php if($hybride_parent_01 != null && $hybride_parent_01 != '') { ?>
33
	Hybride de :<br />
40
	Hybride de :<br />
34
		Parent 1 : <span class="nom">
41
		Parent 1 : <span class="nom">
35
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_01_nn,'nom_scientifique'); ?>">
42
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_01_nn,'nom_scientifique'); ?>">
36
				<?= $hybride_parent_01 ?>
43
				<?= $hybride_parent_01 ?>
37
			</a>
44
			</a>
38
		</span><br />
45
		</span><br />
39
		Parent 2 : <span class="nom">
46
		Parent 2 : <span class="nom">
40
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_02_nn,'nom_scientifique'); ?>">
47
			<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_02_nn,'nom_scientifique'); ?>">
41
				<?= $hybride_parent_02 ?>
48
				<?= $hybride_parent_02 ?>
42
			</a>
49
			</a>
43
		</span>
50
		</span>
44
	<?php } ?>
51
	<?php } ?>
45
	
52
	
46
	<h2>Synonymes</h2>
53
	<h2>Synonymes</h2>
47
	<br />
54
	<br />
48
	<?php if(is_array($synonymes['noms']) && count($synonymes['noms']) > 0) { ?>
55
	<?php if(is_array($synonymes['noms']) && count($synonymes['noms']) > 0) { ?>
49
		<?php foreach ($synonymes['noms'] as $id_b => $basionyme) : ?>
56
		<?php foreach ($synonymes['noms'] as $id_b => $basionyme) : ?>
50
			<span class="nom basionyme_complet">
57
			<span class="nom basionyme_complet">
51
			<?php if($id_b != 'basionyme_inconnu') { ?>
58
			<?php if($id_b != 'basionyme_inconnu') { ?>
-
 
59
				<?if ($basionyme['source_biblio'] != '') { ?>
-
 
60
					<a class="lien_biblio_ext" href="<?=$basionyme['source_biblio']?>" target="_blank" title="Voir la diagnose en ligne">
-
 
61
						<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
-
 
62
					</a> 
-
 
63
				<? } ?>
52
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme['infos_basionyme']['basionyme.id'],'nom_scientifique'); ?>">
64
				<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme['infos_basionyme']['basionyme.id'],'nom_scientifique'); ?>">
53
					<?= isset($basionyme['infos_basionyme']['basionyme_html_complet']) ? "Basionyme : ".$basionyme['infos_basionyme']['basionyme_html_complet'] : ''; ?>
65
					<?= isset($basionyme['infos_basionyme']['basionyme_html_complet']) ? "Basionyme : ".$basionyme['infos_basionyme']['basionyme_html_complet'] : ''; ?>
54
				</a>
66
				</a>
55
			<?php } else { ?>
67
			<?php } else { ?>
56
				Noms dont le basionyme est inconnu
68
				Noms dont le basionyme est inconnu
57
			<?php } ?>
69
			<?php } ?>
58
			</span>
70
			</span>
59
			<ul class="liste_synonymes_basionyme">
71
			<ul class="liste_synonymes_basionyme">
60
			<?php foreach ($basionyme['synonymes'] as $id => $synonyme) : ?>
72
			<?php foreach ($basionyme['synonymes'] as $id => $synonyme) : ?>
61
				<?php if($id_b != $id) { ?>
73
				<?php if($id_b != $id) { ?>
62
					<li class="item_nomenclature">
74
					<li class="item_nomenclature">
63
						<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
-
 
64
							<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
-
 
65
						</span>
-
 
66
						<?if ($synonyme['source_biblio'] != '') { ?>
75
						<?if ($synonyme['source_biblio'] != '') { ?>
67
							<a class="lien_biblio_ext" href="<?=$synonyme['source_biblio']?>" target="_blank" title="Voir la citation de ce taxon en ligne">
76
							<a class="lien_biblio_ext" href="<?=$synonyme['source_biblio']?>" target="_blank" title="Voir la diagnose en ligne">
68
								<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="BHL" title="Voir la citation de ce taxon en ligne" />
77
								<img src="<?=$baseUrlIco?>presentations/images/bib_en_ligne.png" alt="diagnose" title="Voir la diagnose en ligne" />
69
							</a> 
78
							</a> 
70
						<? } ?>
79
						<? } ?>
-
 
80
						<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
-
 
81
							<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
-
 
82
						</span>
71
					</li>
83
					</li>
72
				<?php } ?>
84
				<?php } ?>
73
			<?php endforeach; ?>
85
			<?php endforeach; ?>
74
			</ul>
86
			</ul>
75
		<?php endforeach; ?>
87
		<?php endforeach; ?>
76
		<hr class="nettoyage" />
88
		<hr class="nettoyage" />
77
	<?php } else { ?>
89
	<?php } else { ?>
78
		<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
90
		<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
79
	<?php } ?>
91
	<?php } ?>
80
	
92
	
81
	<? if (isset($flores_synonymes)) : ?>
93
	<? if (isset($flores_synonymes)) : ?>
82
		<h2>Dénomination dans les flores usuelles</h2>
94
		<h2>Dénomination dans les flores usuelles</h2>
83
		<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
95
		<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
84
			<ul>
96
			<ul>
85
			<?php foreach ($flores_synonymes as $infos_flore) : ?>
97
			<?php foreach ($flores_synonymes as $infos_flore) : ?>
86
				<li class="item_nomenclature">
98
				<li class="item_nomenclature">
87
					<div>
99
					<div>
88
						Ce taxon est noté dans la flore <em><?= $infos_flore['nom_flore'] ?></em>
100
						Ce taxon est noté dans la flore <em><?= $infos_flore['nom_flore'] ?></em>
89
						<?php if(isset($infos_flore['num'])) { ?>
101
						<?php if(isset($infos_flore['num'])) { ?>
90
							sous :<br /><ul>
102
							sous :<br /><ul>
91
							<?php foreach ($infos_flore['num'] as $code => $flore) : ?>
103
							<?php foreach ($infos_flore['num'] as $code => $flore) : ?>
92
									<li>le nom de <em><?= $flore['nom_sci']  ?></em>
104
									<li>le nom de <em><?= $flore['nom_sci']  ?></em>
93
									et <?=$infos_flore['type']?> <b><?= $flore['id'] ?></b><?=($flore['statut']) ? ' en tant que '.$flore['statut'] : ''?><br /></li>
105
									et <?=$infos_flore['type']?> <b><?= $flore['id'] ?></b><?=($flore['statut']) ? ' en tant que '.$flore['statut'] : ''?><br /></li>
94
								
106
								
95
							<?php endforeach; ?>
107
							<?php endforeach; ?>
96
							</ul>
108
							</ul>
97
						<?php } else { ?>
109
						<?php } else { ?>
98
								
110
								
99
						<?php } ?>
111
						<?php } ?>
100
				</div>
112
				</div>
101
			</li>
113
			</li>
102
			<?php endforeach; ?>
114
			<?php endforeach; ?>
103
			</ul><hr class="nettoyage" />
115
			</ul><hr class="nettoyage" />
104
		<?php } else { ?>
116
		<?php } else { ?>
105
			<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3> 
117
			<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3> 
106
		<?php } ?>
118
		<?php } ?>
107
		<?php if($num_type != null) { ?>
119
		<?php if($num_type != null) { ?>
108
			<h3> Autres </h3>
120
			<h3> Autres </h3>
109
			<!-- On utilise une liste au cas où d'autres informations viendraient se greffer à cet endroit -->
121
			<!-- On utilise une liste au cas où d'autres informations viendraient se greffer à cet endroit -->
110
			<ul>
122
			<ul>
111
				<li class="item_nomenclature"> Numéro du type : <?= $num_type ?></li>
123
				<li class="item_nomenclature"> Numéro du type : <?= $num_type ?></li>
112
			</ul>
124
			</ul>
113
		<?php } ?>
125
		<?php } ?>
114
	<? endif; ?>
126
	<? endif; ?>
115
	<hr class="nettoyage" />
127
	<hr class="nettoyage" />
116
	<div class="conteneur_lien_metadonnees">
128
	<div class="conteneur_lien_metadonnees">
117
		<?= $synonymes['meta']['citation']?>
129
		<?= $synonymes['meta']['citation']?>
118
		<span class="conteneur_lien_metadonnees">
130
		<span class="conteneur_lien_metadonnees">
119
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
131
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
120
		</span>
132
		</span>
121
	</div>
133
	</div>
122
	
134
	
123
	<a class="acceder-outil gauche" href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=<?=$referentiel;?>&module=FicheTaxon&num_nom=<?=$nom_retenu_nn;?>">
135
	<a class="acceder-outil gauche" href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=<?=$referentiel;?>&module=FicheTaxon&num_nom=<?=$nom_retenu_nn;?>">
124
	Consultez ce nom dans le référentiel en cours de mise à jour</a><br /><br />
136
	Consultez ce nom dans le référentiel en cours de mise à jour</a><br /><br />
125
	<div class="acceder-outil gauche">Recherchez ce nom sur les sites 
137
	<div class="acceder-outil gauche">Recherchez ce nom sur les sites 
126
		<a href="http://inpn.mnhn.fr/espece/listeEspeces/<?=htmlentities($nom_retenu)?>/">
138
		<a href="http://inpn.mnhn.fr/espece/listeEspeces/<?=htmlentities($nom_retenu)?>/">
127
			<img src="<?=$baseUrlIco?>presentations/images/sites/inpn.png" alt="INPN" title="Rechercher dans Inventaire National du Patrimoine Naturel" />
139
			<img src="<?=$baseUrlIco?>presentations/images/sites/inpn.png" alt="INPN" title="Rechercher dans Inventaire National du Patrimoine Naturel" />
128
		</a>
140
		</a>
129
		<a href="http://www.theplantlist.org/tpl/search?q=<?=htmlentities($nom_retenu)?>">
141
		<a href="http://www.theplantlist.org/tpl/search?q=<?=htmlentities($nom_retenu)?>">
130
			<img src="<?=$baseUrlIco?>presentations/images/sites/tpl.png" alt="The Plant List" 
142
			<img src="<?=$baseUrlIco?>presentations/images/sites/tpl.png" alt="The Plant List" 
131
				title="Rechercher dans The Plant List"/>
143
				title="Rechercher dans The Plant List"/>
132
		</a>
144
		</a>
133
		<a href="http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=<?=htmlentities($nom_retenu)?>&amp;output_format=normal&amp;query_type=by_query&amp;back_page=query_ipni.html">
145
		<a href="http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=<?=htmlentities($nom_retenu)?>&amp;output_format=normal&amp;query_type=by_query&amp;back_page=query_ipni.html">
134
			<img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
146
			<img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
135
		</a>
147
		</a>
136
		<a href="http://plants.jstor.org/search?plantName=%22<?=htmlentities($nom_retenu)?>%22&amp;syn=1">
148
		<a href="http://plants.jstor.org/search?plantName=%22<?=htmlentities($nom_retenu)?>%22&amp;syn=1">
137
			<img src="<?=$baseUrlIco?>presentations/images/sites/jstor.png" alt="JSTOR Plant Science" title="Rechercher dans JSTOR Plant Science" />
149
			<img src="<?=$baseUrlIco?>presentations/images/sites/jstor.png" alt="JSTOR Plant Science" title="Rechercher dans JSTOR Plant Science" />
138
		</a>
150
		</a>
139
		<a href="http://www.anbg.gov.au/cgi-bin/apni?TAXON_NAME=<?=htmlentities($nom_retenu)?>">
151
		<a href="http://www.anbg.gov.au/cgi-bin/apni?TAXON_NAME=<?=htmlentities($nom_retenu)?>">
140
			<img src="<?=$baseUrlIco?>presentations/images/sites/anbg.png" alt="Australian Plant Name Index" title="Rechercher dans Australian Plant Name Index" />
152
			<img src="<?=$baseUrlIco?>presentations/images/sites/anbg.png" alt="Australian Plant Name Index" title="Rechercher dans Australian Plant Name Index" />
141
		</a>
153
		</a>
142
		<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($nom_retenu)?>">
154
		<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($nom_retenu)?>">
143
			<img src="<?=$baseUrlIco?>presentations/images/sites/nybg.png" alt="NYBG Virtual Herbarium" title="Rechercher dans NYBG Virtual Herbarium" />
155
			<img src="<?=$baseUrlIco?>presentations/images/sites/nybg.png" alt="NYBG Virtual Herbarium" title="Rechercher dans NYBG Virtual Herbarium" />
144
		</a>
156
		</a>
145
		<a href="http://collections.mnh.si.edu/search/botany/?qt=<?=htmlentities($nom_retenu)?>">
157
		<a href="http://collections.mnh.si.edu/search/botany/?qt=<?=htmlentities($nom_retenu)?>">
146
			<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" />
158
			<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" />
147
		</a>
159
		</a>
148
		<a href="http://herbarium.univie.ac.at/database/search.php?taxon=<?=htmlentities($nom_retenu)?>&amp;search=1">
160
		<a href="http://herbarium.univie.ac.at/database/search.php?taxon=<?=htmlentities($nom_retenu)?>&amp;search=1">
149
			<img src="<?=$baseUrlIco?>presentations/images/sites/vha.png" alt="Virtual Herbaria Austria" title="Rechercher dans Virtual Herbaria Austria" />
161
			<img src="<?=$baseUrlIco?>presentations/images/sites/vha.png" alt="Virtual Herbaria Austria" title="Rechercher dans Virtual Herbaria Austria" />
150
		</a>	
162
		</a>	
151
		<a href="http://swbiodiversity.org/seinet/taxa/index.php?taxon=<?=htmlentities($nom_retenu)?>">
163
		<a href="http://swbiodiversity.org/seinet/taxa/index.php?taxon=<?=htmlentities($nom_retenu)?>">
152
			<img src="<?=$baseUrlIco?>presentations/images/sites/seinet.png" alt="SEINet" title="Rechercher dans SEINet" />
164
			<img src="<?=$baseUrlIco?>presentations/images/sites/seinet.png" alt="SEINet" title="Rechercher dans SEINet" />
153
		</a>
165
		</a>
154
		<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($nom_retenu)?>">
166
		<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($nom_retenu)?>">
155
			<img src="<?=$baseUrlIco?>presentations/images/sites/cjb.png" alt="African Plants Database" title="Rechercher dans African Plants Database du Jardin Botanique de Genève" />
167
			<img src="<?=$baseUrlIco?>presentations/images/sites/cjb.png" alt="African Plants Database" title="Rechercher dans African Plants Database du Jardin Botanique de Genève" />
156
		</a>
168
		</a>
157
		<a href="http://www.tropicos.org/NameSearch.aspx?name=<?=htmlentities($nom_retenu)?>">
169
		<a href="http://www.tropicos.org/NameSearch.aspx?name=<?=htmlentities($nom_retenu)?>">
158
			<img src="<?=$baseUrlIco?>presentations/images/sites/tropicos.png" alt="Tropicos" title="Rechercher dans Tropicos" />
170
			<img src="<?=$baseUrlIco?>presentations/images/sites/tropicos.png" alt="Tropicos" title="Rechercher dans Tropicos" />
159
		</a>
171
		</a>
160
		
172
		
161
		<a href="http://www.sfo-asso.com/pages/connaissances.php?parent=6&id=195">
173
		<a href="http://www.sfo-asso.com/pages/connaissances.php?parent=6&id=195">
162
			<img src="<?=$baseUrlIco?>presentations/images/sites/sfo.png" alt="SFO" title="Rechercher dans Société Française d'Orchidophilie" />
174
			<img src="<?=$baseUrlIco?>presentations/images/sites/sfo.png" alt="SFO" title="Rechercher dans Société Française d'Orchidophilie" />
163
		</a>
175
		</a>
164
		<a href="http://coldb.mnhn.fr/Consultation">
176
		<a href="http://coldb.mnhn.fr/Consultation">
165
			<img src="<?=$baseUrlIco?>presentations/images/sites/mnhn.png" alt="MNHN" title="Rechercher dans Muséum national d'Histoire naturelle" />
177
			<img src="<?=$baseUrlIco?>presentations/images/sites/mnhn.png" alt="MNHN" title="Rechercher dans Muséum national d'Histoire naturelle" />
166
		</a>
178
		</a>
167
		<? if ($referentiel == "bdtxa") : ?>
179
		<? if ($referentiel == "bdtxa") : ?>
168
			<a href="http://collections.antilles.inra.fr/initCard.do?idEntityValue1=<?=htmlentities($nom_retenu);?>&idEntityValue2=&idEntityValue3=&idEntity=21">
180
			<a href="http://collections.antilles.inra.fr/initCard.do?idEntityValue1=<?=htmlentities($nom_retenu);?>&idEntityValue2=&idEntityValue3=&idEntity=21">
169
				<img src="<?=$baseUrlIco?>presentations/images/sites/antilles.png" alt="INRA Antilles" title="Rechercher dans collections INRA Antilles" />
181
				<img src="<?=$baseUrlIco?>presentations/images/sites/antilles.png" alt="INRA Antilles" title="Rechercher dans collections INRA Antilles" />
170
			</a>
182
			</a>
171
		<? endif; ?>
183
		<? endif; ?>
172
	</div>
184
	</div>
173
	<hr class="nettoyage" />
185
	<hr class="nettoyage" />
174
	
186
	
175
	<span class="aide_wikini"> Partagez vos infos complémentaires sur ce nom, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
187
	<span class="aide_wikini"> Partagez vos infos complémentaires sur ce nom, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
176
	<div class="contenu_editable">
188
	<div class="contenu_editable">
177
		<div class="description wikini editable_sur_clic" title="nomenclature">
189
		<div class="description wikini editable_sur_clic" title="nomenclature">
178
			<?=$wikini['nomenclature']?>
190
			<?=$wikini['nomenclature']?>
179
		</div>
191
		</div>
180
	</div>
192
	</div>
181
	
193
	
182
	
194
	
183
	
195
	
184
	
196
	
185
	
197
	
186
	<h2>Place du taxon dans la classification APG III</h2>
198
	<h2>Place du taxon dans la classification APG III</h2>
187
	<table class="liste_taxons_superieurs">
199
	<table class="liste_taxons_superieurs">
188
		<tr>
200
		<tr>
189
			<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
201
			<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
190
		</tr>
202
		</tr>
191
		<?php if ($taxons_sup != array()) : ?>
203
		<?php if ($taxons_sup != array()) : ?>
192
			<?php foreach ($taxons_sup as $taxon) : ?>
204
			<?php foreach ($taxons_sup as $taxon) : ?>
193
				<tr>
205
				<tr>
194
					<td><?= $taxon['rang.libelle'] ?></td>
206
					<td><?= $taxon['rang.libelle'] ?></td>
195
					<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
207
					<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
196
							<?= $taxon['nom_sci'] ?>
208
							<?= $taxon['nom_sci'] ?>
197
						</a>
209
						</a>
198
					</td>
210
					</td>
199
					<td><?= $taxon['num_nom'] ?></td>
211
					<td><?= $taxon['num_nom'] ?></td>
200
				</tr>
212
				</tr>
201
			<?php endforeach; ?>
213
			<?php endforeach; ?>
202
		<?php endif; ?>
214
		<?php endif; ?>
203
		<tr class='surlignage'>
215
		<tr class='surlignage'>
204
			<td><?= $taxon_courant['rang.libelle'] ?></td>
216
			<td><?= $taxon_courant['rang.libelle'] ?></td>
205
			<td><?= $taxon_courant['nom_sci'] ?></td>
217
			<td><?= $taxon_courant['nom_sci'] ?></td>
206
			<td><?= $taxon_courant['num_nom'] ?></td>
218
			<td><?= $taxon_courant['num_nom'] ?></td>
207
		</tr>
219
		</tr>
208
		<?php if ($taxons_inf != array()) : ?>	
220
		<?php if ($taxons_inf != array()) : ?>	
209
			<?php foreach($taxons_inf as $taxon) : ?>
221
			<?php foreach($taxons_inf as $taxon) : ?>
210
				<tr>
222
				<tr>
211
					<td><?= $taxon['rang.libelle'] ?></td>
223
					<td><?= $taxon['rang.libelle'] ?></td>
212
					<td>
224
					<td>
213
						<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
225
						<a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
214
							<?= $taxon['nom_sci'] ?>
226
							<?= $taxon['nom_sci'] ?>
215
						</a>
227
						</a>
216
					</td>
228
					</td>
217
					<td><?= $taxon['num_nom'] ?></td>
229
					<td><?= $taxon['num_nom'] ?></td>
218
				</tr>
230
				</tr>
219
			<?php endforeach; ?>
231
			<?php endforeach; ?>
220
		<?php endif; ?>
232
		<?php endif; ?>
221
	</table>
233
	</table>
222
	
234
	
223
	
235
	
224
	<div class="conteneur_lien_metadonnees">
236
	<div class="conteneur_lien_metadonnees">
225
		<?= $synonymes['meta']['citation']?>
237
		<?= $synonymes['meta']['citation']?>
226
		<span class="conteneur_lien_metadonnees">
238
		<span class="conteneur_lien_metadonnees">
227
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
239
			<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
228
		</span>
240
		</span>
229
	</div>
241
	</div>
230
	
242
	
231
	
243
	
232
	<script type="text/Javascript">
244
	<script type="text/Javascript">
233
		$('#plieur').show();	
245
		$('#plieur').show();	
234
		gestionBiblio($('#nomenclature'));
246
		gestionBiblio($('#nomenclature'));
235
	</script>
247
	</script>
236
</div>
248
</div>