Subversion Repositories eFlore/Applications.cel

Rev

Rev 700 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<h2>Liste des taxons possédant le plus grand nombre de photographies publiques</h2>
<?=(isset($utilisateur_nom_prenom) ? '<h4>utilisateur: ' . $utilisateur_nom_prenom . '</h4>' : '')?>
<?php include('filtres.tpl.html') ?>
<div class="flottant-gauche">
        <p>Classement / Nom retenu du taxon / Nombre de photographies</p>
        <ol>
        <?php foreach ($taxons as $taxon => $nbre) : ?>
                <li><?=$taxon?> : <?=$nbre?></li>
        <?php endforeach; ?>
        </ol>
</div>