Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1359 | 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 -->
1243 aurelien 2
<!-- Variables js communes injectées 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>
594 delphine 12
			<div id="contenu-1" class="contenu">
525 gduche 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>
1149 raphael 88
							  <?if (@$description['description']['synonymes'] != '') : ?>
608 mathilde 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; ?>
1149 raphael 120
							<?if (@$description['description']['floraison'] != '') : ?>
608 mathilde 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; ?>
1149 raphael 132
							<?if (@$description['description']['usages'] != '') : ?>
608 mathilde 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
					<? endif;?>
571 mathilde 144
				<? endif;?>
886 delphine 145
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent"  id="alignement-droite">
146
					Voir +/Compléter
537 mathilde 147
				</a>
594 delphine 148
			</div>
525 gduche 149
		</div>
150
 
531 gduche 151
		<!-- Ethnobotanique -->
525 gduche 152
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
153
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
1250 aurelien 154
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
525 gduche 155
			</h3>
156
			<div id="contenu-4" class="contenu">
157
				<h4>Noms communs</h4>
158
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
159
					Aucun nom vernaculaire<br /><br />
160
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
161
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 162
						Rajouter vos données.
525 gduche 163
					</a>
886 delphine 164
				<? } else { echo $ethnobotanique['wikini']['noms_communs']; } ?>
525 gduche 165
				<?php } else { ?>
166
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
167
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
168
					<?php endforeach; ?>
169
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
886 delphine 170
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent"  id="alignement-droite">
171
							et <?= $ethnobotanique['autresNomsVerna'] ?>
525 gduche 172
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
173
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
174
						</a><br />
175
					<?php }?>
176
				<?php }?>
177
				<h4>Usages</h4>
178
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
179
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 180
						Rajouter vos données.
525 gduche 181
					</a>
886 delphine 182
				<? } else { echo $ethnobotanique['wikini']['usage'];} ?>
525 gduche 183
				<h4>Culture et arts</h4>
184
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
185
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 186
						Rajouter vos données.
525 gduche 187
					</a>
886 delphine 188
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
189
				<br />
190
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent"  id="alignement-droite">
191
					Voir +/Compléter
192
				</a>
525 gduche 193
			</div>
194
		</div>
531 gduche 195
 
886 delphine 196
 
531 gduche 197
		<!-- Ecologie -->
198
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
199
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
1250 aurelien 200
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
525 gduche 201
			</h3>
594 delphine 202
			<div id="contenu-8" class="contenu">
823 mathilde 203
				<h4><?= $ecologie['graph']['titre']  ?></h4>
886 delphine 204
				<? if (empty($ecologie['graph']['description'])) : ?>
205
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
206
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
207
							Rajouter vos données.
208
						</a>
209
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
210
					<? endif; ?>
211
				<? else : ?>
212
					<div class="fond_graphique">
213
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
556 mathilde 214
							<span class="titre">caractéristiques climatiques</span>
215
							<div class="graphique">
823 mathilde 216
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
886 delphine 217
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
556 mathilde 218
								</object>
219
							</div>
839 mathilde 220
						<? endif; ?>
221
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
556 mathilde 222
							<span class="titre">caractéristiques du sol</span>
223
							<div class="graphique">
823 mathilde 224
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
886 delphine 225
									class="svg" class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >  >
556 mathilde 226
								</object>
227
							</div>
839 mathilde 228
						<? endif; ?>
886 delphine 229
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
230
							Voir les références
231
						</a>
232
					</div>
233
				<? endif; ?>
234
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
235
					<h4>Phytosociologie</h4>
236
					<span class="gras">
237
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> -
238
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
239
					</span> <br/>
240
						<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> -
241
					<span class="italique">
242
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
243
					</span>
244
				<? endif; ?>
245
				<br/>
246
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
247
					Voir +/Compléter
248
				</a>
594 delphine 249
			</div>
525 gduche 250
		</div>
251
 
886 delphine 252
 
