Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 700 Rev 841
Line 25... Line 25...
25
					</div>
25
					</div>
26
				<br/>
26
				<br/>
27
				<img  src="<?=$ecologie['baseflor']['legende_eco']?>" class="legende_formes"/>
27
				<img  src="<?=$ecologie['baseflor']['legende_eco']?>" class="legende_formes"/>
28
			</div>
28
			</div>
29
		</div>
29
		</div>
30
		<? endif; ?>			
-
 
31
		</div>
30
		</div>
-
 
31
	<? endif; ?>	
-
 
32
		
-
 
33
		<!-- PHYTOSOCIOLOGIE -->
-
 
34
	<div class="no-break">
-
 
35
		<h2>Phytosociologie</h2>
-
 
36
			<span class="citation"><?=$ecologie['baseveg']['meta']['citation']?></span>
-
 
37
		<? if (isset($ecologie['baseveg']['syntaxons-sup']) || isset($ecologie['baseveg']['syntaxons-sup'])) : ?>
-
 
38
			<br/>
-
 
39
			 Le code catminat de ce taxon est <span class="gras"> <?=$ecologie['baseveg']['baseflor']['catminat'] ?></span> </br>
-
 
40
			 Il est caractéristique du syntaxon de niveau <span class="gras"><?=$ecologie['baseveg']['syntaxon-courant'][0]['niveau.libelle']?></span> présenté 
-
 
41
			 dans le tableau ci-dessous avec ses niveaux supérieurs. 
-
 
42
			<table>
-
 
43
				<?php foreach ($ecologie['baseveg']['syntaxons-sup'] as $cle => $valeurs ) : ?>
-
 
44
					<tr>
-
 
45
						<td>
-
 
46
							<span class="gras">
-
 
47
								<?=$valeurs['code_catminat']?>	
-
 
48
							</span></br>
-
 
49
							<?=$valeurs['niveau.libelle']?> 
-
 
50
						</td>
-
 
51
						<td>	
-
 
52
							<span class="gras">
-
 
53
								<?=$valeurs['syntaxon']?>
-
 
54
							</span> </br>
-
 
55
							<span >
-
 
56
								<?=$valeurs['physio_biotype']?>
-
 
57
							</span> </br>
-
 
58
							<?= !empty($valeurs['repartition_france']) ? 'répartition : '.$valeurs['repartition_france'] : '' ?>
-
 
59
							</br>
-
 
60
							Réf. <?=$valeurs['ref_der_biblio']?>
-
 
61
						</td>
-
 
62
					</tr>
-
 
63
				<? endforeach; ?>
-
 
64
					<tr class="surlignage">
-
 
65
						<td> 
-
 
66
						<span class="gras">
-
 
67
							<?=$ecologie['baseveg']['syntaxon-courant'][0]['code_catminat']?>
-
 
68
						</span></br>
-
 
69
							<?=$ecologie['baseveg']['syntaxon-courant'][0]['niveau.libelle']?>
-
 
70
						</td>
-
 
71
						<td>
-
 
72
							<span class="gras">
-
 
73
								<?=$ecologie['baseveg']['syntaxon-courant'][0]['syntaxon']?>
-
 
74
							</span> </br>
-
 
75
							<span >
-
 
76
								<?=$ecologie['baseveg']['syntaxon-courant'][0]['physio_biotype']?>
-
 
77
							</span> </br>
-
 
78
							<?= !empty($ecologie['baseveg']['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$ecologie['baseveg']['syntaxon-courant'][0]['repartition_france'] : ''?>
-
 
79
							</br>
-
 
80
							Réf. <?=$ecologie['baseveg']['syntaxon-courant'][0]['ref_der_biblio']?>
-
 
81
						</td>
-
 
82
					</tr>
-
 
83
			</table>
-
 
84
			<? else : ?>
-
 
85
				Aucune Donnée.
-
 
86
			<? endif; ?>
-
 
87
		</div>	
-
 
88
				
-
 
89
	
-
 
90
		
-
 
91
		
32
		<!-- VIDE DE DONNEES -->
92
		<!-- VIDE DE DONNEES -->
33
		<? if (isset($ecologie['baseflor']['aucune'])) : ?> 
93
		<? if (isset($ecologie['baseflor']['aucune'])) : ?> 
34
			Aucune donnée.
94
			Aucune donnée.
35
		<? endif; ?>
95
		<? endif; ?>
-
 
96
		
-
 
97
		
-
 
98
		
36
	</div>
99
</div>
Line 37... Line 100...
37
 
100