Subversion Repositories eFlore/Applications.cel

Rev

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

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