526 |
gduche |
1 |
<!-- Fichier débutant -->
|
938 |
aurelien |
2 |
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
|
525 |
gduche |
3 |
<script type="text/javascript">
|
|
|
4 |
//<![CDATA[
|
|
|
5 |
var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
|
|
|
6 |
var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
|
|
|
7 |
var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
|
|
|
8 |
var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
|
917 |
aurelien |
9 |
var urlPopup = "<?= Config::get('base_url_application_popup'); ?>";
|
525 |
gduche |
10 |
//]]>
|
|
|
11 |
</script>
|
|
|
12 |
<div class="synthese">
|
|
|
13 |
<div class="colonne deuxtiers">
|
531 |
gduche |
14 |
|
|
|
15 |
<!-- Description -->
|
525 |
gduche |
16 |
<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
17 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
|
|
|
18 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
|
|
|
19 |
</h3>
|
594 |
delphine |
20 |
<div id="contenu-1" class="contenu">
|
525 |
gduche |
21 |
<h4><?= $description['titre']?></h4>
|
609 |
mathilde |
22 |
<? if ($description['description'] != '') : ?>
|
1010 |
raphael |
23 |
<? if($description['type'] == 'baseflor') : ?>
|
608 |
mathilde |
24 |
<table class="desc">
|
579 |
mathilde |
25 |
<tr>
|
608 |
mathilde |
26 |
<td colspan="2">
|
|
|
27 |
<?if ($description['description']['type_bio'] != '') : ?>
|
|
|
28 |
<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
|
|
|
29 |
<? endif; ?>
|
579 |
mathilde |
30 |
</td>
|
|
|
31 |
</tr>
|
608 |
mathilde |
32 |
<tr>
|
|
|
33 |
<td colspan="2">
|
|
|
34 |
<? if ($description['description']['form_vegetale'] != '') : ?>
|
1000 |
raphael |
35 |
<span class="titre">Formation végétale :</span> <?=$description['description']['form_vegetale']; ?><br/>
|
608 |
mathilde |
36 |
<? endif; ?>
|
|
|
37 |
</td>
|
|
|
38 |
</tr>
|
|
|
39 |
<tr>
|
|
|
40 |
<td colspan="2">
|
|
|
41 |
<? if ($description['description']['chorologie'] != ''): ?>
|
|
|
42 |
<span class="titre">Chorologie : </span> <?=$description['description']['chorologie']; ?><br/>
|
|
|
43 |
<? endif; ?>
|
571 |
mathilde |
44 |
</td>
|
|
|
45 |
</tr>
|
|
|
46 |
<tr>
|
608 |
mathilde |
47 |
<td >
|
|
|
48 |
<? if ($description['description']['inflorescence'] != '') : ?>
|
|
|
49 |
<span class="titre">Inflorescence :</span> <?=$description['description']['inflorescence']; ?><br/>
|
|
|
50 |
<? endif; ?>
|
|
|
51 |
<? if ($description['description']['fruit'] != '') : ?>
|
|
|
52 |
<span class="titre">Fruit :</span> <?=$description['description']['fruit']; ?><br/>
|
|
|
53 |
<? endif; ?>
|
|
|
54 |
<? if ($description['description']['couleur_fleur'] != '') : ?>
|
|
|
55 |
<span class="titre">Couleur de la fleur : </span> <?=$description['description']['couleur_fleur']; ?><br/>
|
|
|
56 |
<? endif; ?>
|
|
|
57 |
<? if ($description['description']['macule'] != '') : ?>
|
|
|
58 |
<span class="titre">Macule :</span> <?=$description['description']['macule']; ?><br/>
|
|
|
59 |
<? endif; ?>
|
|
|
60 |
<? if ($description['description']['floraison'] != '') : ?>
|
|
|
61 |
<span class="titre">Floraison :</span> <?=$description['description']['floraison']; ?><br/>
|
|
|
62 |
<? endif; ?>
|
571 |
mathilde |
63 |
</td>
|
608 |
mathilde |
64 |
<td>
|
|
|
65 |
<? if ($description['description']['sexualite'] != '') : ?>
|
|
|
66 |
<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
|
|
|
67 |
<? endif; ?>
|
|
|
68 |
<?if ($description['description']['ordre_maturation'] != '') : ?>
|
|
|
69 |
<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
|
|
|
70 |
<? endif; ?>
|
|
|
71 |
<? if ($description['description']['pollinisation'] != '') : ?>
|
|
|
72 |
<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
|
|
|
73 |
<? endif; ?>
|
|
|
74 |
<? if ($description['description']['dissemination'] != '') : ?>
|
|
|
75 |
<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
|
|
|
76 |
<? endif; ?>
|
|
|
77 |
</td>
|
571 |
mathilde |
78 |
</tr>
|
608 |
mathilde |
79 |
</table>
|
|
|
80 |
<? elseif($description['titre'] == 'Description de Coste') : ?>
|
|
|
81 |
<table class="desc">
|
571 |
mathilde |
82 |
<tr>
|
608 |
mathilde |
83 |
<td>
|
|
|
84 |
<?if ($description['description']['nom_scientifique'] != '') : ?>
|
|
|
85 |
<span class="gras">
|
|
|
86 |
<?=$description['description']['nom_scientifique']; ?>
|
|
|
87 |
</span>
|
579 |
mathilde |
88 |
<? endif; ?>
|
608 |
mathilde |
89 |
<?if ($description['description']['nom_commun'] != '') : ?>
|
|
|
90 |
<span class="italique">
|
|
|
91 |
<?=$description['description']['nom_commun']; ?>
|
|
|
92 |
</span>
|
|
|
93 |
<? endif; ?>
|
571 |
mathilde |
94 |
</td>
|
608 |
mathilde |
95 |
</tr>
|
1149 |
raphael |
96 |
<?if (@$description['description']['synonymes'] != '') : ?>
|
608 |
mathilde |
97 |
<tr>
|
|
|
98 |
<td>
|
|
|
99 |
<span class="titre">Synonymes </span>
|
|
|
100 |
<?=$description['description']['synonymes']; ?>
|
|
|
101 |
</td>
|
|
|
102 |
</tr>
|
|
|
103 |
<? endif; ?>
|
|
|
104 |
<tr>
|
|
|
105 |
<td>
|
|
|
106 |
<?if ($description['description']['texte'] != '') : ?>
|
|
|
107 |
<?=$description['description']['texte']; ?>
|
|
|
108 |
<br/>
|
|
|
109 |
<? endif; ?>
|
594 |
delphine |
110 |
</td>
|
|
|
111 |
</tr>
|
608 |
mathilde |
112 |
<?if ($description['description']['ecologie'] != '') : ?>
|
|
|
113 |
<tr>
|
|
|
114 |
<td>
|
|
|
115 |
<span class="titre">Écologie </span>
|
|
|
116 |
<?=$description['description']['ecologie']; ?>
|
|
|
117 |
</td>
|
|
|
118 |
</tr>
|
|
|
119 |
<? endif; ?>
|
|
|
120 |
<?if ($description['description']['repartition'] != '') : ?>
|
|
|
121 |
<tr>
|
|
|
122 |
<td>
|
|
|
123 |
<span class="titre">Répartition </span>
|
|
|
124 |
<?=$description['description']['repartition']; ?>
|
|
|
125 |
</td>
|
|
|
126 |
</tr>
|
|
|
127 |
<? endif; ?>
|
1149 |
raphael |
128 |
<?if (@$description['description']['floraison'] != '') : ?>
|
608 |
mathilde |
129 |
<tr>
|
|
|
130 |
<td>
|
|
|
131 |
<span class="titre">Floraison </span>
|
|
|
132 |
<?=$description['description']['floraison']; ?>
|
|
|
133 |
<?if ($description['description']['fructification'] != '') : ?>
|
|
|
134 |
<span class="titre">Fructification </span>
|
|
|
135 |
<?=$description['description']['fructification']; ?>
|
|
|
136 |
<? endif; ?>
|
|
|
137 |
</td>
|
|
|
138 |
</tr>
|
|
|
139 |
<? endif; ?>
|
1149 |
raphael |
140 |
<?if (@$description['description']['usages'] != '') : ?>
|
608 |
mathilde |
141 |
<tr>
|
|
|
142 |
<td>
|
|
|
143 |
<span class="titre">Usages</span>
|
|
|
144 |
<?=$description['description']['usages']; ?>
|
|
|
145 |
</td>
|
|
|
146 |
</tr>
|
|
|
147 |
<? endif; ?>
|
|
|
148 |
</table>
|
|
|
149 |
<? else : ?>
|
|
|
150 |
<?=$description['description'];?>
|
|
|
151 |
<? endif;?>
|
571 |
mathilde |
152 |
<? endif;?>
|
886 |
delphine |
153 |
<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
154 |
Voir +/Compléter
|
537 |
mathilde |
155 |
</a>
|
594 |
delphine |
156 |
</div>
|
525 |
gduche |
157 |
</div>
|
|
|
158 |
|
531 |
gduche |
159 |
<!-- Ethnobotanique -->
|
525 |
gduche |
160 |
<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
161 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
|
|
|
162 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
|
|
|
163 |
</h3>
|
|
|
164 |
<div id="contenu-4" class="contenu">
|
|
|
165 |
<h4>Noms communs</h4>
|
|
|
166 |
<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
|
|
|
167 |
Aucun nom vernaculaire<br /><br />
|
|
|
168 |
<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
|
|
|
169 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
|
886 |
delphine |
170 |
Rajouter vos données.
|
525 |
gduche |
171 |
</a>
|
886 |
delphine |
172 |
<? } else { echo $ethnobotanique['wikini']['noms_communs']; } ?>
|
525 |
gduche |
173 |
<?php } else { ?>
|
|
|
174 |
<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
|
|
|
175 |
<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
|
|
|
176 |
<?php endforeach; ?>
|
|
|
177 |
<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
|
886 |
delphine |
178 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
179 |
et <?= $ethnobotanique['autresNomsVerna'] ?>
|
525 |
gduche |
180 |
autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
|
|
|
181 |
nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
|
|
|
182 |
</a><br />
|
|
|
183 |
<?php }?>
|
|
|
184 |
<?php }?>
|
|
|
185 |
<h4>Usages</h4>
|
|
|
186 |
<? if ($ethnobotanique['wikini']['usage'] == '') {?>
|
|
|
187 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
|
886 |
delphine |
188 |
Rajouter vos données.
|
525 |
gduche |
189 |
</a>
|
886 |
delphine |
190 |
<? } else { echo $ethnobotanique['wikini']['usage'];} ?>
|
525 |
gduche |
191 |
<h4>Culture et arts</h4>
|
|
|
192 |
<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
|
|
|
193 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
|
886 |
delphine |
194 |
Rajouter vos données.
|
525 |
gduche |
195 |
</a>
|
886 |
delphine |
196 |
<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
|
|
|
197 |
<br />
|
|
|
198 |
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
199 |
Voir +/Compléter
|
|
|
200 |
</a>
|
525 |
gduche |
201 |
</div>
|
|
|
202 |
</div>
|
531 |
gduche |
203 |
|
886 |
delphine |
204 |
|
531 |
gduche |
205 |
<!-- Ecologie -->
|
|
|
206 |
<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
207 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
|
|
|
208 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
|
525 |
gduche |
209 |
</h3>
|
594 |
delphine |
210 |
<div id="contenu-8" class="contenu">
|
823 |
mathilde |
211 |
<h4><?= $ecologie['graph']['titre'] ?></h4>
|
886 |
delphine |
212 |
<? if (empty($ecologie['graph']['description'])) : ?>
|
|
|
213 |
<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
|
|
|
214 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
|
|
215 |
Rajouter vos données.
|
|
|
216 |
</a>
|
|
|
217 |
<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
|
|
|
218 |
<? endif; ?>
|
|
|
219 |
<? else : ?>
|
|
|
220 |
<div class="fond_graphique">
|
|
|
221 |
<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
|
556 |
mathilde |
222 |
<span class="titre">caractéristiques climatiques</span>
|
|
|
223 |
<div class="graphique">
|
823 |
mathilde |
224 |
<object type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
|
886 |
delphine |
225 |
class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
|
556 |
mathilde |
226 |
</object>
|
|
|
227 |
</div>
|
839 |
mathilde |
228 |
<? endif; ?>
|
|
|
229 |
<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
|
556 |
mathilde |
230 |
<span class="titre">caractéristiques du sol</span>
|
|
|
231 |
<div class="graphique">
|
823 |
mathilde |
232 |
<object type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
|
886 |
delphine |
233 |
class="svg" class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" > >
|
556 |
mathilde |
234 |
</object>
|
|
|
235 |
</div>
|
839 |
mathilde |
236 |
<? endif; ?>
|
886 |
delphine |
237 |
<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
|
|
|
238 |
Voir les références
|
|
|
239 |
</a>
|
|
|
240 |
</div>
|
|
|
241 |
<? endif; ?>
|
|
|
242 |
<? if (!empty($ecologie['phytosocio']['description'])) : ?>
|
|
|
243 |
<h4>Phytosociologie</h4>
|
|
|
244 |
<span class="gras">
|
|
|
245 |
<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> -
|
|
|
246 |
<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
|
|
|
247 |
</span> <br/>
|
|
|
248 |
<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> -
|
|
|
249 |
<span class="italique">
|
|
|
250 |
<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
|
|
|
251 |
</span>
|
|
|
252 |
<? endif; ?>
|
|
|
253 |
<br/>
|
|
|
254 |
<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
255 |
Voir +/Compléter
|
|
|
256 |
</a>
|
594 |
delphine |
257 |
</div>
|
525 |
gduche |
258 |
</div>
|
|
|
259 |
|
886 |
delphine |
260 |
|
531 |
gduche |
261 |
<!-- Nomenclature -->
|
525 |
gduche |
262 |
<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
263 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
|
876 |
aurelien |
264 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
|
525 |
gduche |
265 |
</h3>
|
|
|
266 |
<div id="contenu-6" class="contenu">
|
829 |
delphine |
267 |
<h4>Taxons supérieurs</h4>
|
846 |
delphine |
268 |
<?php if($nomenclature['taxons_sup'] != array()) { ?>
|
|
|
269 |
<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>
|
976 |
delphine |
270 |
<div>
|
|
|
271 |
<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
|
|
|
272 |
<?= $taxon['rang.libelle']; ?> : <?= $taxon['nom_sci']; ?>
|
|
|
273 |
</a>
|
|
|
274 |
</div>
|
829 |
delphine |
275 |
<?php endforeach; ?>
|
|
|
276 |
<?php } else { ?>
|
|
|
277 |
<div>Aucun taxon supérieur référencé </div>
|
|
|
278 |
<?php } ?>
|
525 |
gduche |
279 |
<h4>Nom retenu</h4>
|
|
|
280 |
<div>
|
|
|
281 |
<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
|
|
|
282 |
<?= $nomenclature['nom_retenu_formate']; ?>
|
|
|
283 |
</div>
|
|
|
284 |
<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>
|
876 |
aurelien |
285 |
<div class="nom"> <span class="nomenclature_basionyme">Basionyme</span> : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
|
525 |
gduche |
286 |
<?php } ?>
|
|
|
287 |
</div>
|
|
|
288 |
|
|
|
289 |
<h4>Synonymes</h4>
|
|
|
290 |
<?php if($nomenclature['synonymes'] == array()) { ?>
|
|
|
291 |
Aucun synonyme
|
|
|
292 |
<? } else { ?>
|
1149 |
raphael |
293 |
<?php foreach (@$nomenclature['synonymes'] as $synonyme) : ?>
|
876 |
aurelien |
294 |
<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
|
525 |
gduche |
295 |
<?= $synonyme['nom_sci_complet']; ?>
|
|
|
296 |
</div>
|
|
|
297 |
<?php endforeach; ?>
|
|
|
298 |
<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
|
|
|
299 |
<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
|
|
|
300 |
<?= $nomenclature['autresSynonymesNbre'] ?>
|
|
|
301 |
autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
|
|
|
302 |
synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
|
|
|
303 |
</a>
|
|
|
304 |
<?php }} ?>
|
531 |
gduche |
305 |
<h4>Taxons inférieurs</h4>
|
846 |
delphine |
306 |
<?php if($nomenclature['taxons_inf'] != array()) { ?>
|
|
|
307 |
<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
|
976 |
delphine |
308 |
<div>
|
|
|
309 |
<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
|
|
|
310 |
<?= $taxon['rang.libelle']; ?> : <?= $taxon['nom_sci']; ?>
|
|
|
311 |
</a>
|
|
|
312 |
</div>
|
531 |
gduche |
313 |
<?php endforeach; ?>
|
|
|
314 |
<?php } else { ?>
|
|
|
315 |
<div>Aucun taxon inférieur référencé </div>
|
829 |
delphine |
316 |
<?php } ?>
|
886 |
delphine |
317 |
<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
318 |
Voir +/Compléter
|
|
|
319 |
</a>
|
531 |
gduche |
320 |
</div>
|
|
|
321 |
</div>
|
886 |
delphine |
322 |
|
|
|
323 |
|
531 |
gduche |
324 |
<!-- Bibliographie -->
|
|
|
325 |
<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
886 |
delphine |
326 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
|
|
|
327 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
|
|
|
328 |
</h3>
|
|
|
329 |
<div id="contenu-2" class="contenu">
|
|
|
330 |
<?php if (isset($bibliographie['wikini'])) { ?>
|
|
|
331 |
<?= ($bibliographie['wikini']['biblio'] == '') ?
|
|
|
332 |
'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
|
|
|
333 |
Ajoutez votre bibliographie sur ce taxon</a>'
|
|
|
334 |
: $bibliographie['wikini']['biblio'].
|
|
|
335 |
'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
|
|
|
336 |
Rajouter vos données.</a>'; ?>
|
|
|
337 |
<?php } else { ?>
|
|
|
338 |
<h4>Flores</h4>
|
|
|
339 |
<?php if ($bibliographie['flores'] == array()) { ?>
|
|
|
340 |
Aucune flore indiquée
|
531 |
gduche |
341 |
<?php } else { ?>
|
886 |
delphine |
342 |
<?php foreach ($bibliographie['flores'] as $flore) : ?>
|
|
|
343 |
<div> - <?= $flore; ?> </div>
|
|
|
344 |
<?php endforeach; ?>
|
|
|
345 |
<?php if($bibliographie['autresFlores'] > 0) { ?>
|
|
|
346 |
<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id=alignement-droite>
|
|
|
347 |
et <?= htmlentities($bibliographie['autresFlores']) ?>
|
|
|
348 |
autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
|
|
|
349 |
flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
|
|
|
350 |
</a>
|
|
|
351 |
<?php } } ?><br />
|
|
|
352 |
<h4>Références</h4>
|
|
|
353 |
<?php if ($bibliographie['references'] == array()) { ?>
|
|
|
354 |
Aucune référence bibliographique
|
|
|
355 |
<?php } else { ?>
|
|
|
356 |
<?php foreach ($bibliographie['references'] as $reference) : ?>
|
|
|
357 |
<div> - <?= $reference['reference_html']; ?> </div>
|
|
|
358 |
<?php endforeach; ?>
|
|
|
359 |
<?php if($bibliographie['autresReferences'] > 0) { ?>
|
|
|
360 |
<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id=alignement-droite>
|
|
|
361 |
et <?= $bibliographie['autresReferences'] ?>
|
|
|
362 |
autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
|
|
|
363 |
référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
|
|
|
364 |
</a>
|
|
|
365 |
<?php } } ?>
|
|
|
366 |
<?php }?>
|
913 |
aurelien |
367 |
<hr class="nettoyage" />
|
886 |
delphine |
368 |
<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id=alignement-droite>
|
|
|
369 |
Voir +/Compléter
|
|
|
370 |
</a>
|
531 |
gduche |
371 |
</div>
|
886 |
delphine |
372 |
</div>
|
531 |
gduche |
373 |
</div>
|
|
|
374 |
|
|
|
375 |
|
|
|
376 |
<div class="colonne">
|
|
|
377 |
|
|
|
378 |
<!-- Illustrations -->
|
|
|
379 |
<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
380 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
|
|
|
381 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
|
|
|
382 |
</h3>
|
886 |
delphine |
383 |
<div id="contenu-0" class="contenu">
|
876 |
aurelien |
384 |
<?php if (empty($illustrations['imageUrl']) == false) : ?>
|
984 |
aurelien |
385 |
<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>"
|
982 |
delphine |
386 |
src="<?=$illustrations['imageUrl']?>" alt="Image de <?=$nom_retenu?> issue du cel, du site photoflora ou de la flore de Coste"
|
|
|
387 |
style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
|
531 |
gduche |
388 |
<?php else : ?>
|
|
|
389 |
<span class="absent" style="float:none; margin-left:55px">
|
|
|
390 |
Pas de photo<br />
|
|
|
391 |
<a href="http://www.tela-botanica.org/page:cel"
|
982 |
delphine |
392 |
title="Ajouter une photographie de <?= $nom_retenu ?> au moyen du Carnet en Ligne"
|
531 |
gduche |
393 |
onclick="window.open(this.href); return false;" class="contribuer">
|
|
|
394 |
Contribuer
|
|
|
395 |
</a>
|
|
|
396 |
</span>
|
886 |
delphine |
397 |
<?php endif; ?> <br />
|
|
|
398 |
<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
399 |
Voir +/Compléter
|
|
|
400 |
</a>
|
|
|
401 |
</div>
|
525 |
gduche |
402 |
</div>
|
531 |
gduche |
403 |
|
|
|
404 |
<!-- Répartition -->
|
|
|
405 |
<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
406 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
|
|
|
407 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
|
525 |
gduche |
408 |
</h3>
|
886 |
delphine |
409 |
<div id="contenu-3" class="contenu">
|
1165 |
aurelien |
410 |
<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
|
|
|
411 |
<h4>Observations</h4>
|
|
|
412 |
<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
|
|
|
413 |
<? endif; ?>
|
|
|
414 |
<? if ($repartition['chorodep'] != null) : ?>
|
|
|
415 |
<h4>Répartition départementale</h4>
|
|
|
416 |
<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
|
|
|
417 |
<? endif; ?>
|
|
|
418 |
<br/>
|
886 |
delphine |
419 |
<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
420 |
Voir +/Compléter
|
|
|
421 |
</a>
|
|
|
422 |
</div>
|
525 |
gduche |
423 |
</div>
|
531 |
gduche |
424 |
|
767 |
aurelien |
425 |
<!-- Statut de protection -->
|
|
|
426 |
<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
|
|
427 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
|
874 |
aurelien |
428 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
|
767 |
aurelien |
429 |
</h3>
|
1139 |
aurelien |
430 |
<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
|
|
|
431 |
<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
|
|
|
432 |
Attention ce taxon est protégé dans les zones suivantes : <br />
|
767 |
aurelien |
433 |
<?php foreach($statut['statuts'] as $statut_zone) : ?>
|
|
|
434 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
1149 |
raphael |
435 |
<?= @$statut_zone['zone_application']; ?><br />
|
767 |
aurelien |
436 |
</a>
|
|
|
437 |
<?php endforeach; ?>
|
1151 |
raphael |
438 |
<? } else if (@$statut['wikini']['statuts_de_protection'] != '' ) { ?>
|
1139 |
aurelien |
439 |
<?= $statut['wikini']['statuts_de_protection'];?>
|
|
|
440 |
<? } ?>
|
|
|
441 |
<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
|
|
|
442 |
Ce taxon est classé dans la liste rouge dans la catégorie : <br />
|
|
|
443 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
|
|
444 |
<?= $statut['liste_rouge'][0][num_categorie].' - '.$statut['liste_rouge'][0][categorie]; ?><br />
|
|
|
445 |
</a>
|
|
|
446 |
<? } ?>
|
1151 |
raphael |
447 |
<? if (@$statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
|
767 |
aurelien |
448 |
<span class="pas_de_protection">Pas de protection connue</span>
|
1139 |
aurelien |
449 |
<? }?>
|
886 |
delphine |
450 |
<br />
|
|
|
451 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
|
|
452 |
Voir +/Compléter
|
767 |
aurelien |
453 |
</a>
|
886 |
delphine |
454 |
</div>
|
767 |
aurelien |
455 |
</div>
|
531 |
gduche |
456 |
|
525 |
gduche |
457 |
</div>
|
|
|
458 |
<hr class="nettoyage" />
|
|
|
459 |
</div>
|