blob: 7ae51a622216b429725b0bb01f6e0bfcd8429ff1 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001<!DOCTYPE HTML>
2<html>
3 <head>
4 <title>971 Camera Code: Robot Stream</title>
5 <style type="text/css">
6 #body {
7 display: block;
8 margin: 0px;
9 margin-top: 0px;
10 margin-right: 0px;
11 margin-bottom: 0px;
12 margin-left: 0px;
13 }
14 #img {
15 position: absolute;
16 left: 50%;
17 top: 0%;
18 margin: 0 0 0 -320px;
19 }
20 #center {
21 left: 50%;
22 position: absolute;
23 width: 2px;
24 height: 100%;
25 background-color: red;
26 }
27 #middle {
28 top: 240px;
29 margin-top: -1px;
30 width: 100%;
31 position: absolute;
32 height: 2px;
33 background-color: red;
34 }
35 #footer {
36 top: 482px;
37 left: 10px;
38 position: absolute;
39 }
40 #center {
41 margin-left: {{CENTER}}px;
42 }
43 </style>
44 </head>
45 <body id="body">
46 <img id="img" src="http://{{HOST}}:9714" />
47 <div id="center"></div>
48 <div id="middle"></div>
49 <div id="footer">
50 <!--<form>
51 <input type="button" value="Camera Controls"
52 onclick="window.open('control.htm', 'Camera_Controls')">
53 </form>-->
54 </div>
55 </body>
56</html>