Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1390 | Rev 1460 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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