f8626343e2
After talking to Owen we decided to use 2 classes for those modules. I decided on: patroncard: tools, pcard labels: tools, labels Signed-off-by: Owen Leonard <oleonard@myacpl.org>
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]Koha › Tools › Labels ›: Search[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body id="labels_label-bib-search" class="tools labels">
|
|
<div id="main-compact">
|
|
|
|
<h1>Search</h1>
|
|
|
|
<form name="f" method="post">
|
|
<input type="hidden" name="op" value="do_search" />
|
|
<input type="hidden" name="type" value="intranet" />
|
|
<div class="details">
|
|
<h2>Search on</h2>
|
|
<p>
|
|
<label for="category">Name or ISSN: </label>
|
|
[% category %]
|
|
</p>
|
|
<p>
|
|
<label for="index">Search value: </label>
|
|
<input type="text" name="value" value="[% value %]" />
|
|
<input type="hidden" name="authtypecode" value="[% category %]" />
|
|
<input type="hidden" name="marclist" value="" />
|
|
<input type="hidden" name="and_or" value="and" />
|
|
<input type="hidden" name="excluding" value="" />
|
|
<input type="hidden" name="operator" value="contains" />
|
|
<input type="hidden" id="index" name="index" value="[% index %]" />
|
|
</p>
|
|
<p>
|
|
<input type="submit" value="Start search" class="submit" />
|
|
</p>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|