Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 810 | Rev 829 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 810 Rev 823
1
<!-- Fichier intermédiaire -->
1
<!-- Fichier intermédiaire -->
2
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
2
<? $url = htmlentities('index.php?referentiel=bdtfx&niveau=1&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
3
<script type="text/javascript">
3
<script type="text/javascript">
4
//<![CDATA[
4
//<![CDATA[
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
9
//]]>
9
//]]>
10
</script>
10
</script>
11
<div class="synthese">
11
<div class="synthese">
12
	<div class="colonne deuxtiers">
12
	<div class="colonne deuxtiers">
13
	
13
	
14
		<!-- Description -->
14
		<!-- Description -->
15
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
15
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
16
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
17
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
18
			</h3>
18
			</h3>
19
			<div id="contenu-1" class="contenu">
19
			<div id="contenu-1" class="contenu">
20
				<h4><?= $description['titre']?></h4>
20
				<h4><?= $description['titre']?></h4>
21
				<? if ($description['description'] != '') : ?>
21
				<? if ($description['description'] != '') : ?>
22
					<? if($description['titre'] == 'Description Baseflor') : ?>
22
					<? if($description['titre'] == 'Description Baseflor') : ?>
23
						<table class="desc">
23
						<table class="desc">
24
							<tr>
24
							<tr>
25
								<td colspan="2">
25
								<td colspan="2">
26
									<?if ($description['description']['type_bio'] != '') : ?>
26
									<?if ($description['description']['type_bio'] != '') : ?>
27
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
27
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
28
									 <? endif; ?>
28
									 <? endif; ?>
29
								</td>
29
								</td>
30
							</tr>
30
							</tr>
31
							<tr>
31
							<tr>
32
								<td colspan="2">
32
								<td colspan="2">
33
									<?  if ($description['description']['form_vegetale'] != '') : ?>
33
									<?  if ($description['description']['form_vegetale'] != '') : ?>
34
								 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
34
								 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
35
								 	<? endif; ?>
35
								 	<? endif; ?>
36
								 </td>
36
								 </td>
37
							</tr>
37
							</tr>
38
							<tr>
38
							<tr>
39
								<td colspan="2">
39
								<td colspan="2">
40
									<? if ($description['description']['chorologie'] != ''): ?>
40
									<? if ($description['description']['chorologie'] != ''): ?>
41
								 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
41
								 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
42
								 	<? endif; ?>
42
								 	<? endif; ?>
43
								</td>
43
								</td>
44
							</tr>
44
							</tr>
45
							<tr>
45
							<tr>
46
								<td >
46
								<td >
47
									<? if ($description['description']['inflorescence'] != '') : ?>
47
									<? if ($description['description']['inflorescence'] != '') : ?>
48
									 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
48
									 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
49
									<? endif; ?>
49
									<? endif; ?>
50
									<? if ($description['description']['fruit'] != '') : ?>
50
									<? if ($description['description']['fruit'] != '') : ?>
51
									 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
51
									 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
52
									<? endif; ?>
52
									<? endif; ?>
53
									<? if ($description['description']['couleur_fleur'] != '') : ?>
53
									<? if ($description['description']['couleur_fleur'] != '') : ?>
54
									 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
54
									 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
55
									<? endif; ?>
55
									<? endif; ?>
56
									<? if ($description['description']['macule'] != '') : ?>
56
									<? if ($description['description']['macule'] != '') : ?>
57
									 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
57
									 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
58
									<? endif; ?>
58
									<? endif; ?>
59
									<? if ($description['description']['floraison'] != '') : ?>
59
									<? if ($description['description']['floraison'] != '') : ?>
60
									 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
60
									 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
61
									<? endif; ?>
61
									<? endif; ?>
62
								</td>
62
								</td>
63
								<td>
63
								<td>
64
									<? if ($description['description']['sexualite'] != '') : ?>
64
									<? if ($description['description']['sexualite'] != '') : ?>
65
									 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
65
									 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
66
									<? endif; ?>
66
									<? endif; ?>
67
									<?if ($description['description']['ordre_maturation'] != '') : ?>
67
									<?if ($description['description']['ordre_maturation'] != '') : ?>
68
									 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
68
									 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
69
									<? endif; ?>
69
									<? endif; ?>
70
									<? if ($description['description']['pollinisation'] != '') : ?>
70
									<? if ($description['description']['pollinisation'] != '') : ?>
71
									 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
71
									 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
72
									<? endif; ?>
72
									<? endif; ?>
73
									<? if ($description['description']['dissemination'] != '') : ?>
73
									<? if ($description['description']['dissemination'] != '') : ?>
74
									 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
74
									 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
75
									<? endif; ?>
75
									<? endif; ?>
76
								</td>
76
								</td>
77
							</tr>
77
							</tr>
78
						</table>	
78
						</table>	
79
					<? elseif($description['titre'] == 'Description de Coste') : ?> 
79
					<? elseif($description['titre'] == 'Description de Coste') : ?> 
80
						<table class="desc">
80
						<table class="desc">
81
							 <tr>
81
							 <tr>
82
							 	<td>
82
							 	<td>
83
									<?if ($description['description']['nom_scientifique'] != '') : ?>
83
									<?if ($description['description']['nom_scientifique'] != '') : ?>
84
										<span class="gras">
84
										<span class="gras">
85
										<?=$description['description']['nom_scientifique']; ?>
85
										<?=$description['description']['nom_scientifique']; ?>
86
										</span> 
86
										</span> 
87
									<? endif; ?>
87
									<? endif; ?>
88
									<?if ($description['description']['nom_commun'] != '') : ?>
88
									<?if ($description['description']['nom_commun'] != '') : ?>
89
										<span class="italique">
89
										<span class="italique">
90
										<?=$description['description']['nom_commun']; ?> 
90
										<?=$description['description']['nom_commun']; ?> 
91
										</span>
91
										</span>
92
									<? endif; ?>
92
									<? endif; ?>
93
								</td>
93
								</td>
94
							 </tr>
94
							 </tr>
95
							 <?if ($description['description']['synonymes'] != '') : ?>
95
							 <?if ($description['description']['synonymes'] != '') : ?>
96
								<tr>
96
								<tr>
97
							 		<td>
97
							 		<td>
98
										<span class="titre">Synonymes </span>
98
										<span class="titre">Synonymes </span>
99
										<?=$description['description']['synonymes']; ?> 
99
										<?=$description['description']['synonymes']; ?> 
100
									</td>
100
									</td>
101
								</tr>
101
								</tr>
102
							<? endif; ?>
102
							<? endif; ?>
103
							 <tr>
103
							 <tr>
104
							 	<td>
104
							 	<td>
105
									<?if ($description['description']['texte'] != '') : ?>
105
									<?if ($description['description']['texte'] != '') : ?>
106
										<?=$description['description']['texte']; ?> 
106
										<?=$description['description']['texte']; ?> 
107
										<br/>
107
										<br/>
108
									<? endif; ?>
108
									<? endif; ?>
109
								</td>
109
								</td>
110
							</tr>
110
							</tr>
111
							<?if ($description['description']['ecologie'] != '') : ?>
111
							<?if ($description['description']['ecologie'] != '') : ?>
112
								 <tr>
112
								 <tr>
113
							 		<td>
113
							 		<td>
114
										<span class="titre">Écologie </span>
114
										<span class="titre">Écologie </span>
115
										<?=$description['description']['ecologie']; ?>
115
										<?=$description['description']['ecologie']; ?>
116
									</td>
116
									</td>
117
								</tr>
117
								</tr>
118
							<? endif; ?>
118
							<? endif; ?>
119
							<?if ($description['description']['repartition'] != '') : ?>
119
							<?if ($description['description']['repartition'] != '') : ?>
120
								<tr>
120
								<tr>
121
							 		<td>
121
							 		<td>
122
										<span class="titre">Répartition </span>
122
										<span class="titre">Répartition </span>
123
										<?=$description['description']['repartition']; ?> 
123
										<?=$description['description']['repartition']; ?> 
124
									</td>
124
									</td>
125
								</tr>
125
								</tr>
126
							<? endif; ?>
126
							<? endif; ?>
127
							<?if ($description['description']['floraison'] != '') : ?>
127
							<?if ($description['description']['floraison'] != '') : ?>
128
								 <tr>
128
								 <tr>
129
									 <td>
129
									 <td>
130
										<span class="titre">Floraison </span>
130
										<span class="titre">Floraison </span>
131
										<?=$description['description']['floraison']; ?>
131
										<?=$description['description']['floraison']; ?>
132
										<?if ($description['description']['fructification'] != '') : ?>
132
										<?if ($description['description']['fructification'] != '') : ?>
133
											<span class="titre">Fructification </span>
133
											<span class="titre">Fructification </span>
134
											<?=$description['description']['fructification']; ?>
134
											<?=$description['description']['fructification']; ?>
135
										<? endif; ?>
135
										<? endif; ?>
136
									</td>
136
									</td>
137
								</tr>
137
								</tr>
138
							<? endif; ?>
138
							<? endif; ?>
139
							<?if ($description['description']['usages'] != '') : ?>
139
							<?if ($description['description']['usages'] != '') : ?>
140
								<tr>
140
								<tr>
141
									<td>
141
									<td>
142
										<span class="titre">Usages</span>
142
										<span class="titre">Usages</span>
143
											<?=$description['description']['usages']; ?>
143
											<?=$description['description']['usages']; ?>
144
									</td>
144
									</td>
145
								</tr>
145
								</tr>
146
							<? endif; ?>
146
							<? endif; ?>
147
						</table>
147
						</table>
148
					<? else : ?>
148
					<? else : ?>
149
						<?=$description['description']?>
149
						<?=$description['description']?>
150
						
150
						
151
					<? endif;?>
151
					<? endif;?>
152
				
152
				
153
				<? endif;?>
153
				<? endif;?>
154
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
154
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" >
155
					Complétez cette description
155
					Complétez cette description
156
				</a>
156
				</a>
157
			</div>
157
			</div>
158
		</div>
158
		</div>
159
		
159
		
160
		<!-- Ethnobotanique -->
160
		<!-- Ethnobotanique -->
161
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
161
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
162
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
162
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
163
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
163
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
164
			</h3>
164
			</h3>
165
			<div id="contenu-4" class="contenu">
165
			<div id="contenu-4" class="contenu">
166
				<h4>Noms communs</h4>
166
				<h4>Noms communs</h4>
167
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
167
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
168
					Aucun nom vernaculaire<br /><br />
168
					Aucun nom vernaculaire<br /><br />
169
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
169
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
170
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
170
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
171
						Participez à la rédaction collaborative de la liste des noms communs
171
						Participez à la rédaction collaborative de la liste des noms communs
172
					</a>
172
					</a>
173
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
173
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
174
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
174
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
175
							Compléter cette liste
175
							Compléter cette liste
176
						</a>
176
						</a>
177
					<? } ?>
