Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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