Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 325 | Rev 361 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 325 Rev 327
1
<div id="repartition">
1
<div id="repartition">
2
	<h2>Chorologie départementale</h2>
2
	<h2>Chorologie départementale</h2>
3
	<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">     
3
	<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">     
4
	</object>
4
	</object>
5
	<div id="legende" style="padding:15px;">
5
	<div id="legende" style="padding:15px;">
6
		<h3>Légende</h3><br />
6
		<h3>Légende</h3><br />
7
		<? foreach ($chorodep['legende'] as $id => $details) :?>
7
		<? foreach ($chorodep['legende'] as $id => $details) :?>
8
				<div style="clear:left; ">
8
				<div style="clear:left; ">
9
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
9
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
10
					<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
10
					<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
11
				</div>
11
				</div>
12
		<? endforeach;	?>
12
		<? endforeach;	?>
13
	</div>
13
	</div>
14
	<div class="conteneur_lien_metadonnees">
14
	<div class="conteneur_lien_metadonnees">
15
		<?=$chorodep['meta']['citation']?>
15
		<?=$chorodep['meta']['citation']?>
16
		<span id="metadonnees" class="conteneur_lien_metadonnees">
16
		<span class="conteneur_lien_metadonnees">
17
			<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
17
			<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
18
		</span>
18
		</span>
19
	</div>
19
	</div>
20
</div>
20
</div>