Subversion Repositories eFlore/Applications.cel

Rev

Rev 707 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php if (array_key_exists('taxon', $filtres) || array_key_exists('num_taxon', $filtres) || array_key_exists('tag', $filtres)) : ?>
        <h2>Filtes actifs</h2>
        <ul> 
        <?php if (array_key_exists('taxon', $filtres)) : ?>
                <li>nom du taxon=<?=$filtres['taxon']?></li>
        <?php endif; ?>
        <?php if (array_key_exists('num_taxon', $filtres)) : ?>
                <li>numéro du taxon=<?=$filtres['num_taxon']?></li>
        <?php endif; ?>
        <?php if (array_key_exists('tag', $filtres)) : ?>
                <li>Mots-clés des images=<?=$filtres['tag']?></li>
        <?php endif; ?>
        </ul>
<?php endif; ?>