Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 367 | Rev 467 | 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>
325 gduche 3
	<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
291 jpm 4
	</object>
401 delphine 5
	<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
257 delphine 6
		<h3>Légende</h3><br />
291 jpm 7
		<? foreach ($chorodep['legende'] as $id => $details) :?>
253 gduche 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>
270 aurelien 14
	<div class="conteneur_lien_metadonnees">
291 jpm 15
		<?=$chorodep['meta']['citation']?>
327 aurelien 16
		<span class="conteneur_lien_metadonnees">
307 jpm 17
			<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
292 aurelien 18
		</span>
259 gduche 19
	</div>
361 delphine 20
	<div id="eflore">
21
	<h2>Observations</h2>
365 aurelien 22
	<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
361 delphine 23
	</object>
401 delphine 24
	<div id="legende" style="padding:15px;margin-top:-25px;">
367 delphine 25
		<? foreach ($eflore['legende'] as $id => $details) :?>
26
				<div style="clear:left; ">
27
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
28
					<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
29
				</div>
30
		<? endforeach;	?>
361 delphine 31
	</div>
32
	<div class="conteneur_lien_metadonnees">
33
 
34
	</div>
35
	</div>
239 aurelien 36
</div>