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