Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 702 → Rev 703

/trunk/widget/modules/stats/squelettes/filtres.tpl.html
1,3 → 1,10
<?php if (isset($taxon)) : ?>
<p>Filtes actifs : taxon=<?=$taxon?></p>
<?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['num_taxon']?>
<?php endif; ?>
<?php if (array_key_exists('num_taxon', $filtres)) : ?>
numéro du taxon=<?=$filtres['num_taxon']?>
<?php endif; ?>
</p>
<?php endif; ?>