Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1482 Rev 1502
1
<!-- Fichier intermédiaire -->
1
<!-- Fichier intermédiaire -->
2
<!-- Variables js commune injectée dans fiche_entete.tpl.tml -->
2
<!-- Variables js commune injectée 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($urlBase . '?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
						
143
						
144
					<? endif;?>
144
					<? endif;?>
145
				
145
				
146
				<? endif;?><br />
146
				<? endif;?><br />
147
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" id="alignement-droite">
147
				<a href="<?=$url;?>description" id="alignement-droite">
148
					Voir +/Compléter
148
					Voir +/Compléter
149
				</a>
149
				</a>
150
			</div>
150
			</div>
151
		</div>
151
		</div>
152
		
152
		
153
		<!-- Ecologie -->
153
		<!-- Ecologie -->
154
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
154
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
155
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
155
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
156
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
156
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
157
			</h3>
157
			</h3>
158
			<div id="contenu-8" class="contenu">
158
			<div id="contenu-8" class="contenu">
159
				<h4><?= $ecologie['graph']['titre'] ?></h4>
159
				<h4><?= $ecologie['graph']['titre'] ?></h4>
160
				<? if (empty($ecologie['graph']['description'])) : ?>
160
				<? if (empty($ecologie['graph']['description'])) : ?>
161
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
161
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
162
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
162
						<a href="<?=$url;?>statut" >
163
							Rajouter vos informations.
163
							Rajouter vos informations.
164
						</a>
164
						</a>
165
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
165
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
166
					<? endif; ?>
166
					<? endif; ?>
167
				<? else : ?>
167
				<? else : ?>
168
					<div class="fond_graphique">	
168
					<div class="fond_graphique">	
169
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
169
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
170
							<span class="titre">caractéristiques climatiques</span>
170
							<span class="titre">caractéristiques climatiques</span>
171
							<div class="graphique">
171
							<div class="graphique">
172
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>" 
172
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>" 
173
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >  
173
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >  
174
								</object>
174
								</object>
175
							</div>
175
							</div>
176
						<? endif;?>
176
						<? endif;?>
177
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
177
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
178
							<span class="titre">caractéristiques du sol</span>
178
							<span class="titre">caractéristiques du sol</span>
179
							<div class="graphique">
179
							<div class="graphique">
180
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>" 
180
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>" 
181
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >   
181
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >   
182
								</object>
182
								</object>
183
							</div>
183
							</div>
184
						<? endif;?>
184
						<? endif;?>
185
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
185
						<a href="<?=$url;?>ecologie">
186
							Voir les références
186
							Voir les références
187
						</a>
187
						</a>
188
					</div>
188
					</div>
189
				<? endif; ?>
189
				<? endif; ?>
190
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
190
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
191
					<h4>Phytosociologie</h4>
191
					<h4>Phytosociologie</h4>
192
					<span class="gras">
192
					<span class="gras">
193
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> - 
193
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> - 
194
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
194
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
195
					</span> <br/>
195
					</span> <br/>
196
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> - 
196
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> - 
197
					<span class="italique">
197
					<span class="italique">
198
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
198
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
199
					</span> 
199
					</span> 
200
				<? endif; ?>
200
				<? endif; ?>
201
				<br/>
201
				<br/>
202
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
202
				<a href="<?=$url;?>ecologie" id="alignement-droite">
203
					Voir +/Compléter
203
					Voir +/Compléter
204
				</a>
204
				</a>
205
			</div>
205
			</div>
206
		</div>
206
		</div>
207
		
207
		
208
		<!-- Nomenclature -->
208
		<!-- Nomenclature -->
209
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
209
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
210
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
210
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
211
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature"><?=$i18n["onglet-nom-classif"]?></a>
211
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature"><?=$i18n["onglet-nom-classif"]?></a>
212
			</h3>
212
			</h3>
213
			<div id="contenu-6" class="contenu">
213
			<div id="contenu-6" class="contenu">
214
				<h4>Taxons supérieurs</h4>
214
				<h4>Taxons supérieurs</h4>
215
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
215
				<?php if($nomenclature['taxons_sup'] != array()) { ?>	
216
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
216
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>	
217
						<div>
217
						<div>
218
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
218
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
219
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
219
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
220
							</a>
220
							</a>
221
						</div>
221
						</div>
222
					<?php endforeach; ?>
222
					<?php endforeach; ?>
223
				<?php } else { ?>	
223
				<?php } else { ?>	
224
					<div>Aucun taxon supérieur référencé </div>
224
					<div>Aucun taxon supérieur référencé </div>
225
				<?php } ?>
225
				<?php } ?>
