Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
703 |
jpm |
1 |
<?php if (array_key_exists('taxon', $filtres) || array_key_exists('num_taxon', $filtres)) : ?>
|
|
|
2 |
<p>Filtes actifs :
|
|
|
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)) : ?>
|
|
|
7 |
numéro du taxon=<?=$filtres['num_taxon']?>
|
|
|
8 |
<?php endif; ?>
|
|
|
9 |
</p>
|
700 |
jpm |
10 |
<?php endif; ?>
|