Lines 1-6
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
|
|
2 |
[% USE Asset %] |
3 |
[% USE raw %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Browse our catalog</title> |
5 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Browse our catalog</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% BLOCK cssinclude %][% END %] |
7 |
[% BLOCK cssinclude %][% END %] |
6 |
[% INCLUDE 'bodytag.inc' bodyid='opac-browser' %] |
8 |
[% INCLUDE 'bodytag.inc' bodyid='opac-browser' %] |
Lines 60-66
Link Here
|
60 |
|
62 |
|
61 |
<div id="browse-resultswrapper" class="hidden"> |
63 |
<div id="browse-resultswrapper" class="hidden"> |
62 |
<ul id="browse-searchresults" class="span3" start="-1" aria-live="polite"> |
64 |
<ul id="browse-searchresults" class="span3" start="-1" aria-live="polite"> |
63 |
<li class="loading hidden"><img src="[% interface %]/[% theme %]/images/loading.gif" alt=""> Loading</li> |
65 |
<li class="loading hidden"><img src="[% interface | html %]/[% theme |html %]/images/loading.gif" alt=""> Loading</li> |
64 |
|
66 |
|
65 |
<li class="no-results hidden">Sorry, there are no results, try a different search term.</li> |
67 |
<li class="no-results hidden">Sorry, there are no results, try a different search term.</li> |
66 |
</ul> |
68 |
</ul> |
Lines 69-75
Link Here
|
69 |
|
71 |
|
70 |
<div id="browse-selectionsearch" class="span9 hidden"> |
72 |
<div id="browse-selectionsearch" class="span9 hidden"> |
71 |
<div class="loading hidden"> |
73 |
<div class="loading hidden"> |
72 |
<img src="[% interface %]/[% theme %]/images/loading.gif" alt=""> Loading |
74 |
<img src="[% interface | html %]/[% theme | html %]/images/loading.gif" alt=""> Loading |
73 |
</div> |
75 |
</div> |
74 |
|
76 |
|
75 |
<div class="no-results hidden">No results</div> |
77 |
<div class="no-results hidden">No results</div> |
Lines 84-89
Link Here
|
84 |
</div><!-- / .main --> |
86 |
</div><!-- / .main --> |
85 |
[% INCLUDE 'opac-bottom.inc' %] |
87 |
[% INCLUDE 'opac-bottom.inc' %] |
86 |
[% BLOCK jsinclude %] |
88 |
[% BLOCK jsinclude %] |
87 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/browse.js"> |
89 |
[% Asset.js("/js/browse.js") | $raw %] |
88 |
</script> |
90 |
</script> |
89 |
[% END %] |
91 |
[% END %] |