This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote.html
73 lines (65 loc) · 3.25 KB
/
remote.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!--
Copyright (C) 2014 Jasper Zonneveld
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link rel="shortcut icon" href="favicon.ico">
<title>Master Project Jasper Zonneveld</title>
<!-- CSS -->
<link href="css/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/icons.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css" />
<!-- JS -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script>window.jQuery || document.write('<script type="text/javascript" src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script type="text/javascript" src="js/vendor/jquery.peerbind.js"></script>
<script type="text/javascript" src="http://popcornjs.org/code/dist/popcorn-complete.min.js"></script>
<script>window.Popcorn || document.write('<script type="text/javascript" src="js/vendor/popcorn-complete.min.js"><\/script>')</script>
<script type="text/javascript" src="js/vendor/jquery.draggable.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/remote.js"></script>
<script type="text/javascript">
var fDuration = 1124.970703125;
var oPeerbindOptions = {
'endpointprefixes': [""],
'endpoint': "linkedtv.project.cwi.nl/peerbind",
'type': "string"
};
</script>
</head>
<body>
<div id="base"></div>
<div id="remote-controls">
<a id="setModeA" class="btn btn-primary">Mode A (baseline)</a>
<a id="setModeB" class="btn btn-primary">Mode B (enhanced)</a>
<br>
<br>
<br>
<a id="gotoIntroduction" class="btn btn-success">Introductie</a><a id="questionAsked" class="btn btn-info">Question asked</a><br><br>
<a id="gotoScene1" class="btn btn-success">Tekening Jan Toorop</a><a id="questionAnswered" class="btn btn-info">Question answered</a><br><br>
<a id="gotoScene2" class="btn btn-success">Zilver olie en azijn stel</a><br><br>
<a id="gotoScene3" class="btn btn-success">Schildering Jan Sluijters</a><br><br>
<a id="gotoScene4" class="btn btn-success">Gele vaas</a>
</div>
<div id="controls">
<a class="control play-pause"><i class="ficon-play"></i></a>
<div id="seekbar"><a class="seeker"></a></div>
<span class="time">00:00</span>
<a class="control fullscreen"><i class="ficon-expand"></i></a>
</div>
<div id="remote-log"></div>
</body>
</html>