Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1490 Rev 1491
Line 49... Line 49...
49
		</div>
49
		</div>
50
		<div id="legende" style="padding: 15px; margin-top: -25px;">
50
		<div id="legende" style="padding: 15px; margin-top: -25px;">
51
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
51
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
52
			<div style="clear: left;">
52
			<div style="clear: left;">
53
				<div class="bloc_legende_repartition"
53
				<div class="bloc_legende_repartition"
54
					style="background: &lt;?=$details['couleur']?&gt;"></div>
54
					style="background: <?=$details['couleur']?>"></div>
55
				<div>
55
				<div>
56
					<b>
56
					<b>
57
						<?=$details['nom']?> :
57
						<?=$details['nom']?> :
58
					</b>
58
					</b>
59
					<?=$details['description']?>
59
					<?=$details['description']?>