Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 2016 → Rev 2017

/trunk/widget/modules/stats/squelettes/sdmr.tpl.html
New file
0,0 → 1,15
<h2>Identiplante - Sauvages de ma Rue</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 d'observations Sauvages de ma Rue au total</td><td><?=$nbObsSdmrTotal ?></td><td><?=$nbObsSdmrTotalMPM ?></td></tr>
<tr><td>Nombre d'observations Sauvages de PACA au total</td><td><?=$nbObsSdmrPACA ?></td><td><?=$nbObsSdmrPACAMPM ?></td></tr>
</tbody>
</table>