very early stage od pz2.js lib
[pazpar2-moved-to-github.git] / www / pz2_js / index.html
1 <html>
2  <head>
3   <style type="text/css"></style>
4   <script type="text/javascript" src="pz2.js"></script>
5   <script type="text/javascript" src="client_pz2.js"></script>
6   <script type="text/javascript" src="jquery.js"></script>
7  </head>
8 <body onload="init();">
9  <table width="100%" border="1" cellpadding="5">
10   <tr>
11    <td width="250" height="100" align="center"><b>pz2.js test</b></td>
12    <td>
13     <form name="search" onsubmit="my_paz.search(this.query.value, 10); return false;">
14      <b>Search:</b>
15      <input id="query" type="text" size="50"/>
16      <input type="submit" value="Go"/>
17     </form>
18    <td>
19   </tr>
20   <tr>
21    <td valign="top" id="termlist">&nbsp;</td>
22    <td valign="top" id="body">Show results:<td>
23   </tr>
24   <tr>
25    <td>
26    &nbsp;
27    </td>
28    <td id="stat">
29     Status:
30    </td>
31   </tr>
32  </table>
33 </body>
34 </html>