Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
2202 mathias 1
<h2>Liste des taxons possédant le plus grand nombre de photographies publiques</h2>
2
<?=(isset($utilisateur_nom_prenom) ? '<h4>utilisateur: ' . $utilisateur_nom_prenom . '</h4>' : '')?>
3
<?php include('filtres.tpl.html') ?>
4
<div class="flottant-gauche">
5
	<p>Classement / Nom retenu du taxon / Nombre de photographies</p>
6
	<ol>
7
	<?php foreach ($taxons as $taxon => $nbre) : ?>
8
		<li><?=$taxon?> : <?=$nbre?></li>
9
	<?php endforeach; ?>
10
	</ol>
11
</div>