Koha/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt
Katrin Fischer f8626343e2 Bug 7760 - Add ids and classes to every staff page to help with customization (patroncard, labels)
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>
2012-03-22 18:12:33 +01:00

34 lines
1.1 KiB
Text

[% INCLUDE 'doc-head-open.inc' %]Koha &rsaquo; Tools &rsaquo; Labels &rsaquo;: 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' %]