Merge remote branch 'kc/new/enh/bug_6013' into kcmaster
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-authorities-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Browse by author or subject
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body id="opac-authorities">
5 <!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
6    <div id="bd">
7 <!-- TMPL_INCLUDE name="masthead.inc" -->
8
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11 <div id="userauthhome" class="container">
12 <form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="get">
13         <input type="hidden" name="op" value="do_search" />
14         <input type="hidden" name="type" value="opac" />
15 <fieldset class="rows">
16             <legend>Browse by author or subject</legend>
17 <ol>
18  <li><label for="authtypecode">Search: : </label> <select name="authtypecode" id="authtypecode">
19                 <!-- TMPL_LOOP NAME="authtypesloop" -->
20                 <!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
21                 <!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option>
22                 <!-- /TMPL_IF -->
23                 <!-- /TMPL_LOOP -->
24                 </select>
25                 <select name="operatorc" id="anywhere">
26                     <option value="contains">contains</option>
27                     <option value="start">starts with</option>
28                     <option value="is">is exactly</option>
29                 </select>
30                 <input type="text" name="valuec" id="anywhere_value" value="<!-- TMPL_VAR NAME="value" -->" />
31                 <input type="hidden" name="marclistc" value="" />
32                     <input type="hidden" name="and_ora" value="and" />
33                 <input type="hidden" name="excludingc" value="" />
34             </li>
35             <li><label for="orderby">Order by: </label><select name="orderby" id="orderby">
36                 <option value="">None</option>
37                     <option value="HeadingAsc" selected="selected">Heading Ascendant</option>
38                     <option value="HeadingDsc">Heading Descendant</option>
39                 </select>
40             </li></ol>
41                         </fieldset>
42             <fieldset class="action">
43                 <input type="submit" value="Submit" class="submit" />
44             </fieldset>
45     </form>
46 </div>
47 </div>
48 </div>
49 </div>
50 <!-- TMPL_IF NAME="OpacNav" -->
51 <div class="yui-b">
52 <div id="leftmenus" class="container">
53 <!--TMPL_INCLUDE NAME="navigation.inc" -->
54 </div>
55 </div><!-- /TMPL_IF -->
56 </div>
57 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->