Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 259 | Rev 263 | 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">
260 gduche 2
	<object type="image/svg+xml" data="<?=$img?>">
3
    Le navigateur ne supporte pas les fichiers SVG !
4
   </object>
253 gduche 5
	<div id="legende" style="padding:15px;">
257 delphine 6
		<h3>Légende</h3><br />
253 gduche 7
		<? foreach ($legende as $id => $details) :?>
8
				<div style="clear:left; ">
260 gduche 9
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
10
					<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
253 gduche 11
				</div>
12
		<? endforeach;	?>
13
	</div>
257 delphine 14
	<div id="metadonnees">
259 gduche 15
		<?=$metadonnees[0]['citation']?>
16
	</div>
239 aurelien 17
</div>