aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/slide.html
blob: 046020da092b18289f200591dc8fb990c9529cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html>
    <body>
	<iframe id="tgview" style="border: 0; width: 1536px; height: 864px"></iframe>

        <script>
            (function() {
                var urls = [
                    'http://onlineclock.net/',
                    'http://nms.tg13.gathering.org/dhcpkart.pl',
                    'http://nms.tg13.gathering.org/nettkart-text.pl',
                    'http://nms.tg13.gathering.org/nettkart-text.pl',
                    'http://nms.tg13.gathering.org/uplinkkart.pl',
                    'http://nms.tg13.gathering.org/uplinktrafikkart.pl',
                    'http://nms.tg13.gathering.org/apkart.pl',
                    'http://stats.tg13.gathering.org/'
                    ];

                var view = document.getElementById('tgview');
                var fload = function( frame, url ) {
                        frame.src = url;
                };

                var i = 0;
                (function rotation() {
                    //if ( i != l-1 ) { 
                    if ( i != urls.length-1 ) { 
                        i++
                    } else {
                        i = 0;
                    }
                    fload( view, urls[i] );
                    setTimeout( arguments.callee, 10000 );
                })();
            })();
        </script>
    </body>
</html>
n>color: #000000; background-color: $header_back_lighter; } #postcodeForm { background-color: $header_back; } #front_stats div { background-color: $header_back; } } // Site layout #header { font-size: 200%; font-weight: bold; border-bottom: solid 2px $header_colour; margin: 0; padding: 0.15em 0.5em; background-color: $header_back; color: $header_colour; a:link, a:visited { color: $header_colour; background-color: $header_back; text-decoration: none; } a:active, a:hover { text-decoration: underline; } } #my { color: $header_darker; background-color: $header_back; } #mysociety { width: 100%; /* Must specify a width or IE goes crazy wrong! */ position: relative; margin: 0 auto; max-width: 60em; } /* Can't put the margin in #mysociety because of above IE craziness */ #wrapper { margin: 2em; } .v { display: none; } #navigation { position: absolute; top: 1em; right: 1em; padding: 0; margin: 0; list-style-type: none; li { display: inline; padding: 0; margin: 0; } a { display: -moz-inline-box; display: inline-block; padding: 0.4em 1em; } a:link, a:visited { color: $header_colour; } a:hover, a:active { background-color: $header_colour; color: $header_back; } } #nav_new a { background-image: url("/i/new.png"); background-repeat: no-repeat; background-position: 100% 0; } #logo { border: none; position: absolute; top: 3.3em; right: 10px; } #footer { clear: both; text-align: right; font-size: 83%; border-top: solid 1px $header_colour; display: table; margin: 2em 0 1em auto; padding: 2px 4px; }