177
					<? } ?>
178
				<?php } else { ?>
178
				<?php } else { ?>
179
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
179
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
180
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
180
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
181
					<?php endforeach; ?>
181
					<?php endforeach; ?>
182
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
182
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
183
						<a href="<?=$url;?>ethnobotanique" style="float:right;" class="lien_ouverture_onglet_parent" >et 
183
						<a href="<?=$url;?>ethnobotanique" style="float:right;" class="lien_ouverture_onglet_parent" >et 
184
							<?= $ethnobotanique['autresNomsVerna'] ?>
184
							<?= $ethnobotanique['autresNomsVerna'] ?>
185
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
185
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
186
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
186
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
187
						</a><br />
187
						</a><br />
188
					<?php }?>
188
					<?php }?>
189
				<?php }?>
189
				<?php }?>
190
				<h4>Usages</h4>
190
				<h4>Usages</h4>
191
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
191
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
192
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
192
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
193
						Participez à la rédaction collaborative des usages
193
						Participez à la rédaction collaborative des usages
194
					</a>
194
					</a>
195
				<? } else { echo $ethnobotanique['wikini']['usage'];?><br /><br />
195
				<? } else { echo $ethnobotanique['wikini']['usage'];?><br /><br />
196
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
196
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
197
						Compléter ces informations
197
						Compléter ces informations
198
					</a>
198
					</a>
199
				<? } ?>
