Subversion Repositories eFlore/Applications.del

Rev

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

<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>