Bug fixes
[koha.git] / koha-tmpl / opac-tmpl / default / en / opac-search.tmpl
1 <TMPL_INCLUDE NAME="opac-top.inc">
2
3 <TMPL_IF NAME="loggedinusername">
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 :</B></TD>
28 <td></TD></TR>
29 <TR VALIGN=TOP>
30         <TD>Subject</TD>
31         <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>
32         <td></td>
33 </TR>
34
35 <TR VALIGN=TOP>
36         <TD colspan=3><B>OR one or more from :</B></TD>
37 <td></TD></TR>
38
39 <TR VALIGN=TOP>
40         <TD>Title</TD>
41         <TD><INPUT TYPE="text"  SIZE="25"   NAME="title"></TD>
42         <td><input type=radio name=ttype value=normal checked>Normal<input type=radio name=ttype value=exact>Exact</td>
43 </TR>
44
45 <TR VALIGN=TOP>
46         <TD>Author</TD>
47         <TD><INPUT TYPE="text"  SIZE="25"   NAME="author"></TD>
48         <td></td>
49 </TR>
50
51 <TR VALIGN=TOP>
52         <TD>Illustrator</TD>
53         <TD><INPUT TYPE="text"  SIZE="25"   NAME="illustrator"></TD>
54         <td></td>
55 </TR>
56
57 <tr>
58 <td>Class</td>
59         <td>
60         <select size="1"  name="class">
61         <option value="">Any
62         <!-- fetch class list -->
63         <TMPL_VAR name="classlist">
64         <!--#include virtual="/includes/cat-class-list.inc" -->
65         </select>
66         </td>
67         <td></td>
68 </tr>
69
70 <TR VALIGN=TOP>
71         <TD>Barcode</TD>
72         <TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></TD>
73         <td></td>
74 </TR>
75
76 <TR VALIGN=TOP>
77         <td></td>
78         <TD><font size=4 face="arial,helvetica"><INPUT TYPE="reset"  value="Clear All Fields"></font></td>
79         <td></td>
80 </tr>
81
82 <TR VALIGN=TOP>
83         <TD colspan=3>Note that if you enter a value in Keyword and a value somewhere else, only keyword will be used</TD>
84 </TD></TR>
85
86 </TABLE>
87
88 </FORM>
89 </CENTER>
90
91
92 <TMPL_INCLUDE NAME="opac-bottom.inc">