diff options
Diffstat (limited to 'web/nms-public.gathering.org')
-rw-r--r-- | web/nms-public.gathering.org/index.html | 2 | ||||
-rw-r--r-- | web/nms-public.gathering.org/ping2.html | 5 | ||||
-rw-r--r-- | web/nms-public.gathering.org/weathermap.html | 2 | ||||
-rw-r--r-- | web/nms-public.gathering.org/weathermap.png | bin | 228202 -> 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 Binary files differindex 3d68ce2..bc9f279 100644 --- a/web/nms-public.gathering.org/weathermap.png +++ b/web/nms-public.gathering.org/weathermap.png |