Koha/koha-tmpl/intranet-tmpl/prog/en/authorities/auth_finder.tmpl
2006-09-27 21:40:47 +00:00

53 lines
1.8 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menu-authorities.inc" -->
<h1>Authority search</h1>
<form name="f" method="post">
<input type="hidden" name="nonav" value="<!-- TMPL_VAR NAME="nonav" -->">
<input type="hidden" name="op" value="do_search">
<input type="hidden" name="type" value="author">
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
<div id="bloc25">
<h2 class="authority">Search on</h2>
<p>
<label class="label100">Authority type</label>
<!-- TMPL_VAR NAME="authtypecode" -->
<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
</p>
<p>
<label class="label100">Main heading(a)</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
<input type="hidden" name="marclist" value="mainentry">
<input type="hidden" name="and_or" value="and">
<input type="hidden" name="excluding" value="">
<select name="operator">
<option value="all">All words</option>
<option value="phrase">Phrase</option>
</select>
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
</p>
<p>
<label class="label100">Sub heading</label><input type="text" name="value">
<input type="hidden" name="marclist" value="">
<input type="hidden" name="and_or" value="and">
<input type="hidden" name="excluding" value="">
<select name="operator">
<option value="all">All words</option>
<option value="phrase">Phrase</option>
</select>
</p>
<p>
<input type="submit" value="Start search" class="button authority">
</p>
</div>
</form>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->