Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 270 | Rev 292 | 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">
291 jpm 2
	<h2>Chorologie départementale</h2>
3
	<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>">
4
    	<!-- img src="<?=$chorodep['pngUrl']?>" / -->
5
	</object>
253 gduche 6
	<div id="legende" style="padding:15px;">
257 delphine 7
		<h3>Légende</h3><br />
291 jpm 8
		<? foreach ($chorodep['legende'] as $id => $details) :?>
253 gduche 9
				<div style="clear:left; ">
260 gduche 10
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
11
					<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
253 gduche 12
				</div>
13
		<? endforeach;	?>
14
	</div>
270 aurelien 15
	<div class="conteneur_lien_metadonnees">
291 jpm 16
		<?=$chorodep['meta']['citation']?>
259 gduche 17
	</div>
264 aurelien 18
	<div id="metadonnees" class="conteneur_lien_metadonnees">
291 jpm 19
		<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>"> Voir + </a>
264 aurelien 20
	</div>
239 aurelien 21
</div>