Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 531 | Rev 544 | 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>
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">
118
				<? if ($ecologie['wikini']['ecologie'] == '') {?>
119
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
120
						Participez à la rédaction collaborative de l'écologie
121
					</a>
122
				<? } else { echo $ecologie['wikini']['ecologie'];?><br /><br />
123
					<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" >
124
						Compléter ces informations
125
					</a>
126
				<? } ?>
127
			</span>
525 gduche 128
		</div>
129
 
531 gduche 130
		<!-- Statut de protection -->
131
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
132
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
133
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Statut de protection</a>
134
			</h3>
135
			<span id="contenu-7" class="contenu">
136
				<? if ($statut['wikini']['statuts_de_protection'] == '') {?>
137
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
138
						Participez à la rédaction collaborative des statuts de protection
139
					</a>
140
				<? } else { echo $statut['wikini']['statuts_de_protection'];?><br /><br />
141
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
142
						Compléter cette liste
143
					</a>
144
				<? } ?>
145
			</span>
146
		</div>
147
 
148
		<!-- Nomenclature -->
525 gduche 149
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
150
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
151
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Nomenclature</a>
152
			</h3>
153
			<div id="contenu-6" class="contenu">
154
				<h4>Nom retenu</h4>
155
				<div>
156
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
157
						<?= $nomenclature['nom_retenu_formate']; ?>
158
					</div>
159
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>
160
						<div class="nom"> Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
161
					<?php } ?>
162
				</div>
163
 
164
				<h4>Synonymes</h4>
165
				<?php if($nomenclature['synonymes'] == array()) { ?>
166
					Aucun synonyme
167
				<? } else { ?>
168
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
169
						<div class="nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
170
							<?= $synonyme['nom_sci_complet']; ?>
171
						</div>
172
					<?php endforeach; ?>
173
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
174
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
175
							<?= $nomenclature['autresSynonymesNbre'] ?>
176
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
177
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
178
						</a>
179
				<?php }} ?>
180
			</div>
181
		</div>
182
 
531 gduche 183
		<!-- Classification -->
184
		<div id="synthese_classification" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
185
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
186
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>classification">Classification</a>
525 gduche 187
			</h3>
531 gduche 188
			<div id="contenu-5" class="contenu">
189
				<h4>Taxons supérieurs</h4>
190
				<?php if($classification['taxons_sup'] != array()) { ?>
191
					<?php foreach($classification['taxons_sup'] as $taxon) : ?>
192
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
193
					<?php endforeach; ?>
194
				<?php } else { ?>
195
					<div>Aucun taxon supérieur référencé </div>
196
				<?php } ?>
197
				<h4>Taxons inférieurs</h4>
198
				<?php if($classification['taxons_inf'] != array()) { ?>
199
					<?php foreach($classification['taxons_inf'] as $taxon) : ?>
200
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
201
					<?php endforeach; ?>
202
				<?php } else { ?>
203
					<div>Aucun taxon inférieur référencé </div>
204
				<?php } ?>
205
			</div>
206
		</div>
207
 
208
		<!-- Bibliographie -->
209
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
210
				<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
211
					<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
212
				</h3>
213
				<div id="contenu-2" class="contenu">
214
					<?php if (isset($bibliographie['wikini'])) { ?>
215
						<?= ($bibliographie['wikini']['biblio'] == '') ?
216
							'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
217
							Ajoutez votre bibliographie sur ce taxon</a>'
218
						: $bibliographie['wikini']['biblio'].
219
							'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
220
								Compléter cette  bibliographie</a>'; ?>
221
					<?php } else { ?>
222
 
223
						<h4>Flores</h4>
224
						<?php if ($bibliographie['flores'] == array()) { ?>
225
							Aucune flore indiquée
226
						<?php } else { ?>
227
							<?php foreach ($bibliographie['flores'] as $flore) : ?>
228
								<div> - <?= $flore; ?> </div>
229
							<?php endforeach; ?>
230
							<?php if($bibliographie['autresFlores'] > 0) { ?>
231
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
232
									<?= htmlentities($bibliographie['autresFlores']) ?>
233
									autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
234
									flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
235
								</a>
236
						<?php } } ?><br />
237
 
238
						<h4>Références</h4>
239
						<?php if ($bibliographie['references'] == array()) { ?>
240
							Aucune référence bibliographique
241
						<?php } else { ?>
242
							<?php foreach ($bibliographie['references'] as $reference) : ?>
243
								<div> - <?= $reference['reference_html']; ?> </div>
244
							<?php endforeach; ?>
245
							<?php if($bibliographie['autresReferences'] > 0) { ?>
246
								<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
247
									<?= $bibliographie['autresReferences'] ?>
248
									autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
249
									référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
250
								</a>
251
						<?php } } ?>
252
					<?php }?>
253
				</div>
254
			</div>
255
 
256
 
257
 
258
	</div>
259
 
260
 
261
	<div class="colonne">
262
 
263
		<!-- Illustrations -->
264
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
265
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
266
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
267
			</h3>
268
			<span id="contenu-0" class="contenu">
269
				<?php if ($illustration['imageUrl'] != '') : ?>
270
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
271
				<?php else : ?>
272
					<span class="absent" style="float:none; margin-left:55px">
273
						Pas de photo<br />
274
						<a href="http://www.tela-botanica.org/page:cel"
275
							title="Ajouter une photographie au moyen du Carnet en Ligne"
276
							onclick="window.open(this.href); return false;" class="contribuer">
277
							Contribuer
278
						</a>
279
					</span>
280
				<?php endif; ?>
525 gduche 281
			</span>
282
		</div>
531 gduche 283
 
284
		<!-- Répartition -->
285
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
286
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
287
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
525 gduche 288
			</h3>
531 gduche 289
			<span id="contenu-3" class="contenu">
290
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
291
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
525 gduche 292
			</span>
293
		</div>
531 gduche 294
 
295
 
525 gduche 296
	</div>
297
	<hr class="nettoyage" />
298
</div>