531 gduche 253
		<!-- Nomenclature -->
525 gduche 254
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
255
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
1250 aurelien 256
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature"><?=$i18n["onglet-nom-classif"]?></a>
525 gduche 257
			</h3>
258
			<div id="contenu-6" class="contenu">
829 delphine 259
				<h4>Taxons supérieurs</h4>
846 delphine 260
				<?php if($nomenclature['taxons_sup'] != array()) { ?>
261
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>
976 delphine 262
						<div>
263
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
264
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
265
							</a>
266
						</div>
829 delphine 267
					<?php endforeach; ?>
268
				<?php } else { ?>
269
					<div>Aucun taxon supérieur référencé </div>
270
				<?php } ?>
525 gduche 271
				<h4>Nom retenu</h4>
272
				<div>
273
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
274
						<?= $nomenclature['nom_retenu_formate']; ?>
275
					</div>
276
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>
876 aurelien 277
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme</span> : <?= $nomenclature['basionyme_nom_retenu']; ?></div>
525 gduche 278
					<?php } ?>
279
				</div>
280
 
281
				<h4>Synonymes</h4>
282
				<?php if($nomenclature['synonymes'] == array()) { ?>
283
					Aucun synonyme
284
				<? } else { ?>
1149 raphael 285
					<?php foreach (@$nomenclature['synonymes'] as $synonyme) : ?>
876 aurelien 286
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
525 gduche 287
							<?= $synonyme['nom_sci_complet']; ?>
288
						</div>
289
					<?php endforeach; ?>
290
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
291
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
292
							<?= $nomenclature['autresSynonymesNbre'] ?>
293
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
294
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
295
						</a>
296
				<?php }} ?>
531 gduche 297
				<h4>Taxons inférieurs</h4>
846 delphine 298
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
299
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
976 delphine 300
						<div>
301
							<a title="Voir la fiche de ce nom" href="<?= $nomenclature['urls']->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
302
								<?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?>
303
							</a>
304
						</div>
531 gduche 305
					<?php endforeach; ?>
306
				<?php } else { ?>
307
					<div>Aucun taxon inférieur référencé </div>
829 delphine 308
				<?php } ?>
886 delphine 309
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
310
					Voir +/Compléter
311
				</a>
531 gduche 312
			</div>
313
		</div>
886 delphine 314
 
315
 
531 gduche 316
		<!-- Bibliographie -->
317
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
886 delphine 318
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
1250 aurelien 319
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie"><?=$i18n["onglet-nom-biblio"]?></a>
886 delphine 320
			</h3>
321
			<div id="contenu-2" class="contenu">
322
				<?php if (isset($bibliographie['wikini'])) { ?>
323
					<?= ($bibliographie['wikini']['biblio'] == '') ?
324
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
325
						Ajoutez votre bibliographie sur ce taxon</a>'
326
					: $bibliographie['wikini']['biblio'].
327
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
328
							Rajouter vos données.</a>'; ?>
329
				<?php } else { ?>
330
					<h4>Références</h4>
331
					<?php if ($bibliographie['references'] == array()) { ?>
332
						Aucune référence bibliographique
333
					<?php } else { ?>
334
						<?php foreach ($bibliographie['references'] as $reference) : ?>
335
							<div> - <?= $reference['reference_html']; ?> </div>
336
						<?php endforeach; ?>
337
						<?php if($bibliographie['autresReferences'] > 0) { ?>
338
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id=alignement-droite>
339
								et <?= $bibliographie['autresReferences'] ?>
340
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
341
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
342
							</a>
343
					<?php } } ?>
344
				<?php }?>
913 aurelien 345
				<hr class="nettoyage" />
886 delphine 346
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id=alignement-droite>
347
					Voir +/Compléter
348
				</a>
531 gduche 349
			</div>
886 delphine 350
		</div>
531 gduche 351
	</div>
352
 
353
 
354
	<div class="colonne">
355
 
356
		<!-- Illustrations -->
