Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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