Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1165 | Rev 1250 | 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">
10
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
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
		<!-- Ethnobotanique -->
525 gduche 154
		<div id="synthese_ethnobotanique" 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-4">
156
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
157
			</h3>
158
			<div id="contenu-4" class="contenu">
159
				<h4>Noms communs</h4>
160
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
161
					Aucun nom vernaculaire<br /><br />
162
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
163
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 164
						Rajouter vos informations.
525 gduche 165
					</a>
886 delphine 166
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
525 gduche 167
				<?php } else { ?>
168
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
169
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
170
					<?php endforeach; ?>
171
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
886 delphine 172
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
173
							et <?= $ethnobotanique['autresNomsVerna'] ?>
525 gduche 174
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
175
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
176
						</a><br />
177
					<?php }?>
178
				<?php }?>
179
				<h4>Usages</h4>
180
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
181
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 182
						Rajouter vos informations.
525 gduche 183
					</a>
886 delphine 184
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
525 gduche 185
				<h4>Culture et arts</h4>
186
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
187
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 188
						Rajouter vos informations.
525 gduche 189
					</a>
886 delphine 190
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
191
				<br />
192
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
193
					Voir +/Compléter
194
				</a>
525 gduche 195
			</div>
196
		</div>
531 gduche 197
 
198
		<!-- Ecologie -->
199
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
200
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
201
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
525 gduche 202
			</h3>
594 delphine 203
			<div id="contenu-8" class="contenu">
823 mathilde 204
				<h4><?= $ecologie['graph']['titre'] ?></h4>
886 delphine 205
				<? if (empty($ecologie['graph']['description'])) : ?>
206
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
207
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
208
							Rajouter vos informations.
209
						</a>
210
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
211
					<? endif; ?>
212
				<? else : ?>
213
					<div class="fond_graphique">
214
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
556 mathilde 215
							<span class="titre">caractéristiques climatiques</span>
216
							<div class="graphique">
823 mathilde 217
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
886 delphine 218
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
556 mathilde 219
								</object>
220
							</div>
839 mathilde 221
						<? endif;?>
222
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
556 mathilde 223
							<span class="titre">caractéristiques du sol</span>
224
							<div class="graphique">
823 mathilde 225
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
886 delphine 226
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >
556 mathilde 227
								</object>
228
							</div>
839 mathilde 229
						<? endif;?>
886 delphine 230
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
231
							Voir les références
232
						</a>
233
					</div>
234
				<? endif; ?>
235
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
236
					<h4>Phytosociologie</h4>
237
					<span class="gras">
238
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> -
239
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
240
					</span> <br/>
241
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> -
242
					<span class="italique">
243
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
244
					</span>
245
				<? endif; ?>
246
				<br/>
247
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
248
					Voir +/Compléter
249
				</a>
594 delphine 250
			</div>
525 gduche 251
		</div>
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">
876 aurelien 256
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</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 : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
525 gduche 278
					<?php } ?>
279
				</div>
280
 
281
				<h4>Synonymes</h4>
