base.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <head>
  3. <title>État de mon 95e centile - Lorraine Data Network</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style type="text/css">
  6. <!--
  7. body {
  8. font-family: sans-serif;
  9. text-align: center;
  10. margin: 0;
  11. padding: 0;
  12. background: #eaefad url(../../ressources/logo_ldn.png) no-repeat 30px 70px;
  13. }
  14. h1 {
  15. background-color: #000;
  16. margin-top: 0;
  17. padding: 10px;
  18. color: #FFF;
  19. }
  20. div#error {
  21. background-color: #eee;
  22. border-bottom: 1px solid #f00;
  23. padding: 20px;
  24. font-weight: bold;
  25. text-align: center;
  26. vertical-align: center;
  27. }
  28. -->
  29. </style>
  30. </head>
  31. <body>
  32. <h1>État en temps réel de mon 95e centile</h1>
  33. <h2>Les dernières 24 heures</h2>
  34. <img src="daily.png" alt="daily" />
  35. <h2>Les 7 derniers jours</h2>
  36. <img src="weekly.png" alt="weekly" />
  37. <h2>Les 4 dernières semaines</h2>
  38. <img src="monthly.png" alt="monthly" />
  39. <h2>Les 12 derniers mois</h2>
  40. <img src="yearly.png" alt="yearly" />
  41. <h2>Bande passante totale de FDN (prestataire de LDN)</h2>
  42. <img src="total.png" alt="total" />
  43. <p>
  44. Le dernier graphique permet de situer les heures à privilégier pour d'éventuels gros téléchargements.<br />
  45. </p>
  46. <p>
  47. Contacter le bureau : <em>bureau@ldn-fai.net</em>
  48. </p>
  49. </body>
  50. </html>