Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 796 Rev 805
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/>
162
		<br/>
163
		<b>code catminat :  <?=$baseveg['baseflor']['catminat'] ?></b>
163
		<!--  <b>code catminat :  <?=$baseveg['baseflor']['catminat'] ?></b>-->
164
		<table>
164
		<table>
165
			<thead>
-
 
166
				<tr>
-
 
167
					<th>niveau</th>
-
 
168
					<th>catminat</th>
-
 
169
					<th>syntaxons</th>
-
 
170
					<th>physionomie <br/> et biotype</th>
-
 
171
					<th>répartition</th>
-
 
172
					<th>référence dernière bibliographie</th>
-
 
173
					
-
 
174
				<tr/>
-
 
175
			</thead>
-
 
176
			<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
165
			<?php foreach ($baseveg['syntaxons-sup'] as $cle => $valeurs ) : ?>
177
				<tr>
166
				<tr>
178
					<td>
167
					<td>
179
						<?=$valeurs['niveau.libelle']?>
168
						<span class="gras"><?=$valeurs['code_catminat']?></span></br>
180
					</td>
-
 
181
					<td>
-
 
182
						<?=$valeurs['code_catminat']?>
169
						<?=$valeurs['niveau.libelle']?> 
183
					</td>
-
 
184
					<td>
170
						
185
						<?=$valeurs['syntaxon']?>
-
 
186
					</td>
171
					</td>
187
					<td>
172
					<td>
-
 
173
						<span class="gras"><?=$valeurs['syntaxon']?></span> </br>
188
						<?=$valeurs['physio_biotype']?>
174
						<span ><?=$valeurs['physio_biotype']?></span> </br>
-
 
175
						<?= !empty($valeurs['repartition_france']) ? 'répartition : '.$valeurs['repartition_france'] : '' ?>
189
					</td>
176
					</td>
190
					<td>
177
					<td>
191
						<?=$valeurs['repartition_france']?>
178
						<a class="lien_popup" href="<?=$baseveg['ref']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Réf.</a>  </br>
192
					</td>
-
 
193
					<td>
-
 
-
 
179
						<a class="lien_popup" href="<?=$baseveg['synonymes']['lien-liste-fancy'][$valeurs['code_catminat']]?>">Syn.</a> </br>
194
						<?=$valeurs['ref_der_biblio']?>
180
						<!--  <a href="">Tax.</a> -->  
195
					</td>
181
					</td>
196
				</tr>
182
				</tr>
197
			<? endforeach; ?>
183
			<? endforeach; ?>
198
				<tr>
184
				<tr>
199
					<td>
185
					<td> 
-
 
186
					<span class="gras"><?=$baseveg['syntaxon-courant'][0]['code_catminat']?></span></br>
200
						<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
187
						<?=$baseveg['syntaxon-courant'][0]['niveau.libelle']?>
-
 
188
						
201
					</td>
189
					</td>
202
					<td>
190
					<td>
-
 
191
						<span class="gras"><?=$baseveg['syntaxon-courant'][0]['syntaxon']?></span> </br>
203
						<?=$baseveg['syntaxon-courant'][0]['code_catminat']?>
192
						<span ><?=$baseveg['syntaxon-courant'][0]['physio_biotype']?></span> </br>
-
 
193
						<?= !empty($baseveg['syntaxon-courant'][0]['repartition_france']) ? 'rép.'.$baseveg['syntaxon-courant'][0]['repartition_france'] : ''?>
204
					</td>
194
					</td>
205
					<td>
195
					<td>
206
						<?=$baseveg['syntaxon-courant'][0]['syntaxon']?>
196
						<a class="lien_popup" href="<?=$baseveg['ref']['lien-liste-fancy'][$baseveg['syntaxon-courant'][0]['code_catminat']]?>">Réf.</a>  </br>
207
					</td>
-
 
208
					<td>
-
 
209
						<?=$baseveg['syntaxon-courant'][0]['physio_biotype']?>
197
						<a class="lien_popup" href="<?=$baseveg['synonymes']['lien-liste-fancy'][$baseveg['syntaxon-courant'][0]['code_catminat']]?>">Syn.</a></br>
210
					</td>
-
 
211
					<td>
-
 
212
						<?=$baseveg['syntaxon-courant'][0]['repartition_france']?>
198
						<a  class="lien_popup" href="<?=$baseveg['baseflor']['lien_liste_fancy']?>">Tax.</a>
213
					</td>
-
 
214
					<td>
199
 
215
						<?=$baseveg['syntaxon-courant'][0]['ref_der_biblio']?>
-
 
216
					</td>
200
					</td>
217
				</tr>
201
				</tr>
218
		</table>
202
		</table>
219
		<div class="conteneur_lien_metadonnees">
203
		<div class="conteneur_lien_metadonnees">
220
		
204
		
221
			<?=$baseveg['meta']['citation']?> 
205
			<?=$baseveg['meta']['citation']?> 
222
			<span class="conteneur_lien_metadonnees">
206
			<span class="conteneur_lien_metadonnees">
223
				<a class="lien_metadonnees lien_popup " href="<?= $baseveg['meta']['url']; ?>">Voir toutes les metadonnées</a>
207
				<a class="lien_metadonnees lien_popup " href="<?= $baseveg['meta']['url']; ?>">Voir toutes les metadonnées</a>
224
			</span>
208
			</span>
225
		</div>
209
		</div>
226
	
210
	
227
	<? else : ?>
211
	<? else : ?>
228
		Aucune Donnée.
212
		Aucune Donnée.
229
	<? endif; ?>
213
	<? endif; ?>
230
	<br/>
214
	<br/>
231
 
-
 
232
	
-
 
233
	<? if($baseveg['baseflor']['liste']) : ?>
-
 
234
		<h3>Dans le même milieu...</h3>
-
 
235
		 <ul>
-
 
236
			<?php foreach ($baseveg['baseflor']['liste'] as $cle => $valeurs ) : ?>
-
 
237
				 <a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($valeurs['num_nomen'],'nom_scientifique'); ?>">
-
 
238
					<li><?=$valeurs['idiotaxon']?> </li>
-
 
239
				</a> 
-
 
240
			<?endforeach;?>
-
 
241
		</ul>
-
 
242
		<a  class="lien_popup"  href="<?=$baseveg['baseflor']['lien_liste_fancy']?>" >
-
 
243
			Voir  la liste complète des taxons du même milieu  
-
 
244
		</a>
-
 
245
	<? endif; ?>
215
 
246
	<br/>
216
	<br/>
247
	<br/>
217
	<br/>
248
	<h2>Vos compléments sur l'écologie</h2>
218
	<h2>Vos compléments sur l'écologie</h2>
249
	<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
219
	<!-- TODO: cette phrase d'aide devrait être ajoutée avec javascript mais le système des onglets ajax nous en empêche -->
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>
220
	<span class="aide_wikini"> Participez à la rédaction collaborative, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
251
	<div class="contenu_editable">
221
	<div class="contenu_editable">
252
		<div class="description wikini editable_sur_clic" title="ecologie">
222
		<div class="description wikini editable_sur_clic" title="ecologie">
253
			<?=$wikini['ecologie']?>
223
			<?=$wikini['ecologie']?>
254
		</div>
224
		</div>
255
	</div>
225
	</div>
256
</div>
226
</div>