rel_3_0 moved to HEAD (introducing new files)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / barcodes / search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcodes and Labels: Search<!-- TMPL_INCLUDE NAME="doc-head-
2 close.inc" -->
3
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-barcodes.inc" -->
6
7 <div id="main-compact">
8
9 <h1>Catalogue Item Search</h1>
10
11 <form name="f" method="post">
12         <input type="hidden" name="op" value="do_search" />
13         <input type="hidden" name="type" value="intranet" />
14         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
15
16         <table>
17         <tr><th scope="row">
18                 <label for="title">Title</label>
19             </th>
20             <td>
21                 <input type="hidden" name="marclist" value="biblio.title" />
22                 <input type="hidden" name="and_or" value="and" />
23                 <input type="hidden" name="excluding" value="" />
24                 <input type="hidden" name="operator" value="contains" />
25                 <input type="text" id="title" name="value" />
26             </td></tr>
27         <tr><th scope="row">
28                 <label for="issn">ISSN</label>
29             </th>
30             <td>
31                 <input type="hidden" name="marclist" value="biblioitems.issn" />
32                 <input type="hidden" name="and_or" value="and" />
33                 <input type="hidden" name="excluding" value="" />
34                 <input type="hidden" name="operator" value="=" />
35                 <input type="text" name="value" id="issn" />
36             </td></tr>
37         <tr><th scope="row">
38                 <label for="resultsperpage">Results per page:</label>
39             </th>
40             <td>
41                 <select align="right" name="resultsperpage" id="resultsperpage" size="1">
42                         <option value="20">20</option>
43                         <option value="50">50</option>
44                         <option value="100">100</option>
45                 </select>
46                 <label for="orderby">Ordered by</label>
47                 <select name="orderby" id="orderby" size="1">
48                         <option value="biblio.title">Title</option>
49                         <option value="biblio.author">Author</option>
50                         <option value="biblioitems.dewey">Dewey</option>
51                         <option value="biblioitems.publicationyear">Publication Year</option>
52                         <option value="biblioitems.publishercode">Publisher</option>
53                 </select>
54             </td></tr>
55         </table>
56 <p>             <input type="submit" value="Start search" class="submit" /></p>
57 </form>
58 </div>
59 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->