Line 1... |
Line 1... |
1 |
<div id="repartition">
|
1 |
<div id="repartition">
|
2 |
<h2>Chorologie départementale</h2>
|
2 |
<h2>Chorologie départementale</h2>
|
3 |
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
|
3 |
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
|
4 |
</object>
|
4 |
</object>
|
5 |
<div id="legende" style="padding:15px;">
|
5 |
<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
|
6 |
<h3>Légende</h3><br />
|
6 |
<h3>Légende</h3><br />
|
7 |
<? foreach ($chorodep['legende'] as $id => $details) :?>
|
7 |
<? foreach ($chorodep['legende'] as $id => $details) :?>
|
8 |
<div style="clear:left; ">
|
8 |
<div style="clear:left; ">
|
9 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
9 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
10 |
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
|
10 |
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
|
Line 19... |
Line 19... |
19 |
</div>
|
19 |
</div>
|
20 |
<div id="eflore">
|
20 |
<div id="eflore">
|
21 |
<h2>Observations</h2>
|
21 |
<h2>Observations</h2>
|
22 |
<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
|
22 |
<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
|
23 |
</object>
|
23 |
</object>
|
24 |
<div id="legende" style="padding:15px;">
|
24 |
<div id="legende" style="padding:15px;margin-top:-25px;">
|
25 |
<h3>Légende</h3><br />
|
- |
|
26 |
<? foreach ($eflore['legende'] as $id => $details) :?>
|
25 |
<? foreach ($eflore['legende'] as $id => $details) :?>
|
27 |
<div style="clear:left; ">
|
26 |
<div style="clear:left; ">
|
28 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
27 |
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
|
29 |
<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
|
28 |
<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
|
30 |
</div>
|
29 |
</div>
|