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