Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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