Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 365 | Rev 401 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 365 Rev 367
Line 21... Line 21...
21
	<h2>Observations</h2>
21
	<h2>Observations</h2>
22
	<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">     
22
	<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">     
23
	</object>
23
	</object>
24
	<div id="legende" style="padding:15px;">
24
	<div id="legende" style="padding:15px;">
25
		<h3>Légende</h3><br />
25
		<h3>Légende</h3><br />
-
 
26
		<? foreach ($eflore['legende'] as $id => $details) :?>
-
 
27
				<div style="clear:left; ">
-
 
28
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
-
 
29
					<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
-
 
30
				</div>
-
 
31
		<? endforeach;	?>
26
	</div>
32
	</div>
27
	<div class="conteneur_lien_metadonnees">
33
	<div class="conteneur_lien_metadonnees">
Line 28... Line 34...
28
		
34
		
29
	</div>
35
	</div>