Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcodes and Labels: Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 </head>
3 <body>
4 <div id="main-compact">
5
6 <h1>Search</h1>
7
8 <form name="f" method="post">
9         <input type="hidden" name="op" value="do_search" />
10         <input type="hidden" name="type" value="intranet" />
11         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
12         <div class="details">
13                 <h2>Search on</h2>
14                 <p>
15                         <label for="category">Name or ISSN: </label>
16                         <!-- TMPL_VAR name="category" -->
17                 </p>
18                 <p>
19                         <label for="index">Search value: </label>
20                         <input type="text" name="value" value="<!-- TMPL_VAR name="value" -->" />
21                         <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->" />
22                         <input type="hidden" name="marclist" value="" />
23                         <input type="hidden" name="and_or" value="and" />
24                         <input type="hidden" name="excluding" value="" />
25                         <input type="hidden" name="operator" value="contains" />
26                         <input type="hidden" id="index" name="index" value="<!-- TMPL_VAR name="index" -->" />
27                 </p>
28                 <p>
29                         <input type="submit" value="Start search" class="submit" />
30                 </p>
31         </div>
32 </form>
33 </div>
34 </div>
35 </div>
36
37 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
38 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->