Corrections to make valid
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / catalogue / catalogue-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: Advanced Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5
6 <div id="main">
7 <h1>Advanced Catalogue Search</h1>
8 <h3>Search by Number</h3>
9 <div class="form">
10 <form action="/cgi-bin/koha/search.pl" method="post">
11 <table>
12 <tr><th>Barcode</th><td><input type="text" size="25" name="itemnumber" /></td></tr>
13 <tr><th>ISBN</th><td><input type="text" size="25" name="isbn" /></td></tr>
14 </table>
15 <input type="hidden" name="type" value="intra" /><input type="submit" value="Search" class="submit" />
16 </form>
17 </div>
18 <h3>Search by Details</h3>
19 <div class="form">
20 <form action="/cgi-bin/koha/search.pl" method="post">
21 <table><tr><th>Keywords</th><td><input type="text"  size="25"   name="keyword" /></td></tr>
22 <tr><th>Title</th><td><input type="text"  size="25" name="title" /></td></tr>
23 <tr><th>Author</th><td><input type="text"  size="25"   name="author" /></td></tr>
24
25 <tr><th>Collection</th><td><select name="class" size="1">
26                         <option value="">Any</option>
27                         <!-- TMPL_VAR name="classlist" -->
28                         </select></td></tr>
29 <tr><th>Pub Date</th><td>(before) <input type="text" size="8" name="date-before">  (after) <input type="text" size="8" name="date-after" /></td></tr>
30 <tr><th>Search Type</th><td><input type="radio" name="ttype" value="normal" checked="checked" />Normal  <input type="radio" name="ttype" value="exact" />Exact</td></tr>
31 </table>
32 <input type="hidden" name="type" value="intra" /><input type="submit" value="Search" class="submit" />
33 </form>
34 </div>
35
36 <h3>Search by Subject</h3>
37 <div class="form">
38 <form action="/cgi-bin/koha/search.pl" method="post">
39 <table>
40 <tr><th>Subject</th><td><input type="text"  size="25"   name="subject" /></td></tr>
41 </table>
42 <input type="hidden" name="type" value="intra" /><input type="submit" value="Search" class="submit" />
43 </form>
44 </div>
45         </div>
46         </form>
47 </div>
48 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->