Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1359 | Rev 1445 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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