| 645 |
mathilde |
1 |
<!-- ECOLOGIE -->
|
| 691 |
mathilde |
2 |
<div class="bloc no-break">
|
| 645 |
mathilde |
3 |
<div class="categorie">Ecologie</div>
|
|
|
4 |
<? if (!isset($ecologie['baseflor']['aucune'])) : ?>
|
|
|
5 |
<div class="no-break">
|
|
|
6 |
<h2>Optimum écologique</h2>
|
|
|
7 |
<span class="citation"><?=$ecologie['baseflor']['meta']['citation']?></span>
|
|
|
8 |
<div class="fond_graphique">
|
|
|
9 |
<div class="no-break">
|
|
|
10 |
<div class="graphique">
|
|
|
11 |
<span class="titre">caractéristiques climatiques</span>
|
|
|
12 |
<br/>
|
|
|
13 |
<!-- laisser attribut alt au cas où svg ne marche pas -->
|
|
|
14 |
<object class="svg_clim" type="image/svg+xml" data="<?=$ecologie['baseflor']['climat_url']?>" alt="<?=$ecologie['baseflor']['climat_url_png']?>">
|
|
|
15 |
</object>
|
|
|
16 |
</div>
|
| 693 |
mathilde |
17 |
</div>
|
| 645 |
mathilde |
18 |
<div class="no-break">
|
|
|
19 |
<div class="graphique">
|
|
|
20 |
<span class="titre centrer">caractéristiques du sol</span>
|
|
|
21 |
<br/>
|
|
|
22 |
<!-- laisser attribut alt au cas où svg ne marche pas -->
|
|
|
23 |
<object type="image/svg+xml" data="<?=$ecologie['baseflor']['sol_url']?>" class="svg_sol" alt="<?=$ecologie['baseflor']['sol_url_png']?>">
|
|
|
24 |
</object>
|
|
|
25 |
</div>
|
|
|
26 |
<br/>
|
| 700 |
mathilde |
27 |
<img src="<?=$ecologie['baseflor']['legende_eco']?>" class="legende_formes"/>
|
| 645 |
mathilde |
28 |
</div>
|
|
|
29 |
</div>
|
|
|
30 |
<? endif; ?>
|
|
|
31 |
</div>
|
|
|
32 |
<!-- VIDE DE DONNEES -->
|
|
|
33 |
<? if (isset($ecologie['baseflor']['aucune'])) : ?>
|
|
|
34 |
Aucune donnée.
|
|
|
35 |
<? endif; ?>
|
|
|
36 |
</div>
|
| 693 |
mathilde |
37 |
|
| 645 |
mathilde |
38 |
<br/>
|
|
|
39 |
|
| 691 |
mathilde |
40 |
|