Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1025 Rev 1026
Line 27... Line 27...
27
	<hr class="nettoyage" />
27
	<hr class="nettoyage" />
Line 28... Line 28...
28
	
28
	
29
	<? if (isset($moissonnage)) : ?>
29
	<? if (isset($moissonnage)) : ?>
30
	<div id="moissonnage">
30
	<div id="moissonnage">
31
		<h2>Observations</h2>
31
		<h2>Observations</h2>
32
		<object id="repartition_observations" type="text/html" data="<?=$moissonnage['mapUrl']?>" class="svg" alt="<?=$moissonnage['mapUrl']?>">     
32
		<object id="repartition_observations" type="text/html" data="<?=$moissonnage['mapUrl']?>" class="svg" alt="<?=$moissonnage['mapUrl']?>" style="width:620px; height:620px; overflow:none;">     
33
		</object>
33
		</object>
34
		<div id="legende" style="padding:15px;margin-top:-25px;">
34
		<div id="legende" style="padding:15px;margin-top:-25px;">
35
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
35
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
36
					<div style="clear:left;">
36
					<div style="clear:left;">
37
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
37
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
38
						<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
38
						<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
39
					</div>
39
					</div>
40
			<? endforeach;	?>
40
			<? endforeach;	?>
41
		</div>
41
		</div>
-
 
42
	</div>
42
	</div>
43
	<hr class="nettoyage" />
Line 43... Line 44...
43
	<?endif;?>
44
	<?endif;?>
44
			
45
			
45
	<div id="cel">
46
	<div id="cel">