641 |
mathilde |
1 |
<!-- NOMENCLATURE -->
|
671 |
mathilde |
2 |
<div class="bloc <?if ($premier == 'nomenclature') : echo 'allow-break'; else : echo 'no-break'; endif; ?>">
|
641 |
mathilde |
3 |
<div class="categorie"> Nomenclature </div>
|
|
|
4 |
<!-- NOM RETENU -->
|
|
|
5 |
<?php if(!empty($nomenclature['basionyme_nom_retenu']) || !empty($nomenclature['nom_selectionne'])
|
|
|
6 |
|| !empty($nomenclature['nom_retenu']) || !empty($nomenclature['nom_retenu_formate'])) :?>
|
|
|
7 |
<div class="no-break">
|
|
|
8 |
<h2>Nom retenu</h2>
|
|
|
9 |
<span class="citation"><?= $nomenclature['synonymes']['meta']['titre']?></span>
|
|
|
10 |
<div style="float:right">
|
|
|
11 |
<div class="legende">
|
|
|
12 |
<b>Légende</b><br />
|
|
|
13 |
<span class="legende_nom_retenu couleur_legende" style="margin:8px 5px 0 0"></span><span>Nom sélectionné</span>
|
|
|
14 |
</div>
|
|
|
15 |
</div>
|
|
|
16 |
<div class="onglet_marge_gauche">
|
|
|
17 |
<span class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu']) ? 'surlignage' : '' ?>">
|
|
|
18 |
<?= $nomenclature['nom_retenu_formate'] ?>
|
|
|
19 |
</span>
|
|
|
20 |
</div>
|
|
|
21 |
<div class="nom onglet_marge_gauche basionyme_complet">
|
|
|
22 |
Basionyme :
|
|
|
23 |
<?= $nomenclature['basionyme_nom_retenu'] ?>
|
|
|
24 |
</div>
|
|
|
25 |
|
|
|
26 |
<div class="onglet_marge_gauche"> Dernière date de modification du nom : <?= $nomenclature['date_maj'] ?> </div>
|
|
|
27 |
</div>
|
|
|
28 |
<hr class="nettoyage" />
|
|
|
29 |
<?php endif; ?>
|
|
|
30 |
|
|
|
31 |
<!-- WIKI -->
|
|
|
32 |
<? if (!empty($nomenclature['wikini']['nomenclature'])) :?>
|
|
|
33 |
<div class="no-break">
|
|
|
34 |
<span> Données collaboratives sur ce nom. </span>
|
669 |
mathilde |
35 |
<div title="statuts de protection" class="wiki allow-break">
|
641 |
mathilde |
36 |
<?=$nomenclature['wikini']['nomenclature']?>
|
|
|
37 |
</div>
|
|
|
38 |
</div>
|
|
|
39 |
<? endif; ?>
|
|
|
40 |
|
|
|
41 |
<!-- SYNONYMES -->
|
|
|
42 |
<?php if(is_array($nomenclature['synonymes']['noms']) && count($nomenclature['synonymes']['noms']) > 0) { ?>
|
|
|
43 |
<div class="no-break">
|
|
|
44 |
<h2>Synonymes</h2>
|
|
|
45 |
<span class="citation"><?= $nomenclature['synonymes']['meta']['titre']?></span>
|
|
|
46 |
<?php foreach ($nomenclature['synonymes']['noms'] as $id => $synonyme) : ?>
|
|
|
47 |
<ul class="allow-break">
|
|
|
48 |
<li class="item_nomenclature">
|
|
|
49 |
<span class="nom <?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci']) ? 'surlignage' : '' ?>">
|
|
|
50 |
<?= $synonyme['nom_sci_complet'] ?>
|
|
|
51 |
</span>
|
|
|
52 |
<span class="nom basionyme_complet">
|
|
|
53 |
<?= ($synonyme['basionyme_html_complet']) ? "Basionyme : ".$synonyme['basionyme_html_complet'] : ''; ?>
|
|
|
54 |
</span>
|
|
|
55 |
</li>
|
|
|
56 |
</ul>
|
|
|
57 |
<?php endforeach; ?>
|
|
|
58 |
<hr class="nettoyage" />
|
|
|
59 |
</div>
|
|
|
60 |
<?php } ?>
|
|
|
61 |
|
|
|
62 |
|
|
|
63 |
<!-- FLORES -->
|
|
|
64 |
<?php if(is_array($nomenclature['flores_synonymes']) && count($nomenclature['flores_synonymes']) > 0) { ?>
|
|
|
65 |
<div class="no-break">
|
|
|
66 |
<h2>Flores</h2>
|
|
|
67 |
<span class="citation"><?= $nomenclature['synonymes']['meta']['titre']?></span>
|
|
|
68 |
|
|
|
69 |
<?php foreach ($nomenclature['flores_synonymes'] as $num_nom_syn => $infos_flore) : ?>
|
|
|
70 |
<?php foreach ($infos_flore as $code => $flore) : ?>
|
|
|
71 |
<ul class="allow-break">
|
|
|
72 |
<li class="item_nomenclature">
|
|
|
73 |
<div class="nom">
|
|
|
74 |
Dans la flore <em><?= $flore['nom_flore'] ?></em>,
|
|
|
75 |
ce taxon porte le nom de <em><?= $flore['nom_sci'] ?></em>
|
|
|
76 |
et le code <b><?= $flore['id'] ?></b><br />
|
|
|
77 |
</div>
|
|
|
78 |
</li>
|
|
|
79 |
</ul>
|
|
|
80 |
<?php endforeach; ?>
|
|
|
81 |
<?php endforeach; ?>
|
|
|
82 |
</div>
|
|
|
83 |
<hr class="nettoyage" />
|
|
|
84 |
<?php } ?>
|
|
|
85 |
|
|
|
86 |
<!-- num type -->
|
|
|
87 |
<?php if($nomenclature['num_type'] != null) { ?>
|
|
|
88 |
<h3> Autres </h3>
|
|
|
89 |
<ul>
|
|
|
90 |
<li class="item_nomenclature">
|
|
|
91 |
<span class="nom">Numéro du type : <?= $nomenclature['num_type'] ?></span>
|
|
|
92 |
</li>
|
|
|
93 |
</ul>
|
|
|
94 |
<?php } ?>
|
|
|
95 |
|
|
|
96 |
<!-- VIDE DE DONNEES -->
|
|
|
97 |
<?php if ( empty($nomenclature['basionyme_nom_retenu']) && empty($nomenclature['nom_retenu_formate'] )
|
|
|
98 |
&& empty($nomenclature['nom_selectionne'] ) && empty($nomenclature['synonymes']['noms'] )
|
|
|
99 |
&& empty($nomenclature['nom_retenu']) && empty($nomenclature['flores_synonymes'])
|
|
|
100 |
&& empty($nomenclature['num_type'])) : ?>
|
|
|
101 |
Aucune donnée.
|
|
|
102 |
<?php endif; ?>
|
|
|
103 |
</div>
|
|
|
104 |
<br/>
|
|
|
105 |
<br/>
|