226
				<h4>Nom retenu</h4>
226
				<h4>Nom retenu</h4>
227
				<div>
227
				<div>
228
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
228
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
229
						<?= $nomenclature['nom_retenu_formate']; ?>
229
						<?= $nomenclature['nom_retenu_formate']; ?>
230
					</div>
230
					</div>
231
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
231
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>	
232
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
232
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
233
					<?php } ?>
233
					<?php } ?>
234
				</div>
234
				</div>
235
				
235
				
236
				<h4>Synonymes</h4>
236
				<h4>Synonymes</h4>
237
				<?php if($nomenclature['synonymes'] == array()) { ?>
237
				<?php if($nomenclature['synonymes'] == array()) { ?>
238
					Aucun synonyme
238
					Aucun synonyme
239
				<? } else { ?>
239
				<? } else { ?>
240
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
240
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
241
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
241
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
242
							<?= $synonyme['nom_sci_complet']; ?>
242
							<?= $synonyme['nom_sci_complet']; ?>
243
						</div>
243
						</div>
244
					<?php endforeach; ?>
244
					<?php endforeach; ?>
245
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
245
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
246
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
246
						<a href="<?=$url;?>nomenclature" style="float:right;" >et 
247
							<?= $nomenclature['autresSynonymesNbre'] ?>
247
							<?= $nomenclature['autresSynonymesNbre'] ?>
248
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
248
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
249
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
249
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
250
						</a>
250
						</a>
251
				<?php }} ?>
251
				<?php }} ?>
252
				<h4>Taxons inférieurs</h4>
252
				<h4>Taxons inférieurs</h4>
253
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
253
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
254
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
254
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>	
255
						<div>
255
						<div>
256
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
256
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
257
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
257
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
258
							</a>
258
							</a>
259
						</div>
259
						</div>
260
					<?php endforeach; ?>
260
					<?php endforeach; ?>
261
				<?php } else { ?>	
261
				<?php } else { ?>	
262
					<div>Aucun taxon inférieur référencé </div>
262
					<div>Aucun taxon inférieur référencé </div>
263
				<?php } ?>
263
				<?php } ?>
264
				<br/>
264
				<br/>
265
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
265
				<a href="<?=$url;?>nomenclature" id="alignement-droite">
266
					Voir +/Compléter
266
					Voir +/Compléter
267
				</a>
267
				</a>
268
			</div>
268
			</div>
269
		</div>
269
		</div>
270
		
270
		
271
		
271
		
272
		<!-- Bibliographie -->	
272
		<!-- Bibliographie -->	
273
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
273
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
274
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
274
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
275
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie"><?=$i18n["onglet-nom-biblio"]?></a>
275
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie"><?=$i18n["onglet-nom-biblio"]?></a>
276
			</h3>
276
			</h3>
277
			<div id="contenu-2" class="contenu">
277
			<div id="contenu-2" class="contenu">
