1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional"
|
---|
2 | "http://www.w3.org/TR/html4/loose.dtd">
|
---|
3 | <html>
|
---|
4 |
|
---|
5 | <head>
|
---|
6 | <title>SmartFACT++</title>
|
---|
7 | <script type="text/javascript" src="index.js"></script>
|
---|
8 | <link rel="stylesheet" type="text/css" href="index.css" />
|
---|
9 | </head>
|
---|
10 |
|
---|
11 | <body id="body" onload="onload(true)" onresize="onresize(false)">
|
---|
12 | <!--<font size="+2">-->
|
---|
13 | <table id="table" border="0" cellspacing="0" cellpadding="6" class="tborder" width="100%">
|
---|
14 |
|
---|
15 | <!-------------------------------------------------->
|
---|
16 | <!------------------ Header ------------------->
|
---|
17 | <!-------------------------------------------------->
|
---|
18 | <thead>
|
---|
19 | <tr>
|
---|
20 | <td class="thead" colspan="2" width="100%">
|
---|
21 | <table width="100%"><tr>
|
---|
22 | <td class="tcell1"><font size="+2">» <a href="forumdisplay.php?fid=1">FACT</a> «</font></td>
|
---|
23 | <td class="tcell2"><font size="-2"><div id="time">Wed, 25 Apr 2012 10:45:23 GMT</div></font></td>
|
---|
24 | </tr></table>
|
---|
25 | </td>
|
---|
26 | </tr>
|
---|
27 | </thead>
|
---|
28 |
|
---|
29 | <!-------------------------------------------------->
|
---|
30 | <!------------------ Body ------------------->
|
---|
31 | <!-------------------------------------------------->
|
---|
32 | <tbody>
|
---|
33 |
|
---|
34 | <!------------------- System status ---------------------->
|
---|
35 | <tr class="row" id="system_row">
|
---|
36 | <td class="tcol1" width="100%" onclick="location.href='forumdisplay.php?fid=2';">
|
---|
37 | <table width="100%"><tr>
|
---|
38 | <td class="tcell1" id="system_title">System status</td>
|
---|
39 | <td class="tcell2" id="system">---</td>
|
---|
40 | </tr></table>
|
---|
41 | </td>
|
---|
42 | <td class="tcol2">></td>
|
---|
43 | </tr>
|
---|
44 |
|
---|
45 | <!-------------------- Drive ---------------------------->
|
---|
46 | <tr class="row" id="drive_row">
|
---|
47 | <td class="tcol1" width="100%" onclick="location.href='forumdisplay.php?fid=2';">
|
---|
48 | <table width="100%"><tr>
|
---|
49 | <td class="tcell1" id="drive_title">Drive</td>
|
---|
50 | <td class="tcell2" id="drive">---</td>
|
---|
51 | </tr></table>
|
---|
52 | </td>
|
---|
53 | <td class="tcol2">></td>
|
---|
54 | </tr>
|
---|
55 |
|
---|
56 | <!-------------------- Temperature -------------------->
|
---|
57 | <tr class="row" id="temp_row">
|
---|
58 | <td class="tcol1" width="100%" onclick="location.href='forumdisplay.php?fid=2';">
|
---|
59 | <table width="100%"><tr>
|
---|
60 | <td class="tcell1" id="temp_title">Temp [dew]</td>
|
---|
61 | <td class="tcell2" id="temp">---</td>
|
---|
62 | </tr></table>
|
---|
63 | </td>
|
---|
64 | <td class="tcol2">></td>
|
---|
65 | </tr>
|
---|
66 |
|
---|
67 | <!----------------------- Wind -------------------------->
|
---|
68 | <tr class="row" id="aux_row">
|
---|
69 | <td class="tcol1" width="100%" onclick="location.href='forumdisplay.php?fid=2';">
|
---|
70 | <table width="100%"><tr>
|
---|
71 | <td class="tcell1" id="aux_title">Wind</td>
|
---|
72 | <td class="tcell2" id="aux">---</td>
|
---|
73 | </tr></table>
|
---|
74 | </td>
|
---|
75 | <td class="tcol2">></td>
|
---|
76 | </tr>
|
---|
77 |
|
---|
78 | <!-------------------- Bias ------------------------>
|
---|
79 | <tr class="row" id="bias_row">
|
---|
80 | <td class="tcol1" width="100%" onclick="location.href='forumdisplay.php?fid=2';">
|
---|
81 | <table width="100%"><tr>
|
---|
82 | <td class="tcell1" id="bias_title">Bias</td>
|
---|
83 | <td class="tcell2" id="bias">---</td>
|
---|
84 | </tr></table>
|
---|
85 | </td>
|
---|
86 | <td class="tcol2">></td>
|
---|
87 | </tr>
|
---|
88 |
|
---|
89 | <!-------------------- Picture ------------------------>
|
---|
90 | <tr class="row" style="margin:0;padding:0;">
|
---|
91 | <td class="container" id="container" onclick="save()" colspan="2">
|
---|
92 | <canvas id="canvas" width="1" height="1"/>
|
---|
93 | </td>
|
---|
94 | </tr>
|
---|
95 | </tbody>
|
---|
96 |
|
---|
97 | <!-------------------------------------------------->
|
---|
98 | <!------------------ Footer ------------------->
|
---|
99 | <!-------------------------------------------------->
|
---|
100 | <tfoot>
|
---|
101 | <tr>
|
---|
102 | <td class="tfoot" width="100%" colspan="2">
|
---|
103 | <table width="100%"><tr>
|
---|
104 | <td class="tcell1"><font size="+2"><A HREF="/logbook">logbook</A></font></td>
|
---|
105 | <td class="tcell2"><font size="-2"><div id="localtime">booting...</div></font></td>
|
---|
106 | </tr></table>
|
---|
107 | </td>
|
---|
108 | </tr>
|
---|
109 | </tfoot>
|
---|
110 |
|
---|
111 | </table>
|
---|
112 | <!--</font>-->
|
---|
113 |
|
---|
114 | <!-------------------- Debug ------------------------>
|
---|
115 | <div id="debug"/>
|
---|
116 |
|
---|
117 | <!--
|
---|
118 | <strong><a href="forumdisplay.php?fid=2" class="forum_on">Logbook</a></strong>
|
---|
119 | <div class="lastbytext">1,210 Posts. Last post: 17.04.2012</div>
|
---|
120 | -->
|
---|
121 |
|
---|
122 | </body>
|
---|
123 | </html>
|
---|