Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 771 | Rev 805 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 771 Rev 796
1
<div id="ecologie">
1
<div id="ecologie">
2
 
2
 
3
	<h2>Optimum écologique</h2>
3
	<h2>Optimum écologique</h2>
4
	<? if (!isset($baseflor['aucune'])) : ?>
4
	<? if (!isset($baseflor['aucune'])) : ?>
5
		<div class="fond_graphique">
5
		<div class="fond_graphique">
6
				<div class="bloc_graph">
6
				<div class="bloc_graph">
7
					<span class="titre">caractéristiques climatiques</span>
7
					<span class="titre">caractéristiques climatiques</span>
8
					
8
					
9
					<div class="graphique">
9
					<div class="graphique">
10
						<object class="ecologie_svg" type="image/svg+xml" data="<?=$baseflor['climat_url']?>" class="svg" alt="<?=$baseflor['climat_url_png']?>">  
10
						<object class="ecologie_svg" type="image/svg+xml" data="<?=$baseflor['climat_url']?>" class="svg" alt="<?=$baseflor['climat_url_png']?>">  
11
					</object>
11
					</object>
12
					</div>
12
					</div>
13
					
13
					
14
					<button class="voir"> voir la légende </button>
14
					<button class="voir"> voir la légende </button>
15
					<button class="cacher">masquer la légende </button>
15
					<button class="cacher">masquer la légende </button>
16
						<br/>
16
						<br/>
17
					<div class="legende_graphique">
17
					<div class="legende_graphique">
18
						<table>
18
						<table>
19
							<tr> 
19
							<tr> 
20
								<td class="largeur-02" >
20
								<td class="largeur-02" >
21
									<span class="titre">Lumière </span>
21
									<span class="titre">Lumière </span>
22
								</td>
22
								</td>
23
								<td>
23
								<td>
24
									<? foreach ($baseflor['legende']['VEL'] as $code => $infos ) : ?>
24
									<? foreach ($baseflor['legende']['VEL'] as $code => $infos ) : ?>
25
									 <?=$code ?> :  <?=$infos['nom'] ?> 
25
									 <?=$code ?> :  <?=$infos['nom'] ?> 
26
									<? endforeach;	?>
26
									<? endforeach;	?>
27
								</td>
27
								</td>
28
							</tr>
28
							</tr>
29
							<tr> 
29
							<tr> 
30
								<td>
30
								<td>
31
									<span class="titre">Température </span>
31
									<span class="titre">Température </span>
32
								</td>
32
								</td>
33
								<td>
33
								<td>
34
									<? foreach ($baseflor['legende']['VET'] as $code => $infos ) : ?>
34
									<? foreach ($baseflor['legende']['VET'] as $code => $infos ) : ?>
35
									 <?=$code ?> :  <?=$infos['nom'] ?> 
35
									 <?=$code ?> :  <?=$infos['nom'] ?> 
36
									<? endforeach;	?>
36
									<? endforeach;	?>
37
								</td>
37
								</td>
38
							</tr>
38
							</tr>
39
							<tr> 
39
							<tr> 
40
								<td>
40
								<td>
41
									<span class="titre">Humidité atmosphérique </span>
41
									<span class="titre">Humidité atmosphérique </span>
42
								</td>
42
								</td>
43
								<td>
43
								<td>
44
									<? foreach ($baseflor['legende']['VEHA'] as $code => $infos ) : ?>
44
									<? foreach ($baseflor['legende']['VEHA'] as $code => $infos ) : ?>
45
									 <?=$code ?> :  <?=$infos['nom'] ?> 
45
									 <?=$code ?> :  <?=$infos['nom'] ?> 
46
									<? endforeach;	?>
46
									<? endforeach;	?>
47
								</td>
47
								</td>
48
							</tr>
48
							</tr>
49
							<tr> 
49
							<tr> 
50
								<td>
50
								<td>
51
									<span class="titre">Continentalité </span>
51
									<span class="titre">Continentalité </span>
52
								</td>
52
								</td>
53
								<td>
53
								<td>
54
									<? foreach ($baseflor['legende']['VEC'] as $code => $infos ) : ?>
54
									<? foreach ($baseflor['legende']['VEC'] as $code => $infos ) : ?>
55
									 <?=$code ?> :  <?=$infos['nom'] ?> 
55
									 <?=$code ?> :  <?=$infos['nom'] ?> 
56
									<? endforeach;	?>
56
									<? endforeach;	?>
57
								</td>
57
								</td>
58
							</tr>
58
							</tr>
59
					</table>
59
					</table>
60
				</div>
60
				</div>
61
			</div>
61
			</div>
62
			<br /><br />
62
			<br /><br />
63
			<div class="bloc_graph">
