read database name from config
[irspy-moved-to-github.git] / zebra / form.html
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- $Id: form.html,v 1.3 2007-01-24 09:28:03 mike Exp $ -->
3 <!DOCTYPE html 
4         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
5         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7  <head>
8   <title>SRU form for the IRSpy database</title>
9  </head>
10  <body>
11   <h1>SRU form for the IRSpy database</h1>
12   <form method="get" action="http://localhost:8018/IR-Explain---1">
13    <table>
14     <tr>
15      <td align="right">
16       Query:
17      </td>
18      <td>
19       <input type="hidden" name="version" value="1.1"/>
20       <input type="hidden" name="operation" value="searchRetrieve"/>
21       <input type="text" name="query" size="40"/>
22      </td>
23     </tr>
24     <tr>
25      <td align="right">
26       First record to fetch:
27      </td>
28      <td>
29       <input type="text" name="startRecord" size="10" value="1"/>
30      </td>
31     </tr>
32     <tr>
33      <td align="right">
34       Number of records:
35      </td>
36      <td>
37       <input type="text" name="maximumRecords" size="10" value="1"/>
38      </td>
39     </tr>
40     <tr>
41      <td align="right">
42       Schema:
43      </td>
44      <td>
45       <select name="recordSchema" size="1">
46        <option value="zeerex" selected="selected">ZeeRex</option>
47        <option value="index">Indexing</option>
48       </select>
49      </td>
50     </tr>
51     <tr>
52      <td></td>
53      <td align="right">
54       <input type="submit" value="Search"/>
55      </td>
56     </tr>
57    </table>
58   </form>
59  </body>
60 </html>