Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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