63
			<div class="bloc_graph">
64
				<span class="titre">caractéristiques du sol</span>
64
				<span class="titre">caractéristiques du sol</span>
65
				
65
				
66
				<div class="graphique">
66
				<div class="graphique">
67
					<object class="ecologie_svg" type="image/svg+xml" data="<?=$baseflor['sol_url']?>" class="svg" alt="<?=$baseflor['sol_url_png']?>">  
67
					<object class="ecologie_svg" type="image/svg+xml" data="<?=$baseflor['sol_url']?>" class="svg" alt="<?=$baseflor['sol_url_png']?>">  
68
					</object>
68
					</object>
69
				</div>
69
				</div>
70
				<div class="legende_formes">
70
				<div class="legende_formes">
71
				</div>
71
				</div>
72
				<button class="voir"> voir la légende </button>
72
				<button class="voir"> voir la légende </button>
73
				<button class="cacher">masquer la légende </button>
73
				<button class="cacher">masquer la légende </button>
74
				<br/>
74
				<br/>
75
				<div class="legende_graphique">
75
				<div class="legende_graphique">
76
					<table>
76
					<table>
77
						<tr> 
77
						<tr> 
78
							<td class="largeur-02">
78
							<td class="largeur-02">
79
								<span class="titre"> Réaction (pH)  </span>
79
								<span class="titre"> Réaction (pH)  </span>
80
							</td>
80
							</td>
81
							<td>
81
							<td>
82
								<? foreach ($baseflor['legende']['VER'] as $code => $infos ) : ?>
82
								<? foreach ($baseflor['legende']['VER'] as $code => $infos ) : ?>
83
								 <?=$code ?> :  <?=$infos['nom'] ?> 
83
								 <?=$code ?> :  <?=$infos['nom'] ?> 
84
								<? endforeach;	?>
84
								<? endforeach;	?>
85
							</td>
85
							</td>
86
						</tr>
86
						</tr>
87
						<tr> 
87
						<tr> 
88
							<td>
88
							<td>
89
								<span class="titre"> Humidité   </span>
89
								<span class="titre"> Humidité   </span>
90
							</td>
90
							</td>
91
							<td>
91
							<td>
92
								<? foreach ($baseflor['legende']['VEHE'] as $code => $infos ) : ?>
92
								<? foreach ($baseflor['legende']['VEHE'] as $code => $infos ) : ?>
93
								 <?=$code ?> :  <?=$infos['nom'] ?> 
93
								 <?=$code ?> :  <?=$infos['nom'] ?> 
94
								<? endforeach;	?>
94
								<? endforeach;	?>
95
							</td>
95
							</td>
96
						</tr>
96
						</tr>
97
						<tr> 
97
						<tr> 
98
							<td>
98
							<td>
99
								<span class="titre"> Texture   </span>
99
								<span class="titre"> Texture   </span>
100
							</td>
100
							</td>
101
							<td>
101
							<td>
102
								<? foreach ($baseflor['legende']['VETX'] as $code => $infos ) : ?>
102
								<? foreach ($baseflor['legende']['VETX'] as $code => $infos ) : ?>
103
								 <?=$code ?> :  <?=$infos['nom'] ?> 
103
								 <?=$code ?> :  <?=$infos['nom'] ?> 
104
								<? endforeach;	?>
104
								<? endforeach;	?>
105
							</td>
105
							</td>
106
						</tr>
106
						</tr>
107
						<tr> 
107
						<tr> 
108
							<td>
108
							<td>
109
								<span class="titre"> Nutriments   </span>
109
								<span class="titre"> Nutriments   </span>
110
							</td>
110
							</td>
111
							<td>
111
							<td>
112
								<? foreach ($baseflor['legende']['VEN'] as $code => $infos ) : ?>
112
								<? foreach ($baseflor['legende']['VEN'] as $code => $infos ) : ?>
113
								 <?=$code ?> :  <?=$infos['nom'] ?> 
113
								 <?=$code ?> :  <?=$infos['nom'] ?> 
114
								 <? endforeach;	?>
114
								 <? endforeach;	?>
115
							</td>
115
							</td>
116
						</tr>
116
						</tr>
117
						<tr> 
117
						<tr> 
118
							<td>
118
							<td>
119
								<span class="titre">  Salinité   </span>
119
								<span class="titre">  Salinité   </span>
120
							</td>
120
							</td>
121
							<td>
121
							<td>
122
								<? foreach ($baseflor['legende']['VES'] as $code => $infos ) : ?>
122
								<? foreach ($baseflor['legende']['VES'] as $code => $infos ) : ?>
123
								<?=$code ?> :  <?=$infos['nom'] ?> 
