Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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