Subversion Repositories eFlore/Applications.del

Rev

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

<h2>Pictoflora - Mots-clés et votes</h2>
<?= isset($annee) ? "<h4>Pour l'année " . $annee . "</h4>" : "" ?>
<table class="table table-hover">
<thead>
        <tr>
                <th>Indicateur</th>
                <th>Nombre</th>
                <th>Moyenne par mois</th>
        </tr>
</thead>
<tbody>
        <tr><td>Nombre de mots-clés au total</td><td><?=$nbTagsTotal ?></td><td><?=$nbTagsTotalMPM ?></td></tr>
        <tr><td>Nombre de votes au total</td><td><?=$nbVotesTotal ?></td><td><?=$nbVotesTotalMPM ?></td></tr>
        <!-- <tr><td>Nombre d'images ayant le mot-clé "defiPhoto"</td><td><?=$nbImagesTagDP ?></td><td><?=$nbImagesTagDPMPM ?></td></tr> -->
</tbody>
</table>