357
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
358
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
1250 aurelien 359
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations"><?=$i18n["onglet-nom-illustra"]?></a>
531 gduche 360
			</h3>
886 delphine 361
			<div id="contenu-0" class="contenu">
876 aurelien 362
				<?php if (empty($illustrations['imageUrl']) == false) : ?>
1359 mathias 363
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>"
364
					src="<?=$illustrations['imageUrl']?>" alt="<?= $infos['nom_sci'] . ($nom_vernaculaire != '' ? ' ('.$nom_vernaculaire.')' : '') ?>"
982 delphine 365
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
531 gduche 366
				<?php else : ?>
367
					<span class="absent" style="float:none; margin-left:55px">
368
						Pas de photo<br />
369
						<a href="http://www.tela-botanica.org/page:cel"
982 delphine 370
							title="Ajouter une photographie de <?= $nom_retenu ?> au moyen du Carnet en Ligne"
531 gduche 371
							onclick="window.open(this.href); return false;" class="contribuer">
372
							Contribuer
373
						</a>
374
					</span>
886 delphine 375
				<?php endif; ?> <br />
376
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
377
					Voir +/Compléter
378
				</a>
379
			</div>
525 gduche 380
		</div>
531 gduche 381
 
382
		<!-- Répartition -->
383
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
384
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
1250 aurelien 385
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition"><?=$i18n["onglet-nom-repart"]?></a>
525 gduche 386
			</h3>
886 delphine 387
			<div id="contenu-3" class="contenu">
1165 aurelien 388
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
389
			  		<h4>Observations</h4>
1359 mathias 390
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="<?= $infos['nom_sci'] ?> - carte des observations" style="margin-left: 11px; width: 190px;" />
1165 aurelien 391
			  	<? endif; ?>
392
			  	<? if ($repartition['chorodep'] != null) : ?>
393
					<h4>Répartition départementale</h4>
1359 mathias 394
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="<?= $infos['nom_sci'] ?> - carte de répartition"/>
1165 aurelien 395
			  	<? endif; ?>
396
			  	<br/>
886 delphine 397
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
398
					Voir +/Compléter
399
				</a>
400
			</div>
525 gduche 401
		</div>
531 gduche 402
 
767 aurelien 403
		<!-- Statut de protection -->
404
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
405
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
1250 aurelien 406
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut"><?=$i18n["onglet-nom-protect"]?></a>
767 aurelien 407
			</h3>
1139 aurelien 408
			<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
409
				<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
410
					Attention ce taxon est protégé dans les zones suivantes : <br />
767 aurelien 411
					<?php foreach($statut['statuts'] as $statut_zone) : ?>
412
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
1149 raphael 413
							<?= @$statut_zone['zone_application']; ?><br />
767 aurelien 414
						</a>
415
					<?php endforeach; ?>
1151 raphael 416
				<? } else if (@$statut['wikini']['statuts_de_protection'] != '' ) { ?>
1139 aurelien 417
					<?= $statut['wikini']['statuts_de_protection'];?>
418
				<? } ?>
419
				<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
420
					Ce taxon est classé dans la liste rouge dans la catégorie : <br />
421
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
422
						<?= $statut['liste_rouge'][0][num_categorie].' - '.$statut['liste_rouge'][0][categorie]; ?><br />
423
					</a>
424
				<? } ?>
1151 raphael 425
				<? if (@$statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
767 aurelien 426
					<span class="pas_de_protection">Pas de protection connue</span>
1139 aurelien 427
				<? }?>
886 delphine 428
				<br />
429
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
430
					Voir +/Compléter
767 aurelien 431
				</a>
886 delphine 432
			</div>
767 aurelien 433
		</div>
531 gduche 434
 
525 gduche 435
	</div>
1255 aurelien 436
	<hr class="nettoyage" />
437
	<script type="text/javascript">
438
		$.event.trigger('ongletSyntheseCharge');
439
	</script>
525 gduche 440
</div>