Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1243 Rev 1257
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
		<div class="conteneur_repartition_observations" >
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 id="repartition_observations" type="text/html" data="<?=$moissonnage['mapUrl']?>" class="svg" alt="<?=$moissonnage['mapUrl']?>" style="width:620px; height:620px; overflow:none;">     
-
 
34
			</object>
33
		</object>
35
		</div>
34
		<div id="legende" style="padding:15px;margin-top:-25px;">
36
		<div id="legende" style="padding:15px;margin-top:-25px;">
35
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
37
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
36
					<div style="clear:left;">
38
					<div style="clear:left;">
37
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
39
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
Line 77... Line 79...
77
					onclick="window.open(this.href); return false;" class="acceder-outil">
79
					onclick="window.open(this.href); return false;" class="acceder-outil">
78
						Rajouter une observation
80
						Rajouter une observation
79
			</a>
81
			</a>
80
		</div>
82
		</div>
81
	</div>
83
	</div>
-
 
84
	
-
 
85
	<script type="text/javascript">
-
 
86
		$.event.trigger('ongletRepartitionCharge');
-
 
87
	</script>
82
</div>
88
</div>
83
89