New NPL templates
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / catalogue / catalogue-home.tmpl
1 <!-- TMPL_INCLUDE NAME="main-top.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5
6 <div id="main">
7 <h1>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>Branch</th><td><select name="branch"><option value="">-- Choose a Branch -- </option><option value="ALB">Wells (Albany) Public Library</option><option value="PPL">The Plains Public Library</option><option value="COV">Coolville Public Library</option><option  value="APL">Athens Public Library</option><option value="GPL">Glouster Public Library</option><option value="CPL">Chauncey Public Library</option><option value="NPL">Nelsonville Public Library</option><option value="BKM">Bookmobile</option></select></td></tr>
30 <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>
31 <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>
32 </table>
33 <input type="hidden" name="type" value="intra" /><input type="submit" value="Search" class="submit" />
34 </form>
35 </div>
36
37 <h3>Search by Subject</h3>
38 <div class="form">
39 <form action="/cgi-bin/koha/search.pl" method="post">
40 <table>
41 <tr><th>Subject</th><td><input type="text"  size="25"   name="subject" /></td></tr>
42 </table>
43 <input type="hidden" name="type" value="intra" /><input type="submit" value="Search" class="submit" />
44 </form>
45 </div>
46         </div>
47         </form>
48 </div>
49 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->