e98408010062cffe587465cb1fd6087bbf107b97
[koha-ffzg.git] / koha-tmpl / opac-tmpl / css / en / opac-search.tmpl
1 <!-- TMPL_INCLUDE name="opac-top.inc" -->
2
3 <div id="mainbloc">
4         <h1>Advanced search</h1>
5         <form action="/cgi-bin/koha/opac-searchresults.pl" method="get">
6         <ul>
7                 <li><label>keyword</label><input type="text"  size="25"   name="keyword" /></li>
8         </ul>
9         <p><b>OR :</b></p>
10         <ul>
11                 <li><label>subject</label><input type="text"  size="25"   name="subject" /></li>
12         </ul>
13         <p><b>OR one or more from :</b></p>
14         <ul>
15                 <li><label>Title</label><input type="text"  size="25"   name="title" /></li>
16                 <li><label>Author</label><input type="text"  size="25"   name="author" /></li>
17                 <li><label>Illustrator</label><input type="text"  size="25"   name="illustrator" /></li>
18                 <li><label>Item type</label>
19                         <select size="1"  name="class">
20                                 <option value="">Any</option>
21                                 <!-- TMPL_VAR name="classlist" -->
22                         </select>
23                 </li>
24                 <li><label>Barcode</label><input type="text"  size="25"   name="itemnumber" /></li>
25         </ul>
26                 <p>using <input type="radio" name="ttype" value="normal" />Normal or <input type="radio" name="ttype" value="exact" />Exact search</p>
27
28         <p>
29                 <input type="submit" value="OK Start Search" class="button" />
30                 <input type="reset"  value="Clear All Fields" class="button" />
31         </p>
32         <p>Note that if you enter a value in Keyword and a value somewhere else, only keyword will be used</p>
33         </form>
34 </div>
35 <!-- TMPL_INCLUDE name="opac-bottom.inc" -->