aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/old/display-rack.html
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-03-27 08:27:17 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-03-27 08:27:17 +0200
commit1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (patch)
tree54b901757b088d54d33e70f28a6203383b4dc844 /web/nms.gathering.org/old/display-rack.html
parent0a230ac5481b9518abc64181dbbb4509d83c0b89 (diff)
parent96a9bb4c42f4b53020302fea2a46e734c61c0319 (diff)
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/old/display-rack.html')
-rwxr-xr-xweb/nms.gathering.org/old/display-rack.html70
1 files changed, 0 insertions, 70 deletions
diff --git a/web/nms.gathering.org/old/display-rack.html b/web/nms.gathering.org/old/display-rack.html
deleted file mode 100755
index 694bf11..0000000
--- a/web/nms.gathering.org/old/display-rack.html
+++ /dev/null
@@ -1,70 +0,0 @@
-<html>
- <head>
- <title>TG15 - The Future Is Back</title>
- <style type="text/css">
- body {
- margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin: 0 auto;
- }
-
- #slide {
- visibility: hidden;
- position: absolute;
- bottom: 0px;
- top: 0px;
- left: 0px;
- margin: 0px;
- overflow-y: hidden;
- overflow-x: hidden;
- }
-
- #subframe {
- width: 1920px;
- height: 1080px;
- }
- </style>
- <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
- <script type="text/javascript">
- var page = 0;
- var iframes = 5;
- var delay = 10;
-
- function rotate() {
- $('body').delay(delay*1000).queue(function(next) {
- $('div').each(function(i, obj) {
- if (i == page) {
- this.style.visibility = 'visible';
- } else {
- this.style.visibility = 'hidden';
- }
- });
- next();
- rotate();
- });
- page = (page + 1) % iframes;
- }
-
- $(document).ready(function(){
- rotate();
- });
- </script>
- </head>
- <body>
- <div id="slide" style="visibility: visible;">
- <iframe class="frames" id="subframe" frameborder="0" src="http://funfact.tg15.gathering.org/" scrolling="no"></iframe>
- </div>
-
- <div id="slide">
- <iframe class="frames" id="subframe" frameborder="0" src="http://funfact.tg15.gathering.org/searchwars.html" scrolling="no"></iframe>
- </div>
-
- <div id="slide">
- <iframe class="frames" id="subframe" frameborder="0" src="http://funfact.tg15.gathering.org/social.html" scrolling="no"></iframe>
- </div>
- <div id="slide">
- <iframe class="frames" id="subframe" frameborder="0" src="http://nms.tg15.gathering.org/speedometer/" scrolling="no"></iframe>
- </div>
- <div id="slide">
- <iframe class="frames" id="subframe" frameborder="0" src="http://nms-public.tg15.gathering.org/weathermap.pl" scrolling="no"></iframe>
- </div>
- </body>
-</html>