fix for #193
[koha.git] / koha-tmpl / opac-tmpl / default / en / opac-search.tmpl
1 <TMPL_INCLUDE NAME="opac-top.inc">
2
3 <TMPL_IF NAME="loggedinuser">
4     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>]</p>
5 <TMPL_ELSE>
6     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
7 </TMPL_IF>
8
9
10 <CENTER>
11 <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=get>
12 <TABLE >
13
14 <tr valign=top>
15         <TD></td>
16         <td></td>
17         <td><INPUT TYPE="image"  src="<TMPL_VAR NAME='themelang'>/images/search-button.gif" alt="OK Start Search" width=164 height=44 border=0 ></td>
18 </tr>
19
20 <TR VALIGN=TOP>
21         <TD>Keywords</TD>
22         <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD>
23         <td></TD>
24 </TR>
25
26 <TR VALIGN=TOP>
27         <TD colspan=3><B>OR one or more from :</B></TD>
28 <td></TD></TR>
29
30 <TR VALIGN=TOP>
31         <TD>Title</TD>
32         <TD><INPUT TYPE="text"  SIZE="25"   NAME="title"></TD>
33         <td><input type=radio name=ttype value=normal checked>Normal<input type=radio name=ttype value=exact>Exact</td>
34 </TR>
35
36 <TR VALIGN=TOP>
37         <TD>Author</TD>
38         <TD><INPUT TYPE="text"  SIZE="25"   NAME="author"></TD>
39         <td></td>
40 </TR>
41
42 <TR VALIGN=TOP>
43         <TD>Illustrator</TD>
44         <TD><INPUT TYPE="text"  SIZE="25"   NAME="illustrator"></TD>
45         <td></td>
46 </TR>
47
48 <TR VALIGN=TOP>
49         <TD>Subject</TD>
50         <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>
51         <td></td>
52 </TR>
53
54 <tr>
55 <td>Class</td>
56         <td>
57         <select size="1"  name="class">
58         <option value="">Any
59         <!-- fetch class list -->
60         <TMPL_VAR name="classlist">
61         <!--#include virtual="/includes/cat-class-list.inc" -->
62         </select>
63         </td>
64         <td></td>
65 </tr>
66
67 <TR VALIGN=TOP>
68         <TD>Barcode</TD>
69         <TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></TD>
70         <td></td>
71 </TR>
72
73 <TR VALIGN=TOP>
74         <td></td>
75         <TD><font size=4 face="arial,helvetica"><INPUT TYPE="reset"  value="Clear All Fields"></font></td>
76         <td></td>
77 </tr>
78
79 <TR VALIGN=TOP>
80         <TD colspan=3>Note that if you enter a value in Keyword and a value somewhere else, only keyword will be used</TD>
81 </TD></TR>
82
83 </TABLE>
84
85 </FORM>
86 </CENTER>
87
88
89 <TMPL_INCLUDE NAME="opac-bottom.inc">