da8a4ca991
This is a minimal fix -- pname authorities work propertly, but nothing else has been tested yet Signed-off-by: Joshua Ferraro <jmf@liblime.com>
82 lines
4 KiB
Cheetah
82 lines
4 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › Authority Search
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE name="masthead.inc" -->
|
|
|
|
<div id="doc3" class="yui-t1">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b"><div class="yui-g">
|
|
|
|
<form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="post">
|
|
<input type="hidden" name="op" value="do_search" />
|
|
<input type="hidden" name="type" value="opac" />
|
|
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
|
|
<fieldset class="rows">
|
|
<legend>Authority search</legend>
|
|
<ol>
|
|
<li><label for="authtypecode">Search: : </label> <select name="authtypecode" id="authtypecode">
|
|
<!-- TMPL_LOOP NAME="authtypesloop" -->
|
|
<!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
|
|
<!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</select></li> <li>
|
|
<label for="operatora">Main entry ($a only): </label>
|
|
<select name="operator" id="operatora">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts with</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input type="text" name="value" id="mainentrya_value" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<input type="hidden" name="marclist" value="mainmainentry" />
|
|
<input type="hidden" name="and_or" value="and" />
|
|
<input type="hidden" name="excluding" value="" />
|
|
</li>
|
|
<li>
|
|
<label for="operator">Main entry: </label>
|
|
<select name="operator" id="operator">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts with</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input type="text" name="value" id="mainentry_value" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<input type="hidden" name="marclist" value="mainentry" />
|
|
<input type="hidden" name="and_or" value="and" />
|
|
<input type="hidden" name="excluding" value="" />
|
|
</li>
|
|
<li>
|
|
<label for="anywhere">Anywhere: </label>
|
|
<select name="operator" id="anywhere">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts with</option>
|
|
<option value="is">is exactly</option>
|
|
|
|
</select>
|
|
<input type="text" name="value" id="anywhere_value" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<input type="hidden" name="marclist" value="" />
|
|
<input type="hidden" name="and_or" value="and" />
|
|
<input type="hidden" name="excluding" value="" />
|
|
</li>
|
|
<li><label for="orderby">Order by: </label><select name="orderby" id="orderby">
|
|
<option value="">None</option>
|
|
<option value="HeadingAsc" selected="selected">Heading Ascendant</option>
|
|
<option value="HeadingDsc">Heading Descendant</option>
|
|
</select>
|
|
</li></ol>
|
|
</fieldset>
|
|
<fieldset class="action">
|
|
<input type="submit" value="Submit" class="submit" />
|
|
</fieldset>
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!--TMPL_INCLUDE NAME="navigation.inc" -->
|
|
<!-- TMPL_INCLUDE name="usermenu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|