Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1445 | Rev 1482 | 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 -->
1243 aurelien 2
<!-- Variables js commune injectée dans fiche_entete.tpl.tml -->
938 aurelien 3
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
1243 aurelien 4
<div class="synthese onglet_contenu" id="synthese">
525 gduche 5
	<div class="colonne deuxtiers">
531 gduche 6
 
7
		<!-- Description -->
525 gduche 8
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
9
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
1250 aurelien 10
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description"><?=$i18n["onglet-nom-descr"]?></a>
525 gduche 11
			</h3>
12
			<div id="contenu-1" class="contenu">
13
				<h4><?= $description['titre']?></h4>
609 mathilde 14
				<? if ($description['description'] != '') : ?>
1010 raphael 15
					<? if($description['type'] == 'baseflor') : ?>
608 mathilde 16
						<table class="desc">
579 mathilde 17
							<tr>
608 mathilde 18
								<td colspan="2">
19
									<?if ($description['description']['type_bio'] != '') : ?>
20
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
21
									 <? endif; ?>
579 mathilde 22
								</td>
23
							</tr>
608 mathilde 24
							<tr>
25
								<td colspan="2">
26
									<?  if ($description['description']['form_vegetale'] != '') : ?>
1000 raphael 27
								 		<span class="titre">Formation végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
608 mathilde 28
								 	<? endif; ?>
29
								 </td>
30
							</tr>
31
							<tr>
32
								<td colspan="2">
33
									<? if ($description['description']['chorologie'] != ''): ?>
34
								 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
35
								 	<? endif; ?>
571 mathilde 36
								</td>
37
							</tr>
38
							<tr>
608 mathilde 39
								<td >
40
									<? if ($description['description']['inflorescence'] != '') : ?>
41
									 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
42
									<? endif; ?>
43
									<? if ($description['description']['fruit'] != '') : ?>
44
									 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
45
									<? endif; ?>
46
									<? if ($description['description']['couleur_fleur'] != '') : ?>
47
									 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
48
									<? endif; ?>
49
									<? if ($description['description']['macule'] != '') : ?>
50
									 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
51
									<? endif; ?>
52
									<? if ($description['description']['floraison'] != '') : ?>
53
									 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
54
									<? endif; ?>
571 mathilde 55
								</td>
608 mathilde 56
								<td>
57
									<? if ($description['description']['sexualite'] != '') : ?>
58
									 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
59
									<? endif; ?>
60
									<?if ($description['description']['ordre_maturation'] != '') : ?>
61
									 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
62
									<? endif; ?>
63
									<? if ($description['description']['pollinisation'] != '') : ?>
64
									 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
65
									<? endif; ?>
66
									<? if ($description['description']['dissemination'] != '') : ?>
67
									 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
68
									<? endif; ?>
69
								</td>
571 mathilde 70
							</tr>
608 mathilde 71
						</table>
72
					<? elseif($description['titre'] == 'Description de Coste') : ?>
73
						<table class="desc">
571 mathilde 74
							 <tr>
608 mathilde 75
							 	<td>
76
									<?if ($description['description']['nom_scientifique'] != '') : ?>
77
										<span class="gras">
78
										<?=$description['description']['nom_scientifique']; ?>
79
										</span>
579 mathilde 80
									<? endif; ?>
608 mathilde 81
									<?if ($description['description']['nom_commun'] != '') : ?>
82
										<span class="italique">
83
										<?=$description['description']['nom_commun']; ?>
84
										</span>
85
									<? endif; ?>
571 mathilde 86
								</td>
608 mathilde 87
							 </tr>
88
							 <?if ($description['description']['synonymes'] != '') : ?>
89
								<tr>
90
							 		<td>
91
										<span class="titre">Synonymes </span>
92
										<?=$description['description']['synonymes']; ?>
93
									</td>
94
								</tr>
95
							<? endif; ?>
96
							 <tr>
97
							 	<td>
98
									<?if ($description['description']['texte'] != '') : ?>
99
										<?=$description['description']['texte']; ?>
100
										<br/>