123
								<?=$code ?> :  <?=$infos['nom'] ?> 
124
								<? endforeach;	?>
124
								<? endforeach;	?>
125
							</td>
125
							</td>
126
						</tr>
126
						</tr>
127
						<tr> 
127
						<tr> 
128
							<td>
128
							<td>
129
								<span class="titre"> Matière Organique   </span>
129
								<span class="titre"> Matière Organique   </span>
130
								
130
								
131
							</td>
131
							</td>
132
							<td>
132
							<td>
133
								 <? foreach ($baseflor['legende']['VEMO'] as $code => $infos ) : ?>
133
								 <? foreach ($baseflor['legende']['VEMO'] as $code => $infos ) : ?>
134
								<?=$code ?> :  <?=$infos['nom'] ?> 
134
								<?=$code ?> :  <?=$infos['nom'] ?> 
135
								<? endforeach;	?>
135
								<? endforeach;	?>
136
							</td>
136
							</td>
137
						</tr>
137
						</tr>
138
					</table>	
138
					</table>	
139
			
139
			
140
				</div>
140
				</div>
141
			</div>
141
			</div>
142
		</div>
142
		</div>
143
		<div class="conteneur_lien_metadonnees">
143
		<div class="conteneur_lien_metadonnees">
144
		
144
		
145
				<?=$baseflor['meta']['citation']?> 
145
				<?=$baseflor['meta']['citation']?> 
146
			
146
			
147
			
147
			
148
			<span class="conteneur_lien_metadonnees">
148
			<span class="conteneur_lien_metadonnees">
149
				<a class="lien_metadonnees lien_popup " href="<?= $baseflor['meta']['url']; ?>">Voir toutes les metadonnées</a>
149
				<a class="lien_metadonnees lien_popup " href="<?= $baseflor['meta']['url']; ?>">Voir toutes les metadonnées</a>
150
			</span>
150
			</span>
151
		</div>
151
		</div>
152
	<?else : ?> 
152
	<?else : ?> 
153
		<?=$baseflor['aucune']?> 
153
		<?=$baseflor['aucune']?> 
154
		<br />
154
		<br />
155
	<? endif; ?>
155
	<? endif; ?>
156
	
156
	
157
	
157
	
158
	
158
	
159
	
159
	
160
	<h2>Phytosociologie</h2>
160
	<h2>Phytosociologie</h2>
161
	<? if (isset($baseveg['syntaxons-sup']) || isset($baseveg['syntaxons-sup'])) : ?>
161
	<? if (isset($baseveg['syntaxons-sup']) || isset($baseveg['syntaxons-sup'])) : ?>
-
 
162
		<br/>
-
 
163
		<b>code catminat :  <?=$baseveg['baseflor']['catminat'] ?></b>
162
		<table>
164
		<table>
163
			<thead>
165
			<thead>
164
				<tr>
166
				<tr>
165
					<td colspan="5"> 
-
 
166
						<b>code catminat <?=$baseveg['baseflor']['catminat'] ?></b>
-
 
167
					</td>
-
 
168
				</tr>
-
 
169
				<tr>
-
 
170
					<th>niveau</th>
167
					<th>niveau</th>
-
 
168
					<th>catminat</th>
171
					<th>syntaxons</th>
169
					<th>syntaxons</th>
172
					<th>physionomie <br/> et biotype</th>
170
					<th>physionomie <br/> et biotype</th>
173
					<th>répartition</th>
171
					<th>répartition</th>
174
					<th>référence dernière bibliographie</th>
172
					<th>référence dernière bibliographie</th>
175
					
173
					
176
				<tr/>
174
				<tr/>
177
			</thead>
175
			</thead>
178
			<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
176
			<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
179
				<tr>
177
				<tr>
180
					<td>
178
					<td>
181
						<?=$valeurs['niveau.libelle']?>
179
						<?=$valeurs['niveau.libelle']?>
182
					</td>
180
					</td>
183
					<td>
181
					<td>
-
 
182
						<?=$valeurs['code_catminat']?>
-
 
183
					</td>
-
 
184
					<td>
184
						<?=$valeurs['syntaxon']?>
185
						<?=$valeurs['syntaxon']?>
185
					</td>
186
					</td>
186
					<td>
187
					<td>
187
						<?=$valeurs['physio_biotype']?>
188
						<?=$valeurs['physio_biotype']?>
188
					</td>
189
					</td>
189
					<td>
190
					<td>
190
						<?=$valeurs['repartition_france']?>
191
						<?=$valeurs['repartition_france']?>
191
					</td>
192
					</td>
192
					<td>
193
					<td>
193
						<?=$valeurs['ref_der_biblio']?>
194
						<?=$valeurs['ref_der_biblio']?>
194
					</td>
