1 [% INCLUDE 'doc-head-open.inc' %]Koha › Tools › Labels ›: Search[% INCLUDE 'doc-head-close.inc' %]
3 <body id="labels_label-bib-search" class="tools labels">
4 <div id="main-compact">
8 <form name="f" method="post">
9 <input type="hidden" name="op" value="do_search" />
10 <input type="hidden" name="type" value="intranet" />
14 <label for="category">Name or ISSN: </label>
18 <label for="index">Search value: </label>
19 <input type="text" name="value" value="[% value %]" />
20 <input type="hidden" name="authtypecode" value="[% category %]" />
21 <input type="hidden" name="marclist" value="" />
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="hidden" id="index" name="index" value="[% index %]" />
28 <input type="submit" value="Start search" class="submit" />
34 [% INCLUDE 'intranet-bottom.inc' %]