278
				<?php if (isset($bibliographie['wikini'])) { ?>
278
				<?php if (isset($bibliographie['wikini'])) { ?>
279
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
279
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
280
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
280
						'<a href="'.$url.'description" >
281
							Rajouter vos données.</a>'
281
							Rajouter vos données.</a>'
282
					: $bibliographie['wikini']['biblio'].
282
					: $bibliographie['wikini']['biblio'].
283
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
283
						'<br /><br /><a href="'.$url.'description" >
284
						Compléter cette  bibliographie</a>'; ?>
284
						Compléter cette  bibliographie</a>'; ?>
285
				<?php } else { ?>
285
				<?php } else { ?>
286
					<h4>Références</h4>
286
					<h4>Références</h4>
287
					<?php if ($bibliographie['references'] == array()) { ?>
287
					<?php if ($bibliographie['references'] == array()) { ?>
288
						Aucune référence bibliographique
288
						Aucune référence bibliographique
289
					<?php } else { ?>
289
					<?php } else { ?>
290
						<?php foreach ($bibliographie['references'] as $reference) : ?>
290
						<?php foreach ($bibliographie['references'] as $reference) : ?>
291
							<div> - <?= $reference['reference_html']; ?> </div>
291
							<div> - <?= $reference['reference_html']; ?> </div>
292
						<?php endforeach; ?>
292
						<?php endforeach; ?>
293
						<?php if($bibliographie['autresReferences'] > 0) { ?>
293
						<?php if($bibliographie['autresReferences'] > 0) { ?>
294
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
294
							<a href="<?=$url;?>nomenclature" id="alignement-droite">
295
								et <?= $bibliographie['autresReferences'] ?>
295
								et <?= $bibliographie['autresReferences'] ?>
296
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
296
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
297
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
297
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
298
							</a>
298
							</a>
299
					<?php } } ?>
299
					<?php } } ?>
300
				<?php }?>
300
				<?php }?>
301
				<hr class="nettoyage" />
301
				<hr class="nettoyage" />
302
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id="alignement-droite">
302
				<a href="<?=$url;?>bibliographie" id="alignement-droite">
303
					Voir +/Compléter
303
					Voir +/Compléter
304
				</a>
304
				</a>
305
			</div>
305
			</div>
306
		</div>
306
		</div>
307
			
307
			
308
	</div><div class="colonne">	
308
	</div><div class="colonne">	
309
	
309
	
310
		<!-- Illustrations -->
310
		<!-- Illustrations -->
311
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
311
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
312
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
312
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
313
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
313
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
314
			</h3>
314
			</h3>
315
			<div id="contenu-0" class="contenu">
315
			<div id="contenu-0" class="contenu">
316
				<?php if ($illustrations['imageUrl'] != '') : ?>
316
				<?php if ($illustrations['imageUrl'] != '') : ?>
317
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
317
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
318
					src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
318
					src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>" 
319
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
319
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
320
				<?php else : ?>
320
				<?php else : ?>
321
					<span class="absent" style="float:none; margin-left:55px">
321
					<span class="absent" style="float:none; margin-left:55px">
322
						Pas de photo<br />
322
						Pas de photo<br />
323
						<a href="http://www.tela-botanica.org/page:cel" 
323
						<a href="http://www.tela-botanica.org/page:cel" 
324
							title="Ajouter une photographie de <?= $nom_retenu ?> au moyen du Carnet en Ligne" 
324
							title="Ajouter une photographie de <?= $nom_retenu ?> au moyen du Carnet en Ligne" 
325
							onclick="window.open(this.href); return false;" class="contribuer">
325
							onclick="window.open(this.href); return false;" class="contribuer">
326
							Contribuer
326
							Contribuer
327
						</a>
327
						</a>
328
					</span>
328
					</span>
329
				<?php endif; ?>
329
				<?php endif; ?>
330
				<br/>
330
				<br/>
331
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
331
				<a href="<?=$url;?>illustrations" id="alignement-droite">
332
					Voir +/Compléter
332
					Voir +/Compléter
333
				</a>
333
				</a>
334
			</div>
334
			</div>
335
		</div>
335
		</div>
