Rev 239 | Rev 257 | 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;">
<? 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>