a0fd9d2cb0
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
83 lines
4.1 KiB
Cheetah
83 lines
4.1 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_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
|
|
<div id="bd">
|
|
<!-- TMPL_INCLUDE name="masthead.inc" -->
|
|
|
|
<div id="yui-main">
|
|
<div class="yui-b"><div class="yui-g">
|
|
<div class="container">
|
|
<form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="get">
|
|
<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="operatora" id="operatora">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts with</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input type="text" name="valuea" id="mainentrya_value" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<input type="hidden" name="marclista" value="mainmainentry" />
|
|
<input type="hidden" name="and_ora" value="and" />
|
|
<input type="hidden" name="excludinga" value="" />
|
|
</li>
|
|
<li>
|
|
<label for="operatorb">Main entry: </label>
|
|
<select name="operatorb" id="operatorb">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts with</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input type="text" name="valueb" id="mainentry_value" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<input type="hidden" name="marclistb" value="mainentry" />
|
|
<input type="hidden" name="and_orb" value="and" />
|
|
<input type="hidden" name="excludingb" value="" />
|
|
</li>
|
|
<li>
|
|
<label for="anywhere">Anywhere: </label>
|
|
<select name="operatorc" id="anywhere">
|
|
<option value="contains">contains</option>
|
|
<option value="start">starts with</option>
|
|
<option value="is">is exactly</option>
|
|
</select>
|
|
<input type="text" name="valuec" id="anywhere_value" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<input type="hidden" name="marclistc" value="" />
|
|
<input type="hidden" name="and_orc" value="and" />
|
|
<input type="hidden" name="excludingc" 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><!-- TMPL_IF NAME="OpacNav" -->
|
|
<div class="yui-b">
|
|
<div class="container">
|
|
<!--TMPL_INCLUDE NAME="navigation.inc" -->
|
|
</div>
|
|
</div><!-- /TMPL_IF -->
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|