199
				<? } ?>
200
				<h4>Culture et arts</h4>
200
				<h4>Culture et arts</h4>
201
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
201
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
202
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
202
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
203
						Participez à la rédaction collaborative sur la culture et les arts
203
						Participez à la rédaction collaborative sur la culture et les arts
204
					</a>
204
					</a>
205
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];?><br /><br />
205
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];?><br /><br />
206
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
206
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
207
						Compléter ces informations
207
						Compléter ces informations
208
					</a>
208
					</a>
209
				<? } ?>
209
				<? } ?>
210
			</div>
210
			</div>
211
		</div>
211
		</div>
212
		
212
		
213
		<!-- Ecologie -->
213
		<!-- Ecologie -->
214
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
214
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
215
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
215
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
216
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
216
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
217
			</h3>
217
			</h3>
218
			<div id="contenu-8" class="contenu">
218
			<div id="contenu-8" class="contenu">
219
				<h4><?= $ecologie['titre'] ?></h4>
219
				<h4><?= $ecologie['graph']['titre'] ?></h4>
220
					<? if (empty($ecologie['description'])) : ?>
220
					<? if (empty($ecologie['graph']['description'])) : ?>
221
						<? if ($ecologie['wikini']['ecologie'] == '') :?>
221
						<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
222
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
222
							<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
