71 lines
1.5 KiB
Cheetah
71 lines
1.5 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="opac-top.inc" -->
|
|
|
|
<form action="/cgi-bin/koha/opac-searchresults.pl" method=get>
|
|
<table border="0" align="center">
|
|
|
|
|
|
<tr>
|
|
<td>Keywords</td>
|
|
<td colspan="2"><input type="text" size="25" name="keyword"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="3"><b>OR :</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Subject</td>
|
|
<td colspan="2"><input type="text" size="25" name="subject"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="3"><b>OR one or more from :</b></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Title</td>
|
|
<td><input type="text" size="25" name="title"></td>
|
|
<td><input type="radio" name="ttype" value="normal" checked="checked">Normal<input type="radio" name="ttype" value="exact">Exact</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Author</td>
|
|
<td colspan="2"><input type="text" size="25" name="author"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Illustrator</td>
|
|
<td colspan="2"><input type="text" size="25" name="illustrator"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Class</td>
|
|
<td colspan="2">
|
|
<select size="1" name="class">
|
|
<option value="">Any</option>
|
|
<!-- fetch class list -->
|
|
<!-- TMPL_VAR name="classlist" -->
|
|
<!--#include virtual="/includes/cat-class-list.inc" -->
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Barcode</td>
|
|
<td colspan="2"><input type="text" size="25" name="itemnumber"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><input type="submit" value="OK Start Search"></td>
|
|
<td colspan="2"><input type="reset" value="Clear All Fields"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="3">Note that if you enter a value in Keyword and a value somewhere else, only keyword will be used</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
|
|
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|