Lines 4-9
Link Here
|
4 |
[% USE TablesSettings %] |
4 |
[% USE TablesSettings %] |
5 |
[% USE AdditionalContents %] |
5 |
[% USE AdditionalContents %] |
6 |
[% USE Asset %] |
6 |
[% USE Asset %] |
|
|
7 |
[% USE Price %] |
7 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
9 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
Lines 54-59
Link Here
|
54 |
[% ELSE %] |
55 |
[% ELSE %] |
55 |
<div id="opac-user-readingrec"> |
56 |
<div id="opac-user-readingrec"> |
56 |
|
57 |
|
|
|
58 |
[% IF savings %] |
59 |
<div class="alert alert-info"> |
60 |
Congratulations, you have saved a total of [% savings | $Price with_symbol => 1 %] by using the [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog. |
61 |
</div> |
62 |
[% END %] |
63 |
|
57 |
<div class="resultscontrol resort js-hide"> |
64 |
<div class="resultscontrol resort js-hide"> |
58 |
<form id="sortform" action="/cgi-bin/koha/opac-readingrecord.pl" method="get"> |
65 |
<form id="sortform" action="/cgi-bin/koha/opac-readingrecord.pl" method="get"> |
59 |
[% UNLESS ( limit ) %]<input type="hidden" name="limit" value="full" />[% END %] |
66 |
[% UNLESS ( limit ) %]<input type="hidden" name="limit" value="full" />[% END %] |