very early stage od pz2.js lib
[pazpar2-moved-to-github.git] / www / pz2_js / index.html
diff --git a/www/pz2_js/index.html b/www/pz2_js/index.html
new file mode 100644 (file)
index 0000000..4fb3225
--- /dev/null
@@ -0,0 +1,34 @@
+<html>
+ <head>
+  <style type="text/css"></style>
+  <script type="text/javascript" src="pz2.js"></script>
+  <script type="text/javascript" src="client_pz2.js"></script>
+  <script type="text/javascript" src="jquery.js"></script>
+ </head>
+<body onload="init();">
+ <table width="100%" border="1" cellpadding="5">
+  <tr>
+   <td width="250" height="100" align="center"><b>pz2.js test</b></td>
+   <td>
+    <form name="search" onsubmit="my_paz.search(this.query.value, 10); return false;">
+     <b>Search:</b>
+     <input id="query" type="text" size="50"/>
+     <input type="submit" value="Go"/>
+    </form>
+   <td>
+  </tr>
+  <tr>
+   <td valign="top" id="termlist">&nbsp;</td>
+   <td valign="top" id="body">Show results:<td>
+  </tr>
+  <tr>
+   <td>
+   &nbsp;
+   </td>
+   <td id="stat">
+    Status:
+   </td>
+  </tr>
+ </table>
+</body>
+</html>