282
				<?php if($nomenclature['synonymes'] == array()) { ?>
283
					Aucun synonyme
284
				<? } else { ?>
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
				<br/>
310
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
311
					Voir +/Compléter
312
				</a>
531 gduche 313
			</div>
314
		</div>
315
 
886 delphine 316
 
531 gduche 317
		<!-- Bibliographie -->
318
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
886 delphine 319
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
320
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
321
			</h3>
322
			<div id="contenu-2" class="contenu">
323
				<?php if (isset($bibliographie['wikini'])) { ?>
324
					<?= ($bibliographie['wikini']['biblio'] == '') ?
325
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
326
							Rajouter vos données.</a>'
327
					: $bibliographie['wikini']['biblio'].
328
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
329
						Compléter cette  bibliographie</a>'; ?>
330
				<?php } else { ?>
331
					<h4>Flores</h4>
332
					<?php if ($bibliographie['flores'] == array()) { ?>
333
						Aucune flore indiquée
531 gduche 334
					<?php } else { ?>
886 delphine 335
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
336
							<div> - <?= $flore; ?> </div>
337
						<?php endforeach; ?>
338
						<?php if($bibliographie['autresFlores'] > 0) { ?>
339
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
340
								et <?= htmlentities($bibliographie['autresFlores']) ?>
341
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
342
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
343
							</a>
531 gduche 344
						<?php } } ?><br />
886 delphine 345
					<h4>Références</h4>
346
					<?php if ($bibliographie['references'] == array()) { ?>
347
						Aucune référence bibliographique
348
					<?php } else { ?>
349
						<?php foreach ($bibliographie['references'] as $reference) : ?>
350
							<div> - <?= $reference['reference_html']; ?> </div>
351
						<?php endforeach; ?>
352
						<?php if($bibliographie['autresReferences'] > 0) { ?>
353
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
354
								et <?= $bibliographie['autresReferences'] ?>
355
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
356
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
357
							</a>
358
					<?php } } ?>
359
				<?php }?>
913 aurelien 360
				<hr class="nettoyage" />
886 delphine 361
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id="alignement-droite">
362
					Voir +/Compléter
363
				</a>
531 gduche 364
			</div>
886 delphine 365
		</div>
531 gduche 366
 
886 delphine 367
	</div><div class="colonne">
531 gduche 368
 
369
		<!-- Illustrations -->
370
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
371
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
372
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
373
			</h3>
886 delphine 374
			<div id="contenu-0" class="contenu">
876 aurelien 375
				<?php if ($illustrations['imageUrl'] != '') : ?>
984 aurelien 376
					<img class="illustration_cel" data-num-nom="<?= $num_nom; ?>" title="<?='Illustration de '.$nom_retenu.' '.$nom_vernaculaire;?>"
982 delphine 377
					src="<?=$illustrations['imageUrl']?>" alt="Image de <?=$nom_retenu?> issue du cel, du site photoflora ou de la flore de Coste"
378
					style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
531 gduche 379
				<?php else : ?>
380
					<span class="absent" style="float:none; margin-left:55px">
381
						Pas de photo<br />
382
						<a href="http://www.tela-botanica.org/page:cel"
986 delphine 383
							title="Ajouter une photographie de <?= $nom_retenu ?> au moyen du Carnet en Ligne"
531 gduche 384
							onclick="window.open(this.href); return false;" class="contribuer">
385
							Contribuer
386
						</a>
387
					</span>
388
				<?php endif; ?>
886 delphine 389
				<br/>
390
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
391
					Voir +/Compléter
392
				</a>
393
			</div>
525 gduche 394
		</div>
531 gduche 395
 
396
		<!-- Répartition -->
397
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
398
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
399
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
525 gduche 400
			</h3>
886 delphine 401
			<div id="contenu-3" class="contenu">
1165 aurelien 402
			  	<? if ($referentiel != "bdtxa" && $repartition['eflore'] != null) : ?>
403
			  		<h4>Observations</h4>
404
			  		<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
405
			  	<? endif; ?>
406
			  	<? if ($repartition['chorodep'] != null) : ?>
407
					<h4>Répartition départementale</h4>
408
					<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
409
			  	<? endif; ?>
410
			  	<br/>
886 delphine 411
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
412
					Voir +/Compléter
413
				</a>
414
			</div>
525 gduche 415
		</div>
531 gduche 416
 
767 aurelien 417
		<!-- Statut de protection -->
418
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
419
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
874 aurelien 420
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
767 aurelien 421
			</h3>
1139 aurelien 422
			<div id="contenu-7" class="contenu <?= (isset($statut['statuts'][0]) || isset($statut['liste_rouge'][0])) ? 'attention' : ''; ?>">
423
				<? if (!empty($statut['statuts']) && isset($statut['statuts'][0])) { ?>
934 delphine 424
					Attention ce taxon est protégé dans les zones suivantes : <br />
767 aurelien 425
					<?php foreach($statut['statuts'] as $statut_zone) : ?>
426
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
427
							<?= $statut_zone['zone_application']; ?><br />
428
						</a>
429
					<?php endforeach; ?>
1139 aurelien 430
				<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
431
					<?= $statut['wikini']['statuts_de_protection'];?>
432
				<? } ?>
433
				<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
434
					Ce taxon est classé dans la liste rouge dans la catégorie : <br />
435
					<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
436
						<?= $statut['liste_rouge'][0][num_categorie].' - '.$statut['liste_rouge'][0][categorie]; ?><br />
437
					</a>
438
				<? } ?>
439
				<? if ($statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
767 aurelien 440
					<span class="pas_de_protection">Pas de protection connue</span>
1139 aurelien 441
				<? }?>
934 delphine 442
				<br />
886 delphine 443
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
444
					Voir +/Compléter
767 aurelien 445
				</a>
934 delphine 446
			</div>
767 aurelien 447
		</div>
448
 
525 gduche 449
	</div>
450
	<hr class="nettoyage" />
1243 aurelien 451
	<script type="text/javascript">
452
		$.event.trigger('ongletSyntheseCharge');
453
	</script>
525 gduche 454
</div>