Subversion Repositories eFlore/Applications.cel

Rev

Rev 703 | Rev 707 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php if (array_key_exists('taxon', $filtres) || array_key_exists('num_taxon', $filtres)) : ?>
        <p>Filtes actifs : 
        <?php if (array_key_exists('taxon', $filtres)) : ?>
                nom du taxon=<?=$filtres['taxon']?>
        <?php endif; ?>
        <?php if (array_key_exists('num_taxon', $filtres)) : ?>
                numéro du taxon=<?=$filtres['num_taxon']?>
        <?php endif; ?>
        </p>
<?php endif; ?>