Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 706 → Rev 707

/trunk/widget/modules/stats/squelettes/filtres.tpl.html
1,10 → 1,14
<?php if (array_key_exists('taxon', $filtres) || array_key_exists('num_taxon', $filtres)) : ?>
<p>Filtes actifs :
<?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)) : ?>
nom du taxon=<?=$filtres['taxon']?>
<li>nom du taxon=<?=$filtres['taxon']?></li>
<?php endif; ?>
<?php if (array_key_exists('num_taxon', $filtres)) : ?>
numéro du taxon=<?=$filtres['num_taxon']?>
<li>numéro du taxon=<?=$filtres['num_taxon']?></li>
<?php endif; ?>
</p>
<?php if (array_key_exists('tag', $filtres)) : ?>
<li>Mots-clés des images=<?=$filtres['tag']?></li>
<?php endif; ?>
</ul>
<?php endif; ?>