Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 253 Rev 257
Line 1... Line 1...
1
<div id="repartition">
1
<div id="repartition">
2
	<img src="<?=$img?>" /><br />
2
	<img src="<?=$img?>" /><br />
3
	<div id="legende" style="padding:15px;">
3
	<div id="legende" style="padding:15px;">
-
 
4
		<h3>Légende</h3><br />
4
		<? foreach ($legende as $id => $details) :?>
5
		<? foreach ($legende as $id => $details) :?>
5
				<div style="clear:left; ">
6
				<div style="clear:left; ">
6
					<div style="float:left; margin-right:5px; margin-bottom:3px; width:15px; height:15px; border:solid 1px black; background:<?=$details['couleur']?>"></div>
7
					<div style="float:left; margin-right:5px; margin-bottom:3px; width:15px; height:15px; border:solid 1px black; background:<?=$details['couleur']?>"></div>
7
					<div style="float:left; text-transform:capitalize"><b><?=$details['nom']?></b></div>
8
					<div style="float:left; text-transform:capitalize"><b><?=$details['nom']?></b></div>
8
				</div>
9
				</div>
9
		<? endforeach;	?>
10
		<? endforeach;	?>
10
	</div>
11
	</div>
-
 
12
	<div id="metadonnees">
-
 
13
	<?=$metadonnees[0]['citation']?>
11
</div>
14
</div>
12
15