378 |
jpm |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
5 |
<title>Statistiques du Carnet En Ligne</title>
|
|
|
6 |
<style>
|
|
|
7 |
img{display:block;margin:0.5em;border:1px solid black;}
|
|
|
8 |
hr.nettoyeur {clear:both;width:0;}
|
|
|
9 |
.flottant-gauche img{float:left;}
|
|
|
10 |
</style>
|
|
|
11 |
</head>
|
|
|
12 |
<body>
|
379 |
jpm |
13 |
<?php $i=0;?>
|
378 |
jpm |
14 |
<h1>Statistiques du CEL</h1>
|
|
|
15 |
<div class="flottant-gauche">
|
380 |
jpm |
16 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/UtilisationJournaliere/<?=$i++?>/<?=date("Y-m-d", (time() - 86400))?>" alt="Intensité d'utilisation pour la journée d'hier" />
|
|
|
17 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/UtilisationJournaliere/<?=$i++?>" alt="Intensité d'utilisation pour aujourd'hui" />
|
|
|
18 |
</div>
|
|
|
19 |
<hr class="nettoyeur" />
|
|
|
20 |
<div class="flottant-gauche">
|
379 |
jpm |
21 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NbreObsIdVsTest/<?=$i++?>" alt="Nombre d'observations identifiées versus tests" />
|
|
|
22 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NbreObsPublicVsPrivee/<?=$i++?>" alt="Nombre d'observations publiques versus privées" />
|
|
|
23 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NbreObsDetermineeVsInconnue/<?=$i++?>" alt="Nombre d'observations déterminées versus inconnues" />
|
378 |
jpm |
24 |
</div>
|
|
|
25 |
<hr class="nettoyeur" />
|
379 |
jpm |
26 |
<div class="flottant-gauche">
|
380 |
jpm |
27 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NuagePointsObsParHeureEtJourSemaine/<?=$i++?>" alt="Nuage de points d'observation par heure et jour de la semaine" />
|
379 |
jpm |
28 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NbreObsParUtilisateur/<?=$i++?>" alt="Nombre d'observations par utilisateur" />
|
|
|
29 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NbreObsParUtilisateurEtTest/<?=$i++?>" alt="Nombre d'observations par utilisateur et test" />
|
|
|
30 |
</div>
|
378 |
jpm |
31 |
<hr class="nettoyeur" />
|
379 |
jpm |
32 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/NbreObsAvecIndicationGeo/<?=$i++?>" alt="Nombre d'observations avec indications géographiques" />
|
|
|
33 |
<hr class="nettoyeur" />
|
378 |
jpm |
34 |
<div>
|
379 |
jpm |
35 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/EvolObsParMoisGlissant/<?=$i++?>" alt="Évolutions des observation sur le dernier mois glissant" />
|
|
|
36 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/EvolObsParMois/<?=$i++?>" alt="Évolutions des observation par mois" />
|
|
|
37 |
<img src="http://www.tela-botanica.org/eflore/cel2/jrest/CelStatistique/EvolObsParAn/<?=$i++?>" alt="Évolutions des observation par an" />
|
378 |
jpm |
38 |
</div>
|
|
|
39 |
<hr class="nettoyeur" />
|
|
|
40 |
</body>
|
|
|
41 |
</html>
|