aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@riffraff.tg14.gathering.org>2014-04-20 02:59:39 +0200
committerroot <root@riffraff.tg14.gathering.org>2014-04-20 02:59:39 +0200
commit38efc339ced3f9457db7b37774ad86e87c920327 (patch)
tree1e840fa14dae87fce661b5391b087c7e58d27d3f
parent8f4ae8e5833f0d26be5fad5160ae6ee0479b0712 (diff)
Added stats-page from TG14.
-rw-r--r--web/stats.tg14.gathering.org/hover.gifbin0 -> 62 bytes
-rw-r--r--web/stats.tg14.gathering.org/index.css54
-rw-r--r--web/stats.tg14.gathering.org/index.html26
-rw-r--r--web/stats.tg14.gathering.org/tg14_logo_rgb_normal.pngbin0 -> 28344 bytes
-rw-r--r--web/stats.tg14.gathering.org/weathermap-centered.html13
-rw-r--r--web/stats.tg14.gathering.org/weathermap.html25
6 files changed, 118 insertions, 0 deletions
diff --git a/web/stats.tg14.gathering.org/hover.gif b/web/stats.tg14.gathering.org/hover.gif
new file mode 100644
index 0000000..89f6055
--- /dev/null
+++ b/web/stats.tg14.gathering.org/hover.gif
Binary files differ
diff --git a/web/stats.tg14.gathering.org/index.css b/web/stats.tg14.gathering.org/index.css
new file mode 100644
index 0000000..6fde447
--- /dev/null
+++ b/web/stats.tg14.gathering.org/index.css
@@ -0,0 +1,54 @@
+body {
+ background: #4A525A;
+ background-attachment: fixed;
+}
+
+h1{
+ text-align: center;
+ color: #ccc;
+ text-decoration: none;
+ font-weight:normal;
+}
+
+h2{
+ text-align: center;
+ color: #ccc;
+ text-decoration: none;
+ font-weight:normal;
+}
+
+p{
+ text-align: center;
+ color: #ccc;
+ text-decoration: none;
+ font-weight:normal;
+}
+
+#menu {
+ background: #333;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ width: 20em;
+ margin-left: auto; margin-right: auto;
+}
+#menu li {
+ font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
+ margin: 0;
+ padding: 0;
+}
+#menu a {
+ background: #333;
+ border-bottom: 1px solid #393939;
+ color: #ccc;
+ display: block;
+ margin: 0;
+ padding: 8px 12px;
+ text-decoration: none;
+ font-weight:normal;
+}
+#menu a:hover {
+ background: #2580a2 left center no-repeat;
+ color: #fff;
+ padding-bottom: 8px;
+}
diff --git a/web/stats.tg14.gathering.org/index.html b/web/stats.tg14.gathering.org/index.html
new file mode 100644
index 0000000..d9f6279
--- /dev/null
+++ b/web/stats.tg14.gathering.org/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<title>stats.tg14.gathering..org</title>
+<style type="text/css">
+ @import url(index.css);
+</style>
+</head>
+<body>
+
+<h1>stats.tg14.gathering.org</h1>
+
+<br />
+<ul id="menu">
+ <li><a href="weathermap.html">Weathermap</a></li>
+ <li><a href="http://nms-public.tg14.gathering.org/speedometer.html">Speedometer</a></li>
+ <li><a href="http://nms-public.tg14.gathering.org/dhcp.html">DHCP-kart</a></li>
+ <li><a href="http://nms-public.tg14.gathering.org/ping2.html">Trafikk live!</a></li>
+ <li><a href="http://nms-public.tg14.gathering.org/ping.html">Ping live!</a></li>
+</ul>
+
+<br />
+
+
+</body>
+</html>
diff --git a/web/stats.tg14.gathering.org/tg14_logo_rgb_normal.png b/web/stats.tg14.gathering.org/tg14_logo_rgb_normal.png
new file mode 100644
index 0000000..cc6bca6
--- /dev/null
+++ b/web/stats.tg14.gathering.org/tg14_logo_rgb_normal.png
Binary files differ
diff --git a/web/stats.tg14.gathering.org/weathermap-centered.html b/web/stats.tg14.gathering.org/weathermap-centered.html
new file mode 100644
index 0000000..5cc3eee
--- /dev/null
+++ b/web/stats.tg14.gathering.org/weathermap-centered.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="refresh" content="60" />
+<title>Network Weathermap</title>
+</head>
+<body>
+<div style="text-align:center;">
+<h1 style="font-size:50px; font-family: arial">Network Weathermap</h1>
+<img id="wmapimage" src="http://nms-public.tg14.gathering.org/weathermap/weathermap.png" border="0" />
+</div>
+</body>
+</html>
diff --git a/web/stats.tg14.gathering.org/weathermap.html b/web/stats.tg14.gathering.org/weathermap.html
new file mode 100644
index 0000000..1a394d2
--- /dev/null
+++ b/web/stats.tg14.gathering.org/weathermap.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="refresh" content="60" />
+ <title>Network weathermap</title>
+ <link rel="stylesheet" type="text/css" href="http://151.216.253.14:8000/en-US/static/@204106/css/bootstrap.min.css" />
+ <link rel="stylesheet" type="text/css" media="all" href="http://151.216.253.14:8000/en-US/static/@204106/css/pages/dashboard-simple-bootstrap.min.css" />
+ <link rel="stylesheet" type="text/css" media="all" href="http://151.216.253.14:8000/en-US/static/@204106/app/search/dashboard.css" />
+ <style>
+body{background:#ffffff;}
+ </style>
+</head>
+<body class="simplexml">
+ <div class="dashboard-header clearfix">
+ <div style="text-align: center;">
+ <div style="position: relative; left: 0; top: 0;">
+ <br \><br \><br \><br \><br \><br \><br \><br \><br \><br \>
+ <h1 style="z-index:10; position:relative;">Network weathermap</h1>
+ <img src="http://nms-public.tg14.gathering.org/weathermap/weathermap.png" border="0" style="z-index:4; position: relative; top: 0; left: 0; margin-top: -80px;"/>
+ <img src="http://151.216.253.14/tg14_logo_rgb_normal.png" style="z-index:5; position: absolute; top: 50px; left: 50%; width: 546px; margin-left: -273px; margin-top: -50px;"/>
+ </div>
+ </div>
+ </div>
+</body>
+</html>