Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 257 | Rev 260 | 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;">
257 delphine 4
		<h3>Légende</h3><br />
253 gduche 5
		<? foreach ($legende as $id => $details) :?>
6
				<div style="clear:left; ">
7
					<div style="float:left; margin-right:5px; margin-bottom:3px; width:15px; height:15px; border:solid 1px black; background:<?=$details['couleur']?>"></div>
8
					<div style="float:left; text-transform:capitalize"><b><?=$details['nom']?></b></div>
9
				</div>
10
		<? endforeach;	?>
11
	</div>
257 delphine 12
	<div id="metadonnees">
259 gduche 13
		<?=$metadonnees[0]['citation']?>
14
	</div>
239 aurelien 15
</div>