Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 579 | Rev 603 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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