|
Lines 8-16
Link Here
|
| 8 |
[% USE Price %] |
8 |
[% USE Price %] |
| 9 |
[% USE AuthorisedValues %] |
9 |
[% USE AuthorisedValues %] |
| 10 |
[% USE AdditionalContents %] |
10 |
[% USE AdditionalContents %] |
|
|
11 |
[% USE KohaPlugins %] |
| 11 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
12 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 12 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
13 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 13 |
[% SET OpacMySummaryNote = AdditionalContents.get( location => "OpacMySummaryNote", lang => lang, library => branchcode ) %] |
14 |
[% SET OpacMySummaryNote = AdditionalContents.get( location => "OpacMySummaryNote", lang => lang, library => branchcode ) %] |
|
|
15 |
[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %] |
| 14 |
[% SET borrower_club_enrollments = logged_in_user.get_club_enrollments %] |
16 |
[% SET borrower_club_enrollments = logged_in_user.get_club_enrollments %] |
| 15 |
[% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1) %] |
17 |
[% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1) %] |
| 16 |
<!-- 1 => OPAC --> |
18 |
<!-- 1 => OPAC --> |
|
Lines 308-314
Link Here
|
| 308 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
310 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
| 309 |
<thead> |
311 |
<thead> |
| 310 |
<tr> |
312 |
<tr> |
| 311 |
[% IF ( JacketImages ) %]<th class="no-sort"> </th>[% END %] |
313 |
[% IF ( JacketImages || CoverImagePlugins ) %]<th class="no-sort"> </th>[% END %] |
| 312 |
<th class="all anti-the">Title</th> |
314 |
<th class="all anti-the">Title</th> |
| 313 |
<th>Author</th> |
315 |
<th>Author</th> |
| 314 |
<th>Checked out on</th> |
316 |
<th>Checked out on</th> |
|
Lines 339-345
Link Here
|
| 339 |
<tbody> |
341 |
<tbody> |
| 340 |
[% FOREACH ISSUE IN ISSUES %] |
342 |
[% FOREACH ISSUE IN ISSUES %] |
| 341 |
<tr [% IF ISSUE.overdue %]class="overdue"[% END %]> |
343 |
<tr [% IF ISSUE.overdue %]class="overdue"[% END %]> |
| 342 |
[% IF ( JacketImages ) %] |
344 |
[% IF ( JacketImages || CoverImagePlugins ) %] |
| 343 |
<td class="jacketcell"> |
345 |
<td class="jacketcell"> |
| 344 |
[% IF ( OPACAmazonCoverImages ) %] |
346 |
[% IF ( OPACAmazonCoverImages ) %] |
| 345 |
[% IF ( ISSUE.normalized_isbn ) %] |
347 |
[% IF ( ISSUE.normalized_isbn ) %] |
|
Lines 691-697
Link Here
|
| 691 |
<!-- OVERDUES TABLE ROWS --> |
693 |
<!-- OVERDUES TABLE ROWS --> |
| 692 |
<thead> |
694 |
<thead> |
| 693 |
<tr> |
695 |
<tr> |
| 694 |
[% IF ( JacketImages ) %]<th class="no-sort"> </th>[% END %] |
696 |
[% IF ( JacketImages || CoverImagePlugins ) %]<th class="no-sort"> </th>[% END %] |
| 695 |
<th class="all anti-the">Title</th> |
697 |
<th class="all anti-the">Title</th> |
| 696 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %] |
698 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %] |
| 697 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
699 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
|
Lines 710-716
Link Here
|
| 710 |
<tbody> |
712 |
<tbody> |
| 711 |
[% FOREACH OVERDUE IN OVERDUES %] |
713 |
[% FOREACH OVERDUE IN OVERDUES %] |
| 712 |
<tr> |
714 |
<tr> |
| 713 |
[% IF ( JacketImages ) %] |
715 |
[% IF ( JacketImages || CoverImagePlugins ) %] |
| 714 |
<td class="jacketcell"> |
716 |
<td class="jacketcell"> |
| 715 |
[% IF ( OPACAmazonCoverImages ) %] |
717 |
[% IF ( OPACAmazonCoverImages ) %] |
| 716 |
[% IF ( OVERDUE.normalized_isbn ) %] |
718 |
[% IF ( OVERDUE.normalized_isbn ) %] |
|
Lines 1050-1055
Link Here
|
| 1050 |
[% BLOCK jsinclude %] |
1052 |
[% BLOCK jsinclude %] |
| 1051 |
[% INCLUDE 'calendar.inc' %] |
1053 |
[% INCLUDE 'calendar.inc' %] |
| 1052 |
[% INCLUDE 'datatables.inc' %] |
1054 |
[% INCLUDE 'datatables.inc' %] |
|
|
1055 |
[% CoverImagePlugins | $raw %] |
| 1053 |
<script> |
1056 |
<script> |
| 1054 |
var AR_CAPTION_COUNT = _("(%s total)"); |
1057 |
var AR_CAPTION_COUNT = _("(%s total)"); |
| 1055 |
|
1058 |
|
| 1056 |
- |
|
|