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 |
|
1482 |
delphine |
135 |
<a class="button standard link" href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=<?=$referentiel;?>&module=FicheTaxon&num_nom=<?=$nom_retenu_nn;?>">
|
944 |
delphine |
136 |
Consultez ce nom dans le référentiel en cours de mise à jour</a><br /><br />
|
1460 |
delphine |
137 |
|
944 |
delphine |
138 |
<hr class="nettoyage" />
|
|
|
139 |
|
|
|
140 |
<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>
|
|
|
141 |
<div class="contenu_editable">
|
|
|
142 |
<div class="description wikini editable_sur_clic" title="nomenclature">
|
|
|
143 |
<?=$wikini['nomenclature']?>
|
|
|
144 |
</div>
|
|
|
145 |
</div>
|
|
|
146 |
|
|
|
147 |
|
|
|
148 |
|
|
|
149 |
|
|
|
150 |
|
911 |
aurelien |
151 |
<h2>Place du taxon dans la classification APG III</h2>
|
829 |
delphine |
152 |
<table class="liste_taxons_superieurs">
|
|
|
153 |
<tr>
|
|
|
154 |
<th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
|
|
|
155 |
</tr>
|
|
|
156 |
<?php if ($taxons_sup != array()) : ?>
|
|
|
157 |
<?php foreach ($taxons_sup as $taxon) : ?>
|
|
|
158 |
<tr>
|
|
|
159 |
<td><?= $taxon['rang.libelle'] ?></td>
|
|
|
160 |
<td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
|
|
|
161 |
<?= $taxon['nom_sci'] ?>
|
|
|
162 |
</a>
|
|
|
163 |
</td>
|
|
|
164 |
<td><?= $taxon['num_nom'] ?></td>
|
|
|
165 |
</tr>
|
|
|
166 |
<?php endforeach; ?>
|
|
|
167 |
<?php endif; ?>
|
|
|
168 |
<tr class='surlignage'>
|
|
|
169 |
<td><?= $taxon_courant['rang.libelle'] ?></td>
|
|
|
170 |
<td><?= $taxon_courant['nom_sci'] ?></td>
|
|
|
171 |
<td><?= $taxon_courant['num_nom'] ?></td>
|
|
|
172 |
</tr>
|
|
|
173 |
<?php if ($taxons_inf != array()) : ?>
|
|
|
174 |
<?php foreach($taxons_inf as $taxon) : ?>
|
|
|
175 |
<tr>
|
|
|
176 |
<td><?= $taxon['rang.libelle'] ?></td>
|
|
|
177 |
<td>
|
|
|
178 |
<a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
|
|
|
179 |
<?= $taxon['nom_sci'] ?>
|
|
|
180 |
</a>
|
|
|
181 |
</td>
|
|
|
182 |
<td><?= $taxon['num_nom'] ?></td>
|
|
|
183 |
</tr>
|
|
|
184 |
<?php endforeach; ?>
|
|
|
185 |
<?php endif; ?>
|
|
|
186 |
</table>
|
|
|
187 |
|
944 |
delphine |
188 |
|
327 |
aurelien |
189 |
<div class="conteneur_lien_metadonnees">
|
1130 |
aurelien |
190 |
<?= $synonymes['meta']['citation']?>
|
327 |
aurelien |
191 |
<span class="conteneur_lien_metadonnees">
|
|
|
192 |
<a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
|
|
|
193 |
</span>
|
|
|
194 |
</div>
|
406 |
gduche |
195 |
|
944 |
delphine |
196 |
|
406 |
gduche |
197 |
<script type="text/Javascript">
|
474 |
aurelien |
198 |
$('#plieur').show();
|
|
|
199 |
gestionBiblio($('#nomenclature'));
|
406 |
gduche |
200 |
</script>
|
1057 |
raphael |
201 |
</div>
|