101
									<? endif; ?>
594 delphine 102
								</td>
103
							</tr>
608 mathilde 104
							<?if ($description['description']['ecologie'] != '') : ?>
105
								 <tr>
106
							 		<td>
107
										<span class="titre">Écologie </span>
108
										<?=$description['description']['ecologie']; ?>
109
									</td>
110
								</tr>
111
							<? endif; ?>
112
							<?if ($description['description']['repartition'] != '') : ?>
113
								<tr>
114
							 		<td>
115
										<span class="titre">Répartition </span>
116
										<?=$description['description']['repartition']; ?>
117
									</td>
118
								</tr>
119
							<? endif; ?>
120
							<?if ($description['description']['floraison'] != '') : ?>
121
								 <tr>
122
									 <td>
123
										<span class="titre">Floraison </span>
124
										<?=$description['description']['floraison']; ?>
125
										<?if ($description['description']['fructification'] != '') : ?>
126
											<span class="titre">Fructification </span>
127
											<?=$description['description']['fructification']; ?>
128
										<? endif; ?>
129
									</td>
130
								</tr>
131
							<? endif; ?>
132
							<?if ($description['description']['usages'] != '') : ?>
133
								<tr>
134
									<td>
135
										<span class="titre">Usages</span>
136
											<?=$description['description']['usages']; ?>
137
									</td>
138
								</tr>
139
							<? endif; ?>
140
						</table>
141
					<? else : ?>
142
						<?=$description['description']?>
143
 
144
					<? endif;?>
145
 
886 delphine 146
				<? endif;?><br />
147
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" id="alignement-droite">
148
					Voir +/Compléter
537 mathilde 149
				</a>
525 gduche 150
			</div>
151
		</div>
152
 
531 gduche 153
		<!-- Ecologie -->
154
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
155
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
1250 aurelien 156
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
525 gduche 157
			</h3>
594 delphine 158
			<div id="contenu-8" class="contenu">
823 mathilde 159
				<h4><?= $ecologie['graph']['titre'] ?></h4>
886 delphine 160
				<? if (empty($ecologie['graph']['description'])) : ?>
161
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
162
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
163
							Rajouter vos informations.
164
						</a>
165
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
166
					<? endif; ?>
167
				<? else : ?>
168
					<div class="fond_graphique">
169
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
556 mathilde 170
							<span class="titre">caractéristiques climatiques</span>
171
							<div class="graphique">
823 mathilde 172
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
886 delphine 173
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
556 mathilde 174
								</object>
175
							</div>
839 mathilde 176
						<? endif;?>
177
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
556 mathilde 178
							<span class="titre">caractéristiques du sol</span>
179
							<div class="graphique">
823 mathilde 180
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
886 delphine 181
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >
556 mathilde 182
								</object>
183
							</div>
839 mathilde 184
						<? endif;?>
886 delphine 185
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
186
							Voir les références
187
						</a>
188
					</div>
189
				<? endif; ?>
190
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
191
					<h4>Phytosociologie</h4>
192
					<span class="gras">
193
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> -
194
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
195
					</span> <br/>
196
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> -
197
					<span class="italique">
198
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
199
					</span>
200
				<? endif; ?>
201
				<br/>
202
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
203
					Voir +/Compléter
204
				</a>
594 delphine 205
			</div>
525 gduche 206
		</div>
207
 
531 gduche 208
		<!-- Nomenclature -->
525 gduche 209
		<div id="synthese_nomenclature" 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-6">
1250 aurelien 211
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature"><?=$i18n["onglet-nom-classif"]?></a>
525 gduche 212
			</h3>
213
			<div id="contenu-6" class="contenu">
829 delphine 214
				<h4>Taxons supérieurs</h4>
846 delphine 215
				<?php if($nomenclature['taxons_sup'] != array()) { ?>
216
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>
976 delphine 217
						<div>
218
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
219
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
220
							</a>
221
						</div>
829 delphine 222
					<?php endforeach; ?>
223
				<?php } else { ?>
224
					<div>Aucun taxon supérieur référencé </div>
225
				<?php } ?>
