Rev 253 | Rev 259 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div id="repartition">
<img src="<?=$img?>" /><br />
<div id="legende" style="padding:15px;">
<h3>Légende</h3><br />
<? foreach ($legende as $id => $details) :?>
<div style="clear:left; ">
<div style="float:left; margin-right:5px; margin-bottom:3px; width:15px; height:15px; border:solid 1px black; background:<?=$details['couleur']?>"></div>
<div style="float:left; text-transform:capitalize"><b><?=$details['nom']?></b></div>
</div>
<? endforeach; ?>
</div>
<div id="metadonnees">
<?=$metadonnees[0]['citation']?>
</div>