Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 400 → Rev 401

/trunk/modules/fiche/squelettes/fiche_repartition.tpl.html
2,7 → 2,7
<h2>Chorologie départementale</h2>
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
</object>
<div id="legende" style="padding:15px;">
<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
<h3>Légende</h3><br />
<? foreach ($chorodep['legende'] as $id => $details) :?>
<div style="clear:left; ">
21,8 → 21,7
<h2>Observations</h2>
<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
</object>
<div id="legende" style="padding:15px;">
<h3>Légende</h3><br />
<div id="legende" style="padding:15px;margin-top:-25px;">
<? foreach ($eflore['legende'] as $id => $details) :?>
<div style="clear:left; ">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>