Changed zouba directory heirarchy.
[ptas] / zouba / wrt / wrt_preview_main.html
diff --git a/zouba/wrt/wrt_preview_main.html b/zouba/wrt/wrt_preview_main.html
new file mode 100644 (file)
index 0000000..c313c98
--- /dev/null
@@ -0,0 +1,33 @@
+<!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>
+       <script language="JavaScript" type="text/javascript" src="preview/script/lib/loader.js"></script>
+
+        <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 id="timeTable" align="center" border="1">
+        </table>
+        <table border="0" align="center">
+        <tr>
+            <td>
+                <button onclick="takeMeHome()">
+                    HOME
+                </button>
+            </td>
+            <td>
+                <button onclick="takeMeToWork()">
+                    WORK
+                </button>
+            </td>
+        </tr>
+               <tr>
+               <td>debug</td>
+               <td id="debug"></td>
+               </tr>
+    </body>
+</html>