Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2017 |
mathias |
1 |
<h2>Identiplante - Sauvages de ma Rue</h2>
|
|
|
2 |
<?= isset($annee) ? "<h4>Pour l'année " . $annee . "</h4>" : "" ?>
|
|
|
3 |
<table class="table table-hover">
|
|
|
4 |
<thead>
|
|
|
5 |
<tr>
|
|
|
6 |
<th>Indicateur</th>
|
|
|
7 |
<th>Nombre</th>
|
|
|
8 |
<th>Moyenne par mois</th>
|
|
|
9 |
</tr>
|
|
|
10 |
</thead>
|
|
|
11 |
<tbody>
|
|
|
12 |
<tr><td>Nombre d'observations Sauvages de ma Rue au total</td><td><?=$nbObsSdmrTotal ?></td><td><?=$nbObsSdmrTotalMPM ?></td></tr>
|
|
|
13 |
<tr><td>Nombre d'observations Sauvages de PACA au total</td><td><?=$nbObsSdmrPACA ?></td><td><?=$nbObsSdmrPACAMPM ?></td></tr>
|
|
|
14 |
</tbody>
|
|
|
15 |
</table>
|