336
		
336
		
337
		<!-- Répartition -->
337
		<!-- Répartition -->
338
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
338
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
339
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
339
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
340
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
340
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
341
			</h3>
341
			</h3>
342
			<div id="contenu-3" class="contenu">
342
			<div id="contenu-3" class="contenu">
343
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
343
				<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
344
			  		<h4>Observations</h4>
344
					<h4>Observations</h4>
-
 
345
					<a href="<?=$url;?>repartition">
345
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="<?= $infos['nom_sci'] ?> - carte des observations" style="margin-left: 11px; width: 190px;" />
346
						<img src="<?=htmlentities($repartition['eflore'])?>" alt="<?= $infos['nom_sci'] ?> - carte des observations" style="margin-left: 11px; width: 190px;" />
-
 
347
					</a>
346
			  	<? endif; ?>
348
				<? endif; ?>
347
			  	<? if ($repartition['chorodep'] != null) : ?>
349
				<? if ($repartition['chorodep'] != null) : ?>
348
					<h4>Répartition départementale</h4>
350
					<h4>Répartition départementale</h4>
-
 
351
					<a href="<?=$url;?>repartition" id="alignement-droite">
349
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
352
						<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
-
 
353
					</a>
350
			  	<? endif; ?>
354
				<? endif; ?>
351
			  	<br/>
355
				<br/>
352
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
356
				<a href="<?=$url;?>repartition" id="alignement-droite">
353
					Voir +/Compléter
357
					Voir +/Compléter
354
				</a>
358
				</a>
355
			</div>
359
			</div>
356
		</div>
360
		</div>
357
		
361
		
358
		<!-- Statut de protection -->
362
		<!-- Statut de protection -->
359
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
363
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
360
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
364
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
361
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut"><?=$i18n["onglet-nom-protect"]?></a>
365
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut"><?=$i18n["onglet-nom-protect"]?></a>
362
			</h3>
366
			</h3>
363
				<div id="contenu-7">
367
				<div id="contenu-7">
364
				<div class="contenu <?= (isset($statut['statuts'])) ? 'attention' : ''; ?>">
368
				<div class="contenu <?= (isset($statut['statuts'])) ? 'attention' : ''; ?>">
365
				<? if (!empty($statut['statuts']) && isset($statut['statuts'])) { ?>
369
				<? if (!empty($statut['statuts']) && isset($statut['statuts'])) { ?>
366
					Dans les zones suivantes, ce taxon est soumis à :
370
					Dans les zones suivantes, ce taxon est soumis à :
367
					<ul>
371
					<ul>
368
					<?php foreach($statut['statuts'] as $id=>$type_statut) : ?>
372
					<?php foreach($statut['statuts'] as $id=>$type_statut) : ?>
369
						<li><?= $id;?> :<ul>
373
						<li><?= $id;?> :<ul>
370
						<?php foreach($type_statut as $statut_zone) : ?>	
374
						<?php foreach($type_statut as $statut_zone) : ?>	
371
							<li><a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
375
							<li><a href="<?=$url;?>statut" >
372
								<?= $statut_zone ?><br />
376
								<?= $statut_zone ?><br />
373
							</a></li>
377
							</a></li>
374
						<?php endforeach; ?></ul></li>
378
						<?php endforeach; ?></ul></li>
375
					<?php endforeach; ?></ul>
379
					<?php endforeach; ?></ul>
376
				<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
380
				<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
377
					<?= $statut['wikini']['statuts_de_protection'];?>
381
					<?= $statut['wikini']['statuts_de_protection'];?>
378
				<? } ?>
382
				<? } ?>
379
				</div><div class="contenu <?= isset($statut['liste_rouge'][0]) ? 'attention' : ''; ?>">
383
				</div><div class="contenu <?= isset($statut['liste_rouge'][0]) ? 'attention' : ''; ?>">
380
				<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
384
				<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
