Subversion Repositories eFlore/Applications.cel

Rev

Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 703 Rev 704
Line 1... Line 1...
1
<?php if (array_key_exists('taxon', $filtres) || array_key_exists('num_taxon', $filtres)) : ?>
1
<?php if (array_key_exists('taxon', $filtres) || array_key_exists('num_taxon', $filtres)) : ?>
2
	<p>Filtes actifs : 
2
	<p>Filtes actifs : 
3
	<?php if (array_key_exists('taxon', $filtres)) : ?>
3
	<?php if (array_key_exists('taxon', $filtres)) : ?>
4
		nom du taxon=<?=$filtres['num_taxon']?>
4
		nom du taxon=<?=$filtres['taxon']?>
5
	<?php endif; ?>
5
	<?php endif; ?>
6
	<?php if (array_key_exists('num_taxon', $filtres)) : ?>
6
	<?php if (array_key_exists('num_taxon', $filtres)) : ?>
7
		numéro du taxon=<?=$filtres['num_taxon']?>
7
		numéro du taxon=<?=$filtres['num_taxon']?>
8
	<?php endif; ?>
8
	<?php endif; ?>
9
	</p>
9
	</p>