Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 917 | Rev 938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 917 Rev 934
Line 407... Line 407...
407
				</a>
407
				</a>
408
			</div>
408
			</div>
409
		</div>
409
		</div>
Line 410... Line 410...
410
		
410
		
-
 
411
		<!-- Statut de protection -->
411
		<!-- Statut de protection -->
412
		<!-- Statut de protection -->
412
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
413
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
413
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
414
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
414
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
415
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
415
			</h3>
416
			</h3>
416
			<span id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
417
			<div id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
417
				<? if (!empty($statut['statuts'])) { ?>
418
				<? if (!empty($statut['statuts'])) { ?>
418
					<span>Attention ce taxon est protégé dans les zones suivantes : <br />
419
					Attention ce taxon est protégé dans les zones suivantes : <br />
419
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
420
					<?php foreach($statut['statuts'] as $statut_zone) : ?>	
420
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
421
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
421
							<?= $statut_zone['zone_application']; ?><br />
422
							<?= $statut_zone['zone_application']; ?><br />
422
						</a>
423
						</a>
423
					<?php endforeach; ?>
-
 
424
					</span>
424
					<?php endforeach; ?>
425
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
425
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
426
					<span class="pas_de_protection">Pas de protection connue</span>
426
					<span class="pas_de_protection">Pas de protection connue</span>
-
 
427
				<? } else { echo $statut['wikini']['statuts_de_protection'];?>
427
				<? } else { echo $statut['wikini']['statuts_de_protection']; } ?>
428
				<? } ?>
428
				<br/>
429
				<br />
429
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
430
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
430
					Voir +/Compléter
431
					Voir +/Compléter
431
				</a>
432
				</a>
432
			</span>
433
			</div>
Line 433... Line 434...
433
		</div>
434
		</div>
434
	
435
	
435
	</div>
436
	</div>