Added wrt files, prior to converting into Qt/C++.
[ptas] / wrt / zouba / .tmp_index.html.21831~
diff --git a/wrt/zouba/.tmp_index.html.21831~ b/wrt/zouba/.tmp_index.html.21831~
new file mode 100644 (file)
index 0000000..9f4a701
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+    <head>
+        <title></title>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <script type="text/javascript" src="WRTKit/WRTKit.js">
+        </script>
+        <script type="text/javascript" src="basic.js">
+        </script>
+        <link rel="stylesheet" href="basic.css" type="text/css">
+    </head>
+    <body onload="init()">
+        <table align="center" border="1">
+            <tr>
+                <th align="left">
+                    time
+                </th>
+                <td>
+                    <div id="timeAtStop">
+                    </div>
+                </td>
+            </tr>
+            <tr>
+                <th align="left">
+                    linecode
+                </th>
+                <td>
+                    <div id="linecode">
+                    </div>
+                </td>
+            </tr>
+        </table>
+        <table border="0" align="center">
+        <tr>
+            <td>
+                <button onclick="takeMeHome()">
+                    HOME
+                </button>
+            </td>
+            <td>
+                <button onclick="takeMeToWork()">
+                    WORK
+                </button>
+            </td>
+        </tr>
+    </body>
+</html>