223
								Participez à la rédaction collaborative de l'écologie
223
								Participez à la rédaction collaborative de l'écologie
224
							</a>
224
							</a>
225
						<? else : echo $ecologie['wikini']['ecologie'];?><br /><br />
225
						<? else : echo $ecologie['graph']['wikini']['ecologie'];?><br /><br />
226
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" >
226
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" >
227
								Compléter ces informations
227
								Compléter ces informations
228
							</a>
228
							</a>
229
						<? endif; ?>
229
						<? endif; ?>
230
					<? else : ?>
230
					<? else : ?>
231
						<div class="fond_graphique">	
231
						<div class="fond_graphique">	
232
							<span class="titre">caractéristiques climatiques</span>
232
							<span class="titre">caractéristiques climatiques</span>
233
							<div class="graphique">
233
							<div class="graphique">
234
								<object  type="image/svg+xml" data="<?=$ecologie['description']['climat_url']?>" 
234
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>" 
235
								class="svg" alt="<?=$ecologie['description']['climat_url_png']?>" >  
235
								class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >  
236
								</object>
236
								</object>
237
							</div>
237
							</div>
238
							<span class="titre">caractéristiques du sol</span>
238
							<span class="titre">caractéristiques du sol</span>
239
							<div class="graphique">
239
							<div class="graphique">
240
								<object  type="image/svg+xml" data="<?=$ecologie['description']['sol_url']?>" 
240
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>" 
241
								class="svg" alt="<?=$ecologie['description']['sol_url_png']?>" >   
241
								class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >   
242
								</object>
242
								</object>
243
							</div>
243
							</div>
244
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
244
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
245
								Voir les références
245
								Voir les références
246
							</a>
246
							</a>
-
 
247
						</div>
-
 
248
					<? endif; ?>
-
 
249
					<? if (!empty($ecologie['phytosocio']['description'])) : ?>
-
 
250
						<h4>Phytosociologie</h4>
-
 
251
						<span class="gras">
-
 
252
							<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> - 
-
 
253
							<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
-
 
254
						</span> <br/>
-
 
255
							<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> - 
-
 
256
						<span class="italique">
-
 
257
						 	<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
-
 
258
						 </span> 
-
 
259
					<? endif; ?> 	
247
							<br/>
260
					<br/>
248
							<br/>
261
							<br/>
249
							<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
262
					<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
250
								Complétez nos données sur l'écologie.
263
								Complétez nos données sur l'écologie.
251
							</a>
264
							</a>
252
						</div>
265
			</div>
253
					<? endif; ?>
-
 
254
			</div>
-
 
255
		</div>
266
		</div>
256
		
267
		
257
		<!-- Nomenclature -->
268
		<!-- Nomenclature -->
258
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
269
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
259
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
270
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
260
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
271
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
261
			</h3>
272
			</h3>
262
			<div id="contenu-6" class="contenu">
273
			<div id="contenu-6" class="contenu">
263
				<h4>Nom retenu</h4>
274
				<h4>Nom retenu</h4>
264
				<div>
275
				<div>
265
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
276
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
266
						<?= $nomenclature['nom_retenu_formate']; ?>
277
						<?= $nomenclature['nom_retenu_formate']; ?>
267
					</div>
278
					</div>
268
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
279
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
269
						<div class="nom"> Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
280
						<div class="nom"> Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
270
					<?php } ?>
281
					<?php } ?>
271
				</div>
282
				</div>
272
				
283
				
273
				<h4>Synonymes</h4>
284
				<h4>Synonymes</h4>
274
				<?php if($nomenclature['synonymes'] == array()) { ?>
285
				<?php if($nomenclature['synonymes'] == array()) { ?>
275
					Aucun synonyme
286
					Aucun synonyme
276
				<? } else { ?>
287
				<? } else { ?>
277
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
288
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
278
						<div class="nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
289
						<div class="nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
279
							<?= $synonyme['nom_sci_complet']; ?>
290
							<?= $synonyme['nom_sci_complet']; ?>
280
						</div>
291
						</div>
281
					<?php endforeach; ?>
292
					<?php endforeach; ?>
282
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
293
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
283
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
294
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
284
							<?= $nomenclature['autresSynonymesNbre'] ?>
295
							<?= $nomenclature['autresSynonymesNbre'] ?>
285
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
296
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
286
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
297
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
287
						</a>
298
						</a>
288
				<?php }} ?>
