Koha/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tmpl
Colin Campbell 9e5366734b Bug 5315: Remove references to obsolete variable nbstatements
Trying to see the wood from the trees

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-10-26 08:39:18 -04:00

34 lines
1.1 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Tools &rsaquo; Labels &rsaquo;: Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<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>
<!-- TMPL_VAR name="category" -->
</p>
<p>
<label for="index">Search value: </label>
<input type="text" name="value" value="<!-- TMPL_VAR name="value" -->" />
<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="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="<!-- TMPL_VAR name="index" -->" />
</p>
<p>
<input type="submit" value="Start search" class="submit" />
</p>
</div>
</form>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->