2021-11-17 23:39:03 +01:00
|
|
|
<?php
|
|
|
|
$this_file = basename($_SERVER["SCRIPT_FILENAME"]);
|
|
|
|
?>
|
|
|
|
|
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<HEAD>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Statistiques</title>
|
|
|
|
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
|
|
|
</HEAD>
|
|
|
|
|
|
|
|
<BODY>
|
|
|
|
<CENTER>
|
|
|
|
<?php include 'includes/titre.php'; ?>
|
|
|
|
<i>Cette page vous donne les éléments nécessaires pour pouvoir entrer en contact avec GNOUS de manière sécurisée.</i><br><br>
|
|
|
|
<?php include 'includes/menu.php'; ?>
|
|
|
|
</CENTER>
|
|
|
|
<BR><BR>
|
|
|
|
|
2022-10-26 21:14:29 +02:00
|
|
|
<iframe style="border: none;width: 100%;height: 100%; overflow-y: auto; overflow-x: hidden; display: block;" width="100%" height="100%" src="http://stat-nginx-1/app/dashboards#/view/b4a96730-3a7c-11ed-bf1e-a57b2b18165f?embed=true&_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-24h%2Cto%3Anow))&hide-filter-bar=true" height="600" width="800"></iframe>
|
2021-11-17 23:39:03 +01:00
|
|
|
<?php include 'includes/footer.php'; ?>
|
|
|
|
</BODY>
|
|
|
|
</HTML>
|
|
|
|
|