Fix for Bug 6640, Locations not showing in circ reports
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-authorities-home.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Browse by author or subject
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body id="opac-authorities">
5 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
6    <div id="bd">
7 [% INCLUDE '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                 [% FOREACH authtypesloo IN authtypesloop %]
20                 [% IF ( authtypesloo.selected ) %]<option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
21                 [% ELSE %]<option value="[% authtypesloo.value %]"> [% authtypesloo.authtypetext %]</option>
22                 [% END %]
23                 [% END %]
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="[% 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 [% IF ( OpacNav ) %]
51 <div class="yui-b">
52 <div id="leftmenus" class="container">
53 [% INCLUDE 'navigation.inc' %]
54 </div>
55 </div>[% END %]
56 </div>
57 [% INCLUDE 'opac-bottom.inc' %]