-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
56 lines (56 loc) · 2.82 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>DoES Liverpool Screen</title>
<link href="doesscreens.css" rel="stylesheet" type="text/css">
<meta http-equiv=refresh content="300" />
<script type="text/javascript" src="jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="passwords.js"></script>
<script type="text/javascript" src="doesscreens.js"></script>
<!--<script type="text/javascript" src="snow.js"></script>-->
</head>
<body>
<h1 class="welcome">Welcome to <span class="doesname">DoES Liverpool</span></h1>
<h2 class="explosions">Days since last explosion: <span class="days">?</span></h2>
<h2 class="floods">Days since last flood: <span class="days">?</span></h2>
<!--
<h1>Welcome Open Labs Developer Breakfast and Ada Lovelace Open Day attendees!</h1>
-->
<h3>Upcoming events:</h3>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=doesliverpool.com_4f906tbj39irupt6crbjhi998k%40group.calendar.google.com&color=%23125A12&ctz=Europe%2FLondon" style=" border-width:0 " width="930" height="1000" frameborder="0" scrolling="no"></iframe>
<div class="webcams">
<script type="text/javascript">
var webcams = [
/*
{
id : 'corridor',
url : 'http://doorbot:'+window.password1+'@192.168.0.10:8086/cgi-bin/snapshot.cgi?0'
},
*/
/*
{
id : '3dprinters',
url : 'http://192.168.0.38/zm/cgi-bin/nph-zms?mode=jpeg&scale=100&maxfps=5&buffer=1000&monitor=1&connkey='+window.password2+'&rand=1487679667'
},
{
id : '3dqrcode',
url : 'https://chart.googleapis.com/chart?cht=qr&chl=http%3A%2F%2F192.168.0.38%2Fzm%2F%3Fview%3Dwatch%26mid%3D1&chs=180x180&choe=UTF-8&chld=L|2'
}
*/
/*
{
id : 'unit14',
url : 'http://192.168.0.124:8085/media/?action=stream',
username : 'doorbot',
password : window.password3
}
*/
];
for ( var i = 0, l = webcams.length; i < l; ++i) {
var webcam = webcams[i];
document.write('<div id="'+webcam.id+'" class="webcam"><img height="180" src="'+webcam.url+'"></div>');
}
</script>
</div>
</body>
</html>