Line 4... |
Line 4... |
4 |
<div class="synthese onglet_contenu" id="synthese">
|
4 |
<div class="synthese onglet_contenu" id="synthese">
|
5 |
<div class="colonne deuxtiers">
|
5 |
<div class="colonne deuxtiers">
|
6 |
<!-- Nomenclature -->
|
6 |
<!-- Nomenclature -->
|
7 |
<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
7 |
<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
8 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
|
8 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
|
9 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
|
9 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature"><?=$i18n["onglet-nom-classif"]?></a>
|
10 |
</h3>
|
10 |
</h3>
|
11 |
<div id="contenu-6" class="contenu">
|
11 |
<div id="contenu-6" class="contenu">
|
12 |
<h4>Taxons supérieurs</h4>
|
12 |
<h4>Taxons supérieurs</h4>
|
13 |
<?php if($nomenclature['taxons_sup'] != array()) { ?>
|
13 |
<?php if($nomenclature['taxons_sup'] != array()) { ?>
|
14 |
<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>
|
14 |
<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>
|
Line 66... |
Line 66... |
66 |
</div>
|
66 |
</div>
|
Line 67... |
Line 67... |
67 |
|
67 |
|
68 |
<!-- Description -->
|
68 |
<!-- Description -->
|
69 |
<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
69 |
<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
70 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
|
70 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
|
71 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
|
71 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description"><?=$i18n["onglet-nom-descr"]?></a>
|
72 |
</h3>
|
72 |
</h3>
|
73 |
<div id="contenu-1" class="contenu">
|
73 |
<div id="contenu-1" class="contenu">
|
74 |
<h4><?= $description['titre']?></h4>
|
74 |
<h4><?= $description['titre']?></h4>
|
75 |
<? if ($description['description'] != '') : ?>
|
75 |
<? if ($description['description'] != '') : ?>
|
Line 211... |
Line 211... |
211 |
</div>
|
211 |
</div>
|
Line 212... |
Line 212... |
212 |
|
212 |
|
213 |
<!-- Ecologie -->
|
213 |
<!-- Ecologie -->
|
214 |
<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
214 |
<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
215 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
|
215 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
|
216 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
|
216 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
|
217 |
</h3>
|
217 |
</h3>
|
218 |
<div id="contenu-8" class="contenu">
|
218 |
<div id="contenu-8" class="contenu">
|
219 |
<h4><?=$ecologie['graph']['titre']?></h4>
|
219 |
<h4><?=$ecologie['graph']['titre']?></h4>
|
220 |
<? if (empty($ecologie['graph']['description'])) : ?>
|
220 |
<? if (empty($ecologie['graph']['description'])) : ?>
|
Line 266... |
Line 266... |
266 |
</div>
|
266 |
</div>
|
Line 267... |
Line 267... |
267 |
|
267 |
|
268 |
<!-- Ethnobotanique -->
|
268 |
<!-- Ethnobotanique -->
|
269 |
<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
269 |
<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
270 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
|
270 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
|
271 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
|
271 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
|
272 |
</h3>
|
272 |
</h3>
|
273 |
<div id="contenu-4" class="contenu">
|
273 |
<div id="contenu-4" class="contenu">
|
274 |
<h4>Noms communs</h4>
|
274 |
<h4>Noms communs</h4>
|
275 |
<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
|
275 |
<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
|
Line 311... |
Line 311... |
311 |
</div>
|
311 |
</div>
|
Line 312... |
Line 312... |
312 |
|
312 |
|
313 |
<!-- Bibliographie -->
|
313 |
<!-- Bibliographie -->
|
314 |
<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
314 |
<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
315 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
|
315 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
|
316 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
|
316 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie"><?=$i18n["onglet-nom-biblio"]?></a>
|
317 |
</h3>
|
317 |
</h3>
|
318 |
<div id="contenu-2" class="contenu">
|
318 |
<div id="contenu-2" class="contenu">
|
319 |
<?php if (isset($bibliographie['wikini'])) { ?>
|
319 |
<?php if (isset($bibliographie['wikini'])) { ?>
|
320 |
<?= ($bibliographie['wikini']['biblio'] == '') ?
|
320 |
<?= ($bibliographie['wikini']['biblio'] == '') ?
|
Line 364... |
Line 364... |
364 |
</div><div class="colonne">
|
364 |
</div><div class="colonne">
|
Line 365... |
Line 365... |
365 |
|
365 |
|
366 |
<!-- Illustrations -->
|
366 |
<!-- Illustrations -->
|
367 |
<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
367 |
<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
368 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
|
368 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
|
369 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
|
369 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
|
370 |
</h3>
|
370 |
</h3>
|
371 |
<div id="contenu-0" class="contenu">
|
371 |
<div id="contenu-0" class="contenu">
|
372 |
<?php if ($illustrations['imageUrl'] != '') : ?>
|
372 |
<?php if ($illustrations['imageUrl'] != '') : ?>
|
373 |
<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>"
|
373 |
<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>"
|
Line 390... |
Line 390... |
390 |
</div>
|
390 |
</div>
|
Line 391... |
Line 391... |
391 |
|
391 |
|
392 |
<!-- Répartition -->
|
392 |
<!-- Répartition -->
|
393 |
<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
393 |
<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
394 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
|
394 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
|
395 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
|
395 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
|
396 |
</h3>
|
396 |
</h3>
|
397 |
<div id="contenu-3" class="contenu">
|
397 |
<div id="contenu-3" class="contenu">
|
398 |
<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
|
398 |
<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
|
399 |
<h4>Observations</h4>
|
399 |
<h4>Observations</h4>
|
Line 411... |
Line 411... |
411 |
</div>
|
411 |
</div>
|
Line 412... |
Line 412... |
412 |
|
412 |
|
413 |
<!-- Statut de protection -->
|
413 |
<!-- Statut de protection -->
|
414 |
<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
414 |
<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
|
415 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
|
415 |
<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
|
416 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
|
416 |
<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut"><?=$i18n["onglet-nom-protect"]?></a>
|
417 |
</h3>
|
417 |
</h3>
|
418 |
<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
|
418 |
<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
|
419 |
<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
|
419 |
<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
|
420 |
Attention ce taxon est protégé dans les zones suivantes : <br />
|
420 |
Attention ce taxon est protégé dans les zones suivantes : <br />
|