Bug 8679 [REVISED] Remove usage of Amazon API
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-browser.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog ›  ISBD
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body id="opac-browser">
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="userbrowser" class="container">
12     <h1>Browse our catalogue</h1>
13         [% IF ( have_hierarchy ) %]
14         <ul>
15         <li>
16             [% description %] <a href="opac-browser.pl">Top level</a>
17         </li>
18         <li style="list-style-type: none;"><ul>
19         [% FOREACH HIERARCHY_LOO IN HIERARCHY_LOOP %]
20                 <li>
21                     <a href="opac-browser.pl?level=[% HIERARCHY_LOO.level %]&amp;filter=[% HIERARCHY_LOO.classification |uri %]">[% HIERARCHY_LOO.description |html %]</a>
22                 </li>
23             <li  style="list-style-type: none;"><ul>
24         [% END %]
25         <li style="list-style-type: none;"><table><tr>
26         [% FOREACH LEVEL_LOO IN LEVEL_LOOP %]
27                 <td width="33%">
28                 <p>
29                 [% IF ( LEVEL_LOO.endnode ) %]
30                     <a href="opac-search.pl?q=Dewey-classification:[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description |html %]</a>
31                 [% ELSE %]
32                     <a href="opac-browser.pl?level=[% LEVEL_LOO.level %]&amp;filter=[% LEVEL_LOO.classification |uri %]">[% LEVEL_LOO.description |html %]</a>
33                 [% END %]</p>
34                 <p style="font-size:0.75em"><i>([% LEVEL_LOO.number %] biblios)</i></p>
35                 </td>
36                 [% IF ( LEVEL_LOO.count3 ) %]</tr><tr>[% END %]
37         [% END %]
38         </tr></table></li>
39         [% FOREACH HIERARCHY_LOO IN HIERARCHY_LOOP %]
40             </ul></li>
41         [% END %]
42         </ul></li></ul>
43         [% ELSE %]
44             <div class="warning">The browser table is empty. this feature is not fully set-up. See the <a href="http://wiki.koha-community.org/wiki/Opac_browse_feature">Koha Wiki</a> for more information on what it does and how to configure it.</div>
45         [% END %]
46 </div></div>
47 </div>
48 </div>
49 [% IF ( OpacNav ) %]
50 <div class="yui-b">
51 <div id="leftmenus" class="container">
52 [% INCLUDE 'navigation.inc' %]
53 </div>
54 </div>[% END %]
55 </div>
56 [% INCLUDE 'opac-bottom.inc' %]