5f4542992a
previously, it wasn't possible to insert anything into the <head> on an individual template unless it was the title of the page. Now, the structure is a bit more flexible to allow additional head elements to be included.
68 lines
2.9 KiB
Cheetah
68 lines
2.9 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Cataloguing Authority Report</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<div id="mainbloc">
|
|
|
|
<h1 class="authority">Authority search</h1>
|
|
|
|
<form name="f" action="/cgi-bin/koha/authorities/auth_finder.pl" method="post">
|
|
<input type="hidden" name="op" value="do_search">
|
|
<input type="hidden" name="type" value="intranet">
|
|
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
|
|
<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" -->">
|
|
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
|
|
</p>
|
|
<p>
|
|
<label class="label100">Main entry ($a only)</label>
|
|
<input type="hidden" name="marclist" value="mainmainentry">
|
|
<input type="hidden" name="and_or" value="and">
|
|
<input type="hidden" name="excluding" value="">
|
|
<select name="operator">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts by</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input id="value_mainmainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="resultstring" -->">
|
|
</p>
|
|
<p>
|
|
<label for="value_mainentry">Main entry</label>
|
|
<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="contains">contains</option>
|
|
<option value="start">starts by</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input id="value_mainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
|
|
</p>
|
|
<p>
|
|
<label for="value_anywhere">Anywhere</label>
|
|
<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="contains">contains</option>
|
|
<option value="start">starts by</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input id="value_anywhere" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
|
|
</p>
|
|
<p>
|
|
Sort by <select name="orderby">
|
|
<option value="">No order</option>
|
|
<option value="HeadingAsc">Heading Ascendant</option>
|
|
<option value="HeadingDsc">Heading Descendant</option>
|
|
</select>
|
|
<input type="submit" value="Start search" class="button authority">
|
|
</p>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
|
|
|