299
				<?php }} ?>
289
			</div>
300
			</div>
290
		</div>
301
		</div>
291
		
302
		
292
		<!-- Classification -->
303
		<!-- Classification -->
293
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
304
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
294
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
305
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
295
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
306
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
296
			</h3>
307
			</h3>
297
			<div id="contenu-5" class="contenu">
308
			<div id="contenu-5" class="contenu">
298
				<h4>Taxons supérieurs</h4>
309
				<h4>Taxons supérieurs</h4>
299
				<?php if($classification['taxons_sup'] != array()) { ?>	
310
				<?php if($classification['taxons_sup'] != array()) { ?>	
300
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
311
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>	
301
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
312
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
302
					<?php endforeach; ?>
313
					<?php endforeach; ?>
303
				<?php } else { ?>	
314
				<?php } else { ?>	
304
					<div>Aucun taxon supérieur référencé </div>
315
					<div>Aucun taxon supérieur référencé </div>
305
				<?php } ?>	
316
				<?php } ?>	
306
				<h4>Taxons inférieurs</h4>
317
				<h4>Taxons inférieurs</h4>
307
				<?php if($classification['taxons_inf'] != array()) { ?>
318
				<?php if($classification['taxons_inf'] != array()) { ?>
308
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
319
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>	
309
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
320
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
310
					<?php endforeach; ?>
321
					<?php endforeach; ?>
311
				<?php } else { ?>	
322
				<?php } else { ?>	
312
					<div>Aucun taxon inférieur référencé </div>
323
					<div>Aucun taxon inférieur référencé </div>
313
				<?php } ?>	
324
				<?php } ?>	
314
			</div>
325
			</div>
315
		</div>
326
		</div>
316
		
327
		
317
		<!-- Bibliographie -->	
328
		<!-- Bibliographie -->	
318
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
329
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
319
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
330
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
320
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
331
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
321
				</h3>
332
				</h3>
322
				<div id="contenu-2" class="contenu">
333
				<div id="contenu-2" class="contenu">
323
					<?php if (isset($bibliographie['wikini'])) { ?>
334
					<?php if (isset($bibliographie['wikini'])) { ?>
324
						<?= ($bibliographie['wikini']['biblio'] == '') ? 
335
						<?= ($bibliographie['wikini']['biblio'] == '') ? 
325
							'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
336
							'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
326
							Ajoutez votre bibliographie sur ce taxon</a>'
337
							Ajoutez votre bibliographie sur ce taxon</a>'
327
						: $bibliographie['wikini']['biblio'].
338
						: $bibliographie['wikini']['biblio'].
328
							'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
339
							'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
329
								Compléter cette  bibliographie</a>'; ?>
340
								Compléter cette  bibliographie</a>'; ?>
330
					<?php } else { ?>
341
					<?php } else { ?>
331
					
342
					
332
						<h4>Flores</h4>
343
						<h4>Flores</h4>
333
						<?php if ($bibliographie['flores'] == array()) { ?>
344
						<?php if ($bibliographie['flores'] == array()) { ?>
334
							Aucune flore indiquée
345
							Aucune flore indiquée
335
						<?php } else { ?>
346
						<?php } else { ?>
336
							<?php foreach ($bibliographie['flores'] as $flore) : ?>
347
							<?php foreach ($bibliographie['flores'] as $flore) : ?>
337
								<div> - <?= $flore; ?> </div>
348
								<div> - <?= $flore; ?> </div>
338
							<?php endforeach; ?>
349
							<?php endforeach; ?>
339
							<?php if($bibliographie['autresFlores'] > 0) { ?>	
350
							<?php if($bibliographie['autresFlores'] > 0) { ?>	
340
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
351
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
341
									<?= htmlentities($bibliographie['autresFlores']) ?>
352
									<?= htmlentities($bibliographie['autresFlores']) ?>
342
									autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
353
									autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
343
									flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
354
									flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
344
								</a>
355
								</a>
345
						<?php } } ?><br />
356
						<?php } } ?><br />
346
						
357
						
347
						<h4>Références</h4>
358
						<h4>Références</h4>
348
						<?php if ($bibliographie['references'] == array()) { ?>
359
						<?php if ($bibliographie['references'] == array()) { ?>
349
							Aucune référence bibliographique
360
							Aucune référence bibliographique
350
						<?php } else { ?>
361
						<?php } else { ?>
351
							<?php foreach ($bibliographie['references'] as $reference) : ?>
362
							<?php foreach ($bibliographie['references'] as $reference) : ?>
352
								<div> - <?= $reference['reference_html']; ?> </div>
363
								<div> - <?= $reference['reference_html']; ?> </div>
353
							<?php endforeach; ?>
364
							<?php endforeach; ?>
354
							<?php if($bibliographie['autresReferences'] > 0) { ?>
365
							<?php if($bibliographie['autresReferences'] > 0) { ?>
355
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
366
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
356
									<?= $bibliographie['autresReferences'] ?>
367
									<?= $bibliographie['autresReferences'] ?>
357
									autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
368
									autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
358
									référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
369
									référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
359
								</a>
370
								</a>
360
						<?php } } ?>
371
						<?php } } ?>
361
					<?php }?>
372
					<?php }?>
