Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 662 Rev 696
Line 22... Line 22...
22
		</div>
22
		</div>
23
	</div>
23
	</div>
24
	<?php endif; ?>
24
	<?php endif; ?>
Line 25... Line 25...
25
	
25
	
26
	<!-- OBSERVATIONS -->
26
	<!-- OBSERVATIONS -->
27
	<? if (!empty($repartition['min']['eflore']) && !empty($repartition['eflore']['legende'])) : ?>
27
	<? if (!empty($repartition['eflore']['min']) && !empty($repartition['eflore']['legende'])) : ?>
28
	<div class="deux-colonnes">
28
	<div class="deux-colonnes">
29
	<h2>Observations</h2>
29
	<h2>Observations</h2>
30
	   <div class="repartition_observations allow-break" >
30
	   <div class="repartition_observations allow-break" >
31
			<img src="<?=$repartition['min']['eflore']?>" />	
31
			<img src="<?=$repartition['eflore']['min']?>" />	
32
		</div>
32
		</div>
33
		<div  class="legende_r allow-break">
33
		<div  class="legende_r allow-break">
34
			<? foreach ($repartition['eflore']['legende'] as $id => $details) :?>
34
			<? foreach ($repartition['eflore']['legende'] as $id => $details) :?>
35
					<div style="clear:left;">
35
					<div style="clear:left;">
Line 44... Line 44...
44
	<hr class="nettoyage" />
44
	<hr class="nettoyage" />
Line 45... Line 45...
45
	
45
	
46
	<!-- VIDE DE DONNEES -->
46
	<!-- VIDE DE DONNEES -->
47
	<?php if (empty($repartition['chorodep']['svgUrl']) 
47
	<?php if (empty($repartition['chorodep']['svgUrl']) 
48
	&& empty($repartition['chorodep']['legende'])
48
	&& empty($repartition['chorodep']['legende'])
49
	&&  empty($repartition['min']['eflore']) 
49
	&&  empty($repartition['eflore']['min']) 
50
	&& empty($repartition['eflore']['legende'])) : ?>
50
	&& empty($repartition['eflore']['legende'])) : ?>
51
	Auncune donnée.
51
	Auncune donnée.
Line 52... Line 52...
52
	<?php endif; ?>
52
	<?php endif; ?>