adding the vanilla opac theme from 1.2
[koha.git] / koha-tmpl / opac-tmpl / vanilla / en / opac-search.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\r
2 <!--\r
3 \r
4 design and HTML by rachel@katipo.co.nz, \r
5 templating by finlay@katipo.co.nz\r
6 \r
7 SEARCH\r
8 \r
9 This is the part of the "vanilla" theme put together by Katipo Communications for general distribution with Koha. \r
10 \r
11 Add links to other searches etc to this page.\r
12 \r
13 If you don't wish people to search by these fields, or want to add others then this is the place to do it.\r
14 \r
15 If you see strange tags and comments you don't understand they may be out of Kea our content management system. If you'd like to use Kea to change your template & website text please contact Katipo.\r
16 \r
17 Cheers\r
18 R\r
19 \r
20 12/1/03\r
21 \r
22 -->\r
23 <html>\r
24 <head>\r
25 <title>Search The Catalogue</title>\r
26 <link rel="stylesheet" href="<TMPL_VAR NAME='themelang'>/includes/vanilla-main.css" type="text/css" />\r
27 \r
28 <script type="text/javascript" language="javascript">\r
29 <TMPL_INCLUDE NAME="script.js">\r
30 </script>\r
31 </head>\r
32 <body marginheight="0" marginwidth="0">\r
33 \r
34 <!--START TOP TABLE-->\r
35 <TMPL_INCLUDE NAME="vanilla-search-menu.inc">\r
36 \r
37 \r
38 <!--START MAIN TABLE AND LEFT NAVIGATION-->\r
39 <TMPL_INCLUDE NAME="vanilla-left-nav.inc">\r
40 \r
41 <!--SEARCH FORM-->\r
42 <TMPL_INCLUDE NAME="vanilla-cat-search.inc">\r
43 <!--END LEFT NAV, START CRUMBS-->\r
44 <TMPL_INCLUDE NAME="vanilla-crumb-start.inc">   \r
45 <a href="/">Home</a> &gt;<a href='/cgi-bin/koha/opac-search.pl'>Search</a>\r
46 <!--END CRUMBS-->\r
47 <TMPL_INCLUDE NAME="vanilla-crumb-end.inc">\r
48 <!--CONTENT-->\r
49 \r
50 <h1>Search the Catalogue</h1>\r
51 \r
52 <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=post>\r
53 <TABLE cellpadding=0 cellspacing=5 border=0>\r
54 \r
55 <TR VALIGN=TOP>\r
56 <TD>Title</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="title"></TD>\r
57 <td><input type=radio name=ttype value=normal checked>Normal<input\r
58 type=radio name=ttype value=exact>Exact</td>\r
59 </TR>\r
60 <TR VALIGN=TOP> \r
61 <TD>Author</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="author"></TD></TR>\r
62 <TR VALIGN=TOP>\r
63 <TD>Keywords</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD></TR>\r
64 \r
65 <TR VALIGN=TOP>\r
66 <TD>Class</TD> <TD><select   SIZE="1"   NAME="class">\r
67         <option value="">Any\r
68         <!-- fetch class list -->\r
69         <TMPL_VAR name="classlist">\r
70 </select>\r
71         \r
72 </TD>\r
73 </TR>\r
74 \r
75 <tr valign=top><td></td>\r
76 <td><input type="submit" value="OK Start Search" SIZE="15" class="submit">\r
77 </td></tr>\r
78 <tr valign=top>\r
79 <td colspan=3><IMG SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" WIDTH="10" HEIGHT="5" BORDER="0" ALT="">\r
80 </td></tr>\r
81 \r
82 \r
83 <TR VALIGN=TOP>\r
84 <TD colspan=3><H3>Search by List of Subjects</H3></TD> </TR>\r
85 \r
86 <TR VALIGN=TOP>\r
87 <TD>Subject</TD>\r
88 \r
89 <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>\r
90 <td><input type="submit" value="OK" SIZE="2" class="submit"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" WIDTH="10" HEIGHT="5" BORDER="0" align="right" ALT=""></td></TR>\r
91 <tr valign=top>\r
92 <td colspan=3><IMG SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" WIDTH="10" HEIGHT="5" BORDER="0" ALT="">\r
93 </td></tr>\r
94 <TR VALIGN=TOP>\r
95 <TD><H3>Search by Specific Item</H3></TD></TR>\r
96 \r
97 <TR VALIGN=TOP>\r
98 <TD>Item Number</TD>\r
99 <TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></TD>\r
100 <td><input type="submit" value="OK" SIZE="2"   class="green-box"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/holder.gif" WIDTH="10" HEIGHT="5" BORDER="0" align="right" ALT=""></td></TR>\r
101 \r
102 </TR>\r
103 <TR VALIGN=TOP>\r
104 <td></td>\r
105 <TD><font size=4 face="arial,helvetica">\r
106 <INPUT TYPE="reset"  value="Reset" SIZE="10" class="reset"></font></td></tr>\r
107 \r
108 </TABLE>\r
109 </FORM>\r
110 \r
111 <TABLE cellpadding=5 cellspacing=5 border=0>\r
112 \r
113 </TABLE>\r
114 \r
115 \r
116 \r
117 <!--BOTTOM NAVIGATION - ALL-->\r
118 <TMPL_INCLUDE NAME="vanilla-botnav-all.inc">\r
119 \r
120 <!--END MAIN TABLE-->\r
121 <TMPL_INCLUDE NAME="vanilla-end-main.inc">\r
122 </body>\r
123 </html>