Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2093 → Rev 2094

/tags/v1.10-sodium/widget/modules/stats/squelettes/tagsVotes.tpl.html
New file
0,0 → 1,16
<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>