645 |
mathilde |
1 |
<!-- ECOLOGIE -->
|
691 |
mathilde |
2 |
<div class="bloc no-break">
|
1027 |
jpm |
3 |
<!-- ECOLOGIE -->
|
645 |
mathilde |
4 |
<div class="categorie">Ecologie</div>
|
|
|
5 |
<? if (!isset($ecologie['baseflor']['aucune'])) : ?>
|
|
|
6 |
<div class="no-break">
|
|
|
7 |
<h2>Optimum écologique</h2>
|
|
|
8 |
<span class="citation"><?=$ecologie['baseflor']['meta']['citation']?></span>
|
|
|
9 |
<div class="fond_graphique">
|
1017 |
raphael |
10 |
<? if($ecologie['baseflor']['climat_url']) : ?>
|
645 |
mathilde |
11 |
<div class="no-break">
|
|
|
12 |
<div class="graphique">
|
|
|
13 |
<span class="titre">caractéristiques climatiques</span>
|
|
|
14 |
<br/>
|
|
|
15 |
<!-- laisser attribut alt au cas où svg ne marche pas -->
|
|
|
16 |
<object class="svg_clim" type="image/svg+xml" data="<?=$ecologie['baseflor']['climat_url']?>" alt="<?=$ecologie['baseflor']['climat_url_png']?>">
|
1027 |
jpm |
17 |
</object>
|
645 |
mathilde |
18 |
</div>
|
693 |
mathilde |
19 |
</div>
|
1017 |
raphael |
20 |
<? endif; ?>
|
|
|
21 |
<? if($ecologie['baseflor']['sol_url']) : ?>
|
645 |
mathilde |
22 |
<div class="no-break">
|
|
|
23 |
<div class="graphique">
|
|
|
24 |
<span class="titre centrer">caractéristiques du sol</span>
|
|
|
25 |
<br/>
|
|
|
26 |
<!-- laisser attribut alt au cas où svg ne marche pas -->
|
|
|
27 |
<object type="image/svg+xml" data="<?=$ecologie['baseflor']['sol_url']?>" class="svg_sol" alt="<?=$ecologie['baseflor']['sol_url_png']?>">
|
1027 |
jpm |
28 |
</object>
|
645 |
mathilde |
29 |
</div>
|
1027 |
jpm |
30 |
<br/>
|
|
|
31 |
<img src="<?=$ecologie['baseflor']['legende_eco']?>" class="legende_formes"/>
|
|
|
32 |
</div>
|
645 |
mathilde |
33 |
</div>
|
1017 |
raphael |
34 |
<? endif; ?>
|
645 |
mathilde |
35 |
</div>
|
841 |
mathilde |
36 |
<? endif; ?>
|
|
|
37 |
|
1027 |
jpm |
38 |
<!-- PHYTOSOCIOLOGIE -->
|
841 |
mathilde |
39 |
<div class="no-break">
|
849 |
mathilde |
40 |
<? if (isset($ecologie['baseveg']['baseflor']['catminat'])) : ?>
|
841 |
mathilde |
41 |
<h2>Phytosociologie</h2>
|
|
|
42 |
<span class="citation"><?=$ecologie['baseveg']['meta']['citation']?></span>
|
|
|
43 |
<? if (isset($ecologie['baseveg']['syntaxons-sup']) || isset($ecologie['baseveg']['syntaxons-sup'])) : ?>
|
|
|
44 |
<br/>
|
|
|
45 |
Le code catminat de ce taxon est <span class="gras"> <?=$ecologie['baseveg']['baseflor']['catminat'] ?></span> </br>
|
|
|
46 |
Il est caractéristique du syntaxon de niveau <span class="gras"><?=$ecologie['baseveg']['syntaxon-courant'][0]['niveau.libelle']?></span> présenté
|
|
|
47 |
dans le tableau ci-dessous avec ses niveaux supérieurs.
|
|
|
48 |
<table>
|
|
|
49 |
<?php foreach ($ecologie['baseveg']['syntaxons-sup'] as $cle => $valeurs ) : ?>
|
|
|
50 |
<tr>
|
|
|
51 |
<td>
|
|
|
52 |
<span class="gras">
|
|
|
53 |
<?=$valeurs['code_catminat']?>
|
|
|
54 |
</span></br>
|
|
|
55 |
<?=$valeurs['niveau.libelle']?>
|
|
|
56 |
</td>
|
|
|
57 |
<td>
|
|
|
58 |
<span class="gras">
|
|
|
59 |
<?=$valeurs['syntaxon']?>
|
|
|
60 |
</span> </br>
|
|
|
61 |
<span >
|
|
|
62 |
<?=$valeurs['physio_biotype']?>
|
|
|
63 |
</span> </br>
|
|
|
64 |
<?= !empty($valeurs['repartition_france']) ? 'répartition : '.$valeurs['repartition_france'] : '' ?>
|
|
|
65 |
</br>
|
|
|
66 |
Réf. <?=$valeurs['ref_der_biblio']?>
|
|
|
67 |
</td>
|
|
|
68 |
</tr>
|
|
|
69 |
<? endforeach; ?>
|
|
|
70 |
<tr class="surlignage">
|
|
|
71 |
<td>
|
|
|
72 |
<span class="gras">
|
|
|
73 |
<?=$ecologie['baseveg']['syntaxon-courant'][0]['code_catminat']?>
|
|
|
74 |
</span></br>
|
|
|
75 |
<?=$ecologie['baseveg']['syntaxon-courant'][0]['niveau.libelle']?>
|
|
|
76 |
</td>
|
|
|
77 |
<td>
|
|
|
78 |
<span class="gras">
|
|
|
79 |
<?=$ecologie['baseveg']['syntaxon-courant'][0]['syntaxon']?>
|
|
|
80 |
</span> </br>
|
|
|
81 |
<span >
|
|
|
82 |
<?=$ecologie['baseveg']['syntaxon-courant'][0]['physio_biotype']?>
|
|
|
83 |
</span> </br>
|
|
|
84 |
<?= !empty($ecologie['baseveg']['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$ecologie['baseveg']['syntaxon-courant'][0]['repartition_france'] : ''?>
|
|
|
85 |
</br>
|
|
|
86 |
Réf. <?=$ecologie['baseveg']['syntaxon-courant'][0]['ref_der_biblio']?>
|
|
|
87 |
</td>
|
|
|
88 |
</tr>
|
|
|
89 |
</table>
|
849 |
mathilde |
90 |
<?endif;?>
|
|
|
91 |
<?endif;?>
|
841 |
mathilde |
92 |
</div>
|
1027 |
jpm |
93 |
|
645 |
mathilde |
94 |
<!-- VIDE DE DONNEES -->
|
|
|
95 |
<? if (isset($ecologie['baseflor']['aucune'])) : ?>
|
|
|
96 |
Aucune donnée.
|
|
|
97 |
<? endif; ?>
|
841 |
mathilde |
98 |
</div>
|
1027 |
jpm |
99 |
<br/>
|