Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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