239 |
aurelien |
1 |
<div id="nomenclature">
|
370 |
aurelien |
2 |
<h2>Nom retenu</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 />
|
|
|
8 |
<div class="imagettePlus"></div>Afficher la biblio
|
|
|
9 |
<br />
|
|
|
10 |
<div class="imagetteMoins"></div>Masquer la biblio
|
|
|
11 |
</div>
|
|
|
12 |
<div style="padding:5px 10px; display:none" id="plieur">
|
474 |
aurelien |
13 |
<a class="lien_tout_deplier" href="#">Tout déplier</a> | <a class="lien_tout_plier" href="#">Tout plier</a>
|
406 |
gduche |
14 |
</div>
|
401 |
delphine |
15 |
</div>
|
448 |
delphine |
16 |
<div class="onglet_marge_gauche">
|
|
|
17 |
<span class="nom retenu <?= ($nom_selectionne == $nom_retenu) ? 'surlignage' : '' ?>">
|
588 |
aurelien |
18 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($nom_retenu_nn,'nom_scientifique'); ?>">
|
586 |
aurelien |
19 |
<?= $nom_retenu_formate ?>
|
|
|
20 |
</a>
|
448 |
delphine |
21 |
</span>
|
|
|
22 |
</div>
|
370 |
aurelien |
23 |
<?php if($basionyme_nom_retenu != null && $basionyme_nom_retenu != '') { ?>
|
452 |
delphine |
24 |
<div class="nom onglet_marge_gauche basionyme_complet">
|
586 |
aurelien |
25 |
Basionyme :
|
588 |
aurelien |
26 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme_nom_retenu_nn,'nom_scientifique'); ?>">
|
586 |
aurelien |
27 |
<?= $basionyme_nom_retenu ?>
|
|
|
28 |
</a>
|
370 |
aurelien |
29 |
</div>
|
|
|
30 |
<?php } ?>
|
914 |
delphine |
31 |
<?php if($hybride_parent_01 != null && $hybride_parent_01 != '') { ?>
|
|
|
32 |
Hybride de :<br />
|
|
|
33 |
Parent 1 : <span class="nom">
|
|
|
34 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_01_nn,'nom_scientifique'); ?>">
|
|
|
35 |
<?= $hybride_parent_01 ?>
|
|
|
36 |
</a>
|
|
|
37 |
</span><br />
|
|
|
38 |
Parent 2 : <span class="nom">
|
|
|
39 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_02_nn,'nom_scientifique'); ?>">
|
|
|
40 |
<?= $hybride_parent_02 ?>
|
|
|
41 |
</a>
|
|
|
42 |
</span>
|
|
|
43 |
<?php } ?>
|
401 |
delphine |
44 |
<div class="onglet_marge_gauche"> Dernière date de modification du nom : <?= $date_maj ?> </div>
|
935 |
delphine |
45 |
<a class="acceder-outil gauche" href="http://referentiels.tela-botanica.org/referentiel/index.php?module=Consultation&ref=bdtfx">
|
|
|
46 |
Consultez la version en cours de mise à jour</a><br /><br />
|
370 |
aurelien |
47 |
<hr class="nettoyage" />
|
463 |
delphine |
48 |
<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>
|
|
|
49 |
<div class="contenu_editable">
|
900 |
aurelien |
50 |
<div class="description wikini editable_sur_clic" title="nomenclature">
|
463 |
delphine |
51 |
<?=$wikini['nomenclature']?>
|
|
|
52 |
</div>
|
|
|
53 |
</div>
|
935 |
delphine |
54 |
|
|
|
55 |
|
|
|
56 |
|
338 |
aurelien |
57 |
<h2>Synonymes</h2>
|
331 |
aurelien |
58 |
<?php if(is_array($synonymes['noms']) && count($synonymes['noms']) > 0) { ?>
|
|
|
59 |
<ul>
|
|
|
60 |
<?php foreach ($synonymes['noms'] as $id => $synonyme) : ?>
|
469 |
delphine |
61 |
<li class="item_nomenclature">
|
|
|
62 |
<span class="nom<?= ($nom_selectionne == $synonyme['nom_sci']) ? ' surlignage' : '' ?>">
|
588 |
aurelien |
63 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet'] ?></a>
|
487 |
gduche |
64 |
</span>
|
576 |
aurelien |
65 |
<span class="nom basionyme_complet">
|
588 |
aurelien |
66 |
<a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($synonyme['basionyme.id'],'nom_scientifique'); ?>">
|
576 |
aurelien |
67 |
<?= ($synonyme['basionyme_html_complet']) ? "Basionyme : ".$synonyme['basionyme_html_complet'] : ''; ?>
|
|
|
68 |
</a>
|
|
|
69 |
</span>
|
469 |
delphine |
70 |
</li>
|
327 |
aurelien |
71 |
<?php endforeach; ?>
|
|
|
72 |
</ul><hr class="nettoyage" />
|
|
|
73 |
<?php } else { ?>
|
334 |
aurelien |
74 |
<h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3>
|
327 |
aurelien |
75 |
<?php } ?>
|
829 |
delphine |
76 |
|
911 |
aurelien |
77 |
<h2>Place du taxon dans la classification APG III</h2>
|
829 |
delphine |
78 |
<table class="liste_taxons_superieurs">
|
|
|
79 |
<tr>
|
|
|
80 |
<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
|
|
|
81 |
</tr>
|
|
|
82 |
<?php if ($taxons_sup != array()) : ?>
|
|
|
83 |
<?php foreach ($taxons_sup as $taxon) : ?>
|
|
|
84 |
<tr>
|
|
|
85 |
<td><?= $taxon['rang.libelle'] ?></td>
|
|
|
86 |
<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
|
|
|
87 |
<?= $taxon['nom_sci'] ?>
|
|
|
88 |
</a>
|
|
|
89 |
</td>
|
|
|
90 |
<td><?= $taxon['num_nom'] ?></td>
|
|
|
91 |
</tr>
|
|
|
92 |
<?php endforeach; ?>
|
|
|
93 |
<?php endif; ?>
|
|
|
94 |
<tr class='surlignage'>
|
|
|
95 |
<td><?= $taxon_courant['rang.libelle'] ?></td>
|
|
|
96 |
<td><?= $taxon_courant['nom_sci'] ?></td>
|
|
|
97 |
<td><?= $taxon_courant['num_nom'] ?></td>
|
|
|
98 |
</tr>
|
|
|
99 |
<?php if ($taxons_inf != array()) : ?>
|
|
|
100 |
<?php foreach($taxons_inf as $taxon) : ?>
|
|
|
101 |
<tr>
|
|
|
102 |
<td><?= $taxon['rang.libelle'] ?></td>
|
|
|
103 |
<td>
|
|
|
104 |
<a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
|
|
|
105 |
<?= $taxon['nom_sci'] ?>
|
|
|
106 |
</a>
|
|
|
107 |
</td>
|
|
|
108 |
<td><?= $taxon['num_nom'] ?></td>
|
|
|
109 |
</tr>
|
|
|
110 |
<?php endforeach; ?>
|
|
|
111 |
<?php endif; ?>
|
|
|
112 |
</table>
|
|
|
113 |
<div class="conteneur_lien_metadonnees">
|
|
|
114 |
<?= $meta['titre']?>
|
|
|
115 |
<span class="conteneur_lien_metadonnees">
|
|
|
116 |
<a class="lien_metadonnees lien_popup" href="<?= $meta['url']; ?>">Voir toutes les metadonnées</a>
|
|
|
117 |
</span>
|
|
|
118 |
</div>
|
|
|
119 |
|
338 |
aurelien |
120 |
<h2>Flores</h2>
|
336 |
aurelien |
121 |
<?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
|
|
|
122 |
<ul>
|
|
|
123 |
<?php foreach ($flores_synonymes as $num_nom_syn => $infos_flore) : ?>
|
|
|
124 |
<?php foreach ($infos_flore as $code => $flore) : ?>
|
|
|
125 |
<li class="item_nomenclature">
|
|
|
126 |
<div>
|
406 |
gduche |
127 |
Dans la flore <em><?= $flore['nom_flore'] ?></em>,
|
338 |
aurelien |
128 |
ce taxon porte le nom de <em><?= $flore['nom_sci'] ?></em>
|
|
|
129 |
et le code <b><?= $flore['id'] ?></b><br />
|
336 |
aurelien |
130 |
</div>
|
|
|
131 |
</li>
|
|
|
132 |
<?php endforeach; ?>
|
|
|
133 |
<?php endforeach; ?>
|
|
|
134 |
</ul><hr class="nettoyage" />
|
|
|
135 |
<?php } else { ?>
|
|
|
136 |
<h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3>
|
|
|
137 |
<?php } ?>
|
331 |
aurelien |
138 |
<?php if($num_type != null) { ?>
|
|
|
139 |
<h3> Autres </h3>
|
|
|
140 |
<!-- On utilise une liste au cas où d'autres informations viendraient se greffer à cet endroit -->
|
|
|
141 |
<ul>
|
|
|
142 |
<li class="item_nomenclature"> Numéro du type : <?= $num_type ?></li>
|
|
|
143 |
</ul>
|
|
|
144 |
<?php } ?>
|
|
|
145 |
<hr class="nettoyage" />
|
327 |
aurelien |
146 |
<div class="conteneur_lien_metadonnees">
|
|
|
147 |
<?= $synonymes['meta']['titre']?>
|
|
|
148 |
<span class="conteneur_lien_metadonnees">
|
|
|
149 |
<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
|
|
150 |
</span>
|
|
|
151 |
</div>
|
406 |
gduche |
152 |
|
|
|
153 |
<script type="text/Javascript">
|
474 |
aurelien |
154 |
$('#plieur').show();
|
|
|
155 |
gestionBiblio($('#nomenclature'));
|
406 |
gduche |
156 |
</script>
|
239 |
aurelien |
157 |
</div>
|