195
					</td>
195
				</tr>
196
				</tr>
196
			<? endforeach; ?>
197
			<? endforeach; ?>
197
				<tr>
198
				<tr>
198
					<td>
199
					<td>
199
						<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
200
						<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
200
					</td>
201
					</td>
-
 
202
					<td>
-
 
203
						<?=$baseveg['syntaxon-courant'][0]['code_catminat']?>
-
 
204
					</td>
201
					<td>
205
					<td>
202
						<?=$baseveg['syntaxon-courant'][0]['syntaxon']?>
206
						<?=$baseveg['syntaxon-courant'][0]['syntaxon']?>
203
					</td>
207
					</td>
204
					<td>
208
					<td>
205
						<?=$baseveg['syntaxon-courant'][0]['physio_biotype']?>
209
						<?=$baseveg['syntaxon-courant'][0]['physio_biotype']?>
206
					</td>
210
					</td>
207
					<td>
211
					<td>
208
						<?=$baseveg['syntaxon-courant'][0]['repartition_france']?>
212
						<?=$baseveg['syntaxon-courant'][0]['repartition_france']?>
209
					</td>
213
					</td>
210
					<td>
214
					<td>
211
						<?=$baseveg['syntaxon-courant'][0]['ref_der_biblio']?>
215
						<?=$baseveg['syntaxon-courant'][0]['ref_der_biblio']?>
212
					</td>
216
					</td>
213
				</tr>
217
				</tr>
214
		</table>
218
		</table>
215
		<div class="conteneur_lien_metadonnees">
219
		<div class="conteneur_lien_metadonnees">
216
		
220
		
217
			<?=$baseveg['meta']['citation']?> 
221
			<?=$baseveg['meta']['citation']?> 
218
			<span class="conteneur_lien_metadonnees">
222
			<span class="conteneur_lien_metadonnees">
219
				<a class="lien_metadonnees lien_popup " href="<?= $baseveg['meta']['url']; ?>">Voir toutes les metadonnées</a>
223
				<a class="lien_metadonnees lien_popup " href="<?= $baseveg['meta']['url']; ?>">Voir toutes les metadonnées</a>
220
			</span>
224
			</span>
221
		</div>
225
		</div>
222
	
226
	
223
	<? else : ?>
227
	<? else : ?>
224
		Aucune Donnée.
228
		Aucune Donnée.
225
	<? endif; ?>
229
	<? endif; ?>
226
	<br/>
230
	<br/>
227
 
231
 
228
	
232
	
229
	<? if($baseveg['baseflor']['liste']) : ?>
233
	<? if($baseveg['baseflor']['liste']) : ?>
230
		<h3>Dans le même milieu...</h3>
234
		<h3>Dans le même milieu...</h3>
231
		 <ul>
235
		 <ul>
232
			<?php foreach ($baseveg['baseflor']['liste'] as $cle => $valeurs ) : ?>
236
			<?php foreach ($baseveg['baseflor']['liste'] as $cle => $valeurs ) : ?>
233
				 <a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($valeurs['num_nomen'],'nom_scientifique'); ?>">
237
				 <a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($valeurs['num_nomen'],'nom_scientifique'); ?>">
234
					<li><?=$valeurs['idiotaxon']?> </li>
238
					<li><?=$valeurs['idiotaxon']?> </li>
235
				</a> 
239
				</a> 
236
			<?endforeach;?>
240
			<?endforeach;?>
237
		</ul>
241
		</ul>
238
		<a  class="lien_popup"  href="<?=$baseveg['baseflor']['lien_liste_fancy']?>" >
242
		<a  class="lien_popup"  href="<?=$baseveg['baseflor']['lien_liste_fancy']?>" >
239
			Voir  la liste complète des taxons du même milieu  
243
			Voir  la liste complète des taxons du même milieu  
240
		</a>
244
		</a>
241
	<? endif; ?>
245
	<? endif; ?>
242
	<br/>
246
	<br/>
243
	<br/>
247
	<br/>
244
	<h2>Vos compléments sur l'écologie</h2>
248
	<h2>Vos compléments sur l'écologie</h2>
245
	<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
249
	<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
246
	<span class="aide_wikini"> Participez à la rédaction collaborative, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
250
	<span class="aide_wikini"> Participez à la rédaction collaborative, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
247
	<div class="contenu_editable">
251
	<div class="contenu_editable">
248
		<div class="description wikini editable_sur_clic" title="ecologie">
252
		<div class="description wikini editable_sur_clic" title="ecologie">
249
			<?=$wikini['ecologie']?>
253
			<?=$wikini['ecologie']?>
250
		</div>
254
		</div>
251
	</div>
255
	</div>
252
</div>
256
</div>