Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2220 → Rev 2221

/branches/v2.3-faux/widget/modules/stats/squelettes/liste_taxons_nbre_photos.tpl.html
New file
0,0 → 1,11
<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>