362
				</div>
373
				</div>
363
			</div>
374
			</div>
364
		
375
		
365
		
376
		
366
			
377
			
367
	</div>
378
	</div>
368
	
379
	
369
	
380
	
370
	<div class="colonne">	
381
	<div class="colonne">	
371
	
382
	
372
		<!-- Illustrations -->
383
		<!-- Illustrations -->
373
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
384
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
374
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
385
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
375
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
386
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
376
			</h3>
387
			</h3>
377
			<span id="contenu-0" class="contenu">
388
			<span id="contenu-0" class="contenu">
378
				<?php if ($illustration['imageUrl'] != '') : ?>
389
				<?php if ($illustration['imageUrl'] != '') : ?>
379
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
390
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
380
				<?php else : ?>
391
				<?php else : ?>
381
					<span class="absent" style="float:none; margin-left:55px">
392
					<span class="absent" style="float:none; margin-left:55px">
382
						Pas de photo<br />
393
						Pas de photo<br />
383
						<a href="http://www.tela-botanica.org/page:cel" 
394
						<a href="http://www.tela-botanica.org/page:cel" 
384
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
395
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
385
							onclick="window.open(this.href); return false;" class="contribuer">
396
							onclick="window.open(this.href); return false;" class="contribuer">
386
							Contribuer
397
							Contribuer
387
						</a>
398
						</a>
388
					</span>
399
					</span>
389
				<?php endif; ?>
400
				<?php endif; ?>
390
			</span>
401
			</span>
391
		</div>
402
		</div>
392
		
403
		
393
		<!-- Répartition -->
404
		<!-- Répartition -->
394
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
405
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
395
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
406
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
396
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
407
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
397
			</h3>
408
			</h3>
398
			<span id="contenu-3" class="contenu">
409
			<span id="contenu-3" class="contenu">
399
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
410
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
400
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
411
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
401
			</span>
412
			</span>
402
		</div>
413
		</div>
403
		
414
		
404
		<!-- Statut de protection -->
415
		<!-- Statut de protection -->
405
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
416
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
406
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
417
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
407
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
418
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
408
			</h3>
419
			</h3>
409
			<span id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
420
			<span id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
410
				<? if (!empty($statut['statuts'])) { ?>
421
				<? if (!empty($statut['statuts'])) { ?>
411
					<span>Attention ce taxon est protégé dans les zones suivantes : <br />
422
					<span>Attention ce taxon est protégé dans les zones suivantes : <br />
412
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
423
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
413
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
424
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
414
							<?= $statut_zone['zone_application']; ?><br />
425
							<?= $statut_zone['zone_application']; ?><br />
415
						</a>
426
						</a>
416
					<?php endforeach; ?>
427
					<?php endforeach; ?>
417
					</span>
428
					</span>
418
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
429
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
419
					<span class="pas_de_protection">Pas de protection connue</span>
430
					<span class="pas_de_protection">Pas de protection connue</span>
420
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
431
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
421
				<? } ?>
432
				<? } ?>
422
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent completer_statut" >
433
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent completer_statut" >
423
					Compléter
434
					Compléter
424
				</a>
435
				</a>
425
			</span>
436
			</span>
426
		</div>
437
		</div>
427
	
438
	
428
	</div>
439
	</div>
429
	<hr class="nettoyage" />	
440
	<hr class="nettoyage" />	
430
</div>
441
</div>