Lines 7-15
Link Here
|
7 |
[% USE Price %] |
7 |
[% USE Price %] |
8 |
[% USE AuthorisedValues %] |
8 |
[% USE AuthorisedValues %] |
9 |
[% USE AdditionalContents %] |
9 |
[% USE AdditionalContents %] |
|
|
10 |
[% USE KohaPlugins %] |
10 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
11 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
11 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", 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 ) %] |
12 |
[% SET OpacMySummaryNote = AdditionalContents.get( location => "OpacMySummaryNote", lang => lang, library => branchcode ) %] |
13 |
[% SET OpacMySummaryNote = AdditionalContents.get( location => "OpacMySummaryNote", lang => lang, library => branchcode ) %] |
|
|
14 |
[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %] |
13 |
|
15 |
|
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) %] <!-- 1 => OPAC --> |
17 |
[% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1) %] <!-- 1 => OPAC --> |
Lines 331-337
Link Here
|
331 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
333 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
332 |
<thead> |
334 |
<thead> |
333 |
<tr> |
335 |
<tr> |
334 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
336 |
[% IF ( JacketImages || CoverImagePlugins ) %]<th class="nosort"> </th>[% END %] |
335 |
<th class="all anti-the">Title</th> |
337 |
<th class="all anti-the">Title</th> |
336 |
<th>Author</th> |
338 |
<th>Author</th> |
337 |
<th class="psort">Due</th> |
339 |
<th class="psort">Due</th> |
Lines 361-368
Link Here
|
361 |
<tbody> |
363 |
<tbody> |
362 |
[% FOREACH ISSUE IN ISSUES %] |
364 |
[% FOREACH ISSUE IN ISSUES %] |
363 |
[% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %] |
365 |
[% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %] |
364 |
[% IF ( JacketImages ) %] |
366 |
[% IF ( JacketImages || CoverImagePlugins ) %] |
365 |
<td class="jacketcell"> |
367 |
<td class="jacketcell" data-biblionumber="[% ISSUE.biblionumber | html %]"> |
366 |
[% IF ( OPACAmazonCoverImages ) %] |
368 |
[% IF ( OPACAmazonCoverImages ) %] |
367 |
[% IF ( ISSUE.normalized_isbn ) %] |
369 |
[% IF ( ISSUE.normalized_isbn ) %] |
368 |
<a href="http://www.amazon.com/gp/reader/[% ISSUE.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% ISSUE.normalized_isbn | html %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail"/></a> |
370 |
<a href="http://www.amazon.com/gp/reader/[% ISSUE.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% ISSUE.normalized_isbn | html %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail"/></a> |
Lines 721-727
Link Here
|
721 |
<!-- OVERDUES TABLE ROWS --> |
723 |
<!-- OVERDUES TABLE ROWS --> |
722 |
<thead> |
724 |
<thead> |
723 |
<tr> |
725 |
<tr> |
724 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
726 |
[% IF ( JacketImages || CoverImagePlugins ) %]<th class="nosort"> </th>[% END %] |
725 |
<th class="all anti-the">Title</th> |
727 |
<th class="all anti-the">Title</th> |
726 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
728 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
727 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
729 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
Lines 739-746
Link Here
|
739 |
<tbody> |
741 |
<tbody> |
740 |
[% FOREACH OVERDUE IN OVERDUES %] |
742 |
[% FOREACH OVERDUE IN OVERDUES %] |
741 |
<tr> |
743 |
<tr> |
742 |
[% IF ( JacketImages ) %] |
744 |
[% IF ( JacketImages || CoverImagePlugins ) %] |
743 |
<td class="jacketcell"> |
745 |
<td class="jacketcell" data-biblionumber="[% OVERDUE.biblionumber | html %]"> |
744 |
[% IF ( OPACAmazonCoverImages ) %] |
746 |
[% IF ( OPACAmazonCoverImages ) %] |
745 |
[% IF ( OVERDUE.normalized_isbn ) %] |
747 |
[% IF ( OVERDUE.normalized_isbn ) %] |
746 |
<a href="http://www.amazon.com/gp/reader/[% OVERDUE.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% OVERDUE.normalized_isbn | html %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail" /></a> |
748 |
<a href="http://www.amazon.com/gp/reader/[% OVERDUE.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% OVERDUE.normalized_isbn | html %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail" /></a> |
Lines 1087-1092
Link Here
|
1087 |
[% BLOCK jsinclude %] |
1089 |
[% BLOCK jsinclude %] |
1088 |
[% INCLUDE 'calendar.inc' %] |
1090 |
[% INCLUDE 'calendar.inc' %] |
1089 |
[% INCLUDE 'datatables.inc' %] |
1091 |
[% INCLUDE 'datatables.inc' %] |
|
|
1092 |
[% CoverImagePlugins | $raw %] |
1090 |
<script> |
1093 |
<script> |
1091 |
var AR_CAPTION_COUNT = _("(%s total)"); |
1094 |
var AR_CAPTION_COUNT = _("(%s total)"); |
1092 |
|
1095 |
|
1093 |
- |
|
|