Line 429... |
Line 429... |
429 |
<?php foreach($statut['statuts'] as $statut_zone) : ?>
|
429 |
<?php foreach($statut['statuts'] as $statut_zone) : ?>
|
430 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
430 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
431 |
<?= @$statut_zone['zone_application']; ?><br />
|
431 |
<?= @$statut_zone['zone_application']; ?><br />
|
432 |
</a>
|
432 |
</a>
|
433 |
<?php endforeach; ?>
|
433 |
<?php endforeach; ?>
|
434 |
<? } else if ($statut['wikini']['statuts_de_protection'] != '' ) { ?>
|
434 |
<? } else if (@$statut['wikini']['statuts_de_protection'] != '' ) { ?>
|
435 |
<?= $statut['wikini']['statuts_de_protection'];?>
|
435 |
<?= $statut['wikini']['statuts_de_protection'];?>
|
436 |
<? } ?>
|
436 |
<? } ?>
|
437 |
<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
|
437 |
<? if (!empty($statut['liste_rouge']) && isset($statut['liste_rouge'][0])) { ?>
|
438 |
Ce taxon est classé dans la liste rouge dans la catégorie : <br />
|
438 |
Ce taxon est classé dans la liste rouge dans la catégorie : <br />
|
439 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
439 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
|
440 |
<?= $statut['liste_rouge'][0][num_categorie].' - '.$statut['liste_rouge'][0][categorie]; ?><br />
|
440 |
<?= $statut['liste_rouge'][0][num_categorie].' - '.$statut['liste_rouge'][0][categorie]; ?><br />
|
441 |
</a>
|
441 |
</a>
|
442 |
<? } ?>
|
442 |
<? } ?>
|
443 |
<? if ($statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
|
443 |
<? if (@$statut['wikini']['statuts_de_protection'] == '' && !isset($statut['statuts'][0]) && !isset($statut['liste_rouge'][0])) {?>
|
444 |
<span class="pas_de_protection">Pas de protection connue</span>
|
444 |
<span class="pas_de_protection">Pas de protection connue</span>
|
445 |
<? }?>
|
445 |
<? }?>
|
446 |
<br />
|
446 |
<br />
|
447 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
447 |
<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
|
448 |
Voir +/Compléter
|
448 |
Voir +/Compléter
|