Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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