Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 239 | Rev 257 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
239 aurelien 1
<div id="repartition">
253 gduche 2
	<img src="<?=$img?>" /><br />
3
	<div id="legende" style="padding:15px;">
4
		<? foreach ($legende as $id => $details) :?>
5
				<div style="clear:left; ">
6
					<div style="float:left; margin-right:5px; margin-bottom:3px; width:15px; height:15px; border:solid 1px black; background:<?=$details['couleur']?>"></div>
7
					<div style="float:left; text-transform:capitalize"><b><?=$details['nom']?></b></div>
8
				</div>
9
		<? endforeach;	?>
10
	</div>
239 aurelien 11
</div>