aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-04 23:54:34 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-04 23:54:34 +0200
commitcb6c034ef4d22579db21cd7d9b2d32b57601172a (patch)
treee639378a3ca11fbe18147a7a785cb55600481617 /web/nms-public.gathering.org
parentde837c61bfff05c368f4d5d73b16e57bf880f739 (diff)
MISC stuff people forgot
Diffstat (limited to 'web/nms-public.gathering.org')
-rw-r--r--web/nms-public.gathering.org/index.html2
-rw-r--r--web/nms-public.gathering.org/ping2.html5
-rw-r--r--web/nms-public.gathering.org/weathermap.html2
-rw-r--r--web/nms-public.gathering.org/weathermap.pngbin228202 -> 227754 bytes
4 files changed, 6 insertions, 3 deletions
diff --git a/web/nms-public.gathering.org/index.html b/web/nms-public.gathering.org/index.html
index 5ef9259..e4f0e1c 100644
--- a/web/nms-public.gathering.org/index.html
+++ b/web/nms-public.gathering.org/index.html
@@ -10,6 +10,8 @@
<h2><a href="dhcpkart.html">DHCP-kart</a></h2>
<h2><a href="ping.html">Ping-kart</a></h2>
<h2><a href="weathermap.html">Weathermap</a></h2>
+<h2><a href="tempkart.html">Tempkart</a></h2>
+<h2><a href="nettkart-trafikk.html">Switchtrafikk</a></h2>
</body>
</html>
diff --git a/web/nms-public.gathering.org/ping2.html b/web/nms-public.gathering.org/ping2.html
index b30e0ec..278c07d 100644
--- a/web/nms-public.gathering.org/ping2.html
+++ b/web/nms-public.gathering.org/ping2.html
@@ -5,15 +5,16 @@
<body>
<link rel="stylesheet" href="/ping.css">
<p id="playground">
- <svg id="lines" width="1280" height="736" style="position: absolute; top: 0; left: 0; z-index: 1">
+ <svg id="lines" width="1920" height="1032" style="position: absolute; top: 0; left: 0; z-index: 1">
</svg>
- <img src="tg14-salkart.png" alt="" id="map" />
+ <img src="tg15-salkart.png" alt="" id="map" />
</p>
<script>
// These are used by ping.js, below.
var switches_url = "/switches.json";
var ping_url = "/nettkart.json";
var draw_linknets = false;
+ var can_edit = false;
</script>
<script type="text/javascript" src="ping.js"></script>
</body>
diff --git a/web/nms-public.gathering.org/weathermap.html b/web/nms-public.gathering.org/weathermap.html
index 85918c8..b0136ca 100644
--- a/web/nms-public.gathering.org/weathermap.html
+++ b/web/nms-public.gathering.org/weathermap.html
@@ -5,6 +5,6 @@
<title>The Gathering 2015 - Weathermap</title>
</head>
<body>
-<img src="weathermap.png" width="1920" height="1080">
+<img src="weathermap.png">
</body>
</html>
diff --git a/web/nms-public.gathering.org/weathermap.png b/web/nms-public.gathering.org/weathermap.png
index 3d68ce2..bc9f279 100644
--- a/web/nms-public.gathering.org/weathermap.png
+++ b/web/nms-public.gathering.org/weathermap.png
Binary files differ