525 gduche 226
				<h4>Nom retenu</h4>
227
				<div>
228
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
229
						<?= $nomenclature['nom_retenu_formate']; ?>
230
					</div>
231
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>
876 aurelien 232
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
525 gduche 233
					<?php } ?>
234
				</div>
235
 
236
				<h4>Synonymes</h4>
237
				<?php if($nomenclature['synonymes'] == array()) { ?>
238
					Aucun synonyme
239
				<? } else { ?>
240
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
876 aurelien 241
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
525 gduche 242
							<?= $synonyme['nom_sci_complet']; ?>
243
						</div>
244
					<?php endforeach; ?>
245
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
246
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
247
							<?= $nomenclature['autresSynonymesNbre'] ?>
248
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
249
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
250
						</a>
251
				<?php }} ?>
531 gduche 252
				<h4>Taxons inférieurs</h4>
846 delphine 253
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
254
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
976 delphine 255
						<div>
256
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
257
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
258
							</a>
259
						</div>
531 gduche 260
					<?php endforeach; ?>
261
				<?php } else { ?>
262
					<div>Aucun taxon inférieur référencé </div>
829 delphine 263
				<?php } ?>
886 delphine 264
				<br/>
265
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
266
					Voir +/Compléter
267
				</a>
531 gduche 268
			</div>
269
		</div>
270
 
886 delphine 271
 
531 gduche 272
		<!-- Bibliographie -->
273
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
886 delphine 274
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
1250 aurelien 275
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie"><?=$i18n["onglet-nom-biblio"]?></a>
886 delphine 276
			</h3>
277
			<div id="contenu-2" class="contenu">
278
				<?php if (isset($bibliographie['wikini'])) { ?>
279
					<?= ($bibliographie['wikini']['biblio'] == '') ?
280
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
281
							Rajouter vos données.</a>'
282
					: $bibliographie['wikini']['biblio'].
283
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
284
						Compléter cette  bibliographie</a>'; ?>
285
				<?php } else { ?>
286
					<h4>Références</h4>
287
					<?php if ($bibliographie['references'] == array()) { ?>
288
						Aucune référence bibliographique
289
					<?php } else { ?>
290
						<?php foreach ($bibliographie['references'] as $reference) : ?>
291
							<div> - <?= $reference['reference_html']; ?> </div>
292
						<?php endforeach; ?>
293
						<?php if($bibliographie['autresReferences'] > 0) { ?>
294
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
295
								et <?= $bibliographie['autresReferences'] ?>
296
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
297
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
298
							</a>
299
					<?php } } ?>
300
				<?php }?>
913 aurelien 301
				<hr class="nettoyage" />
886 delphine 302
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id="alignement-droite">
303
					Voir +/Compléter
304
				</a>
531 gduche 305
			</div>
886 delphine 306
		</div>
531 gduche 307
 
886 delphine 308
	</div><div class="colonne">
531 gduche 309
 
310
		<!-- Illustrations -->
311
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
312
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
1250 aurelien 313
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
531 gduche 314
			</h3>
886 delphine 315
			<div id="contenu-0" class="contenu">
876 aurelien 316
				<?php if ($illustrations['imageUrl'] != '') : ?>
1359 mathias 317
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>"
318
					src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>"
982 delphine 319
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
531 gduche 320
				<?php else : ?>
321
					<span class="absent" style="float:none; margin-left:55px">
322
						Pas de photo<br />
323
						<a href="http://www.tela-botanica.org/page:cel"
986 delphine 324
							title="Ajouter une photographie de <?= $nom_retenu ?> au moyen du Carnet en Ligne"
531 gduche 325
							onclick="window.open(this.href); return false;" class="contribuer">
326
							Contribuer
327
						</a>
328
					</span>
329
				<?php endif; ?>
886 delphine 330
				<br/>
331
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
332
					Voir +/Compléter
333
				</a>
334
			</div>
525 gduche 335
		</div>
531 gduche 336
 
337
		<!-- Répartition -->