381
					<div class="gras">Ce taxon est classé dans la liste rouge dans la catégorie : <br /></div>
385
					<div class="gras">Ce taxon est classé dans la liste rouge dans la catégorie : <br /></div>
382
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
386
					<a href="<?=$url;?>statut" >
383
						<?= $statut['liste_rouge'][0]['num_categorie'].' - '.$statut['liste_rouge'][0]['categorie']; ?><br />
387
						<?= $statut['liste_rouge'][0]['num_categorie'].' - '.$statut['liste_rouge'][0]['categorie']; ?><br />
384
					</a>
388
					</a>
385
				<? } ?>
389
				<? } ?>
386
				<? if ($statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
390
				<? if ($statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
387
					<span class="pas_de_protection">Pas de protection connue</span>
391
					<span class="pas_de_protection">Pas de protection connue</span>
388
				<? }?>
392
				<? }?>
389
				<br />
393
				<br />
390
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
394
				<a href="<?=$url;?>statut" id="alignement-droite">
391
					Voir +/Compléter
395
					Voir +/Compléter
392
				</a>
396
				</a>
393
				</div>
397
				</div>
394
			</div>
398
			</div>
395
		</div>	
399
		</div>	
396
		
400
		
397
		<!-- Ethnobotanique -->
401
		<!-- Ethnobotanique -->
398
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
402
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
399
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
403
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
400
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
404
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
401
			</h3>
405
			</h3>
402
			<div id="contenu-4" class="contenu">
406
			<div id="contenu-4" class="contenu">
403
				<h4>Noms communs</h4>
407
				<h4>Noms communs</h4>
404
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
408
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
405
					Aucun nom vernaculaire<br /><br />
409
					Aucun nom vernaculaire<br /><br />
406
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
410
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
407
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
411
					<a href="<?=$url;?>ethnobotanique" >
408
						Rajouter vos informations.
412
						Rajouter vos informations.
409
					</a>
413
					</a>
410
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
414
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
411
				<?php } else { ?>
415
				<?php } else { ?>
412
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
416
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
413
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
417
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
414
					<?php endforeach; ?>
418
					<?php endforeach; ?>
415
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
419
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
416
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
420
						<a href="<?=$url;?>ethnobotanique" id="alignement-droite">
417
							et <?= $ethnobotanique['autresNomsVerna'] ?>
421
							et <?= $ethnobotanique['autresNomsVerna'] ?>
418
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
422
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
419
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
423
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
420
						</a><br />
424
						</a><br />
421
					<?php }?>
425
					<?php }?>
422
				<?php }?>
426
				<?php }?>
423
				<h4>Usages</h4>
427
				<h4>Usages</h4>
424
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
428
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
425
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
429
					<a href="<?=$url;?>ethnobotanique" >
426
						Rajouter vos informations.
430
						Rajouter vos informations.
427
					</a>
431
					</a>
428
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
432
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
429
				<h4>Culture et arts</h4>
433
				<h4>Culture et arts</h4>
430
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
434
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
431
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
435
					<a href="<?=$url;?>ethnobotanique" >
432
						Rajouter vos informations.
436
						Rajouter vos informations.
433
					</a>
437
					</a>
434
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
438
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
435
				<br />
439
				<br />
436
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
440
				<a href="<?=$url;?>ethnobotanique" id="alignement-droite">
437
					Voir +/Compléter
441
					Voir +/Compléter
438
				</a>
442
				</a>
439
			</div>
443
			</div>
440
		</div>
444
		</div>
441
		
445
		
442
	</div>
446
	</div>
443
	<hr class="nettoyage" />	
447
	<hr class="nettoyage" />	
444
	<script type="text/javascript">
448
	<script type="text/javascript">
445
		$.event.trigger('ongletSyntheseCharge');
449
		$.event.trigger('ongletSyntheseCharge');
446
	</script>
450
	</script>
447
</div>
451
</div>