Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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