338
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
339
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
1250 aurelien 340
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
525 gduche 341
			</h3>
886 delphine 342
			<div id="contenu-3" class="contenu">
1165 aurelien 343
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
344
			  		<h4>Observations</h4>
1359 mathias 345
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="<?= $infos['nom_sci'] ?> - carte des observations" style="margin-left: 11px; width: 190px;" />
1165 aurelien 346
			  	<? endif; ?>
347
			  	<? if ($repartition['chorodep'] != null) : ?>
348
					<h4>Répartition départementale</h4>
1359 mathias 349
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
1165 aurelien 350
			  	<? endif; ?>
351
			  	<br/>
886 delphine 352
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
353
					Voir +/Compléter
354
				</a>
355
			</div>
525 gduche 356
		</div>
531 gduche 357
 
767 aurelien 358
		<!-- Statut de protection -->
359
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
360
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
1250 aurelien 361
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut"><?=$i18n["onglet-nom-protect"]?></a>
767 aurelien 362
			</h3>
1445 delphine 363
				<div id="contenu-7">
364
				<div class="contenu <?= (isset($statut['statuts'])) ? 'attention' : ''; ?>">
365
				<? if (!empty($statut['statuts']) && isset($statut['statuts'])) { ?>
366
					Dans les zones suivantes, ce taxon est soumis à :
367
					<ul>
368
					<?php foreach($statut['statuts'] as $id=>$type_statut) : ?>
369
						<li><?= $id;?> :<ul>
370
						<?php foreach($type_statut as $statut_zone) : ?>
371
							<li><a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
372
								<?= $statut_zone ?><br />
373
							</a></li>
374
						<?php endforeach; ?></ul></li>
375
					<?php endforeach; ?></ul>
1139 aurelien 376
				<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
377
					<?= $statut['wikini']['statuts_de_protection'];?>
378
				<? } ?>
1445 delphine 379
				</div><div class="contenu <?= isset($statut['liste_rouge'][0]) ? 'attention' : ''; ?>">
1139 aurelien 380
				<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
1445 delphine 381
					<div class="gras">Ce taxon est classé dans la liste rouge dans la catégorie : <br /></div>
1139 aurelien 382
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
1445 delphine 383
						<?= $statut['liste_rouge'][0]['num_categorie'].' - '.$statut['liste_rouge'][0]['categorie']; ?><br />
1139 aurelien 384
					</a>
385
				<? } ?>
386
				<? if ($statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
767 aurelien 387
					<span class="pas_de_protection">Pas de protection connue</span>
1139 aurelien 388
				<? }?>
934 delphine 389
				<br />
886 delphine 390
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
391
					Voir +/Compléter
767 aurelien 392
				</a>
1445 delphine 393
				</div>
934 delphine 394
			</div>
1445 delphine 395
		</div>
1474 delphine 396
 
397
		<!-- Ethnobotanique -->
398
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
399
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
400
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
401
			</h3>
402
			<div id="contenu-4" class="contenu">
403
				<h4>Noms communs</h4>
404
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
405
					Aucun nom vernaculaire<br /><br />
406
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
407
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
408
						Rajouter vos informations.
409
					</a>
410
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
411
				<?php } else { ?>
412
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
413
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
414
					<?php endforeach; ?>
415
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
416
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
417
							et <?= $ethnobotanique['autresNomsVerna'] ?>
418
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
419
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
420
						</a><br />
421
					<?php }?>
422
				<?php }?>
423
				<h4>Usages</h4>
424
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
425
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
426
						Rajouter vos informations.
427
					</a>
428
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
429
				<h4>Culture et arts</h4>
430
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
431
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
432
						Rajouter vos informations.
433
					</a>
434
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
435
				<br />
436
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
437
					Voir +/Compléter
438
				</a>
439
			</div>
440
		</div>
441
 
525 gduche 442
	</div>
443
	<hr class="nettoyage" />
1243 aurelien 444
	<script type="text/javascript">
445
		$.event.trigger('ongletSyntheseCharge');
446
	</script>
525 gduche 447
</div>