Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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