|
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 323-329
Link Here
|
| 323 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
325 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
| 324 |
<thead> |
326 |
<thead> |
| 325 |
<tr> |
327 |
<tr> |
| 326 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
328 |
[% IF ( JacketImages || CoverImagePlugins ) %]<th class="nosort"> </th>[% END %] |
| 327 |
<th class="all anti-the">Title</th> |
329 |
<th class="all anti-the">Title</th> |
| 328 |
<th>Author</th> |
330 |
<th>Author</th> |
| 329 |
<th class="psort">Due</th> |
331 |
<th class="psort">Due</th> |
|
Lines 353-360
Link Here
|
| 353 |
<tbody> |
355 |
<tbody> |
| 354 |
[% FOREACH ISSUE IN ISSUES %] |
356 |
[% FOREACH ISSUE IN ISSUES %] |
| 355 |
[% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %] |
357 |
[% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %] |
| 356 |
[% IF ( JacketImages ) %] |
358 |
[% IF ( JacketImages || CoverImagePlugins ) %] |
| 357 |
<td class="jacketcell"> |
359 |
<td class="jacketcell" data-biblionumber="[% ISSUE.biblionumber | html %]"> |
| 358 |
[% IF ( OPACAmazonCoverImages ) %] |
360 |
[% IF ( OPACAmazonCoverImages ) %] |
| 359 |
[% IF ( ISSUE.normalized_isbn ) %] |
361 |
[% IF ( ISSUE.normalized_isbn ) %] |
| 360 |
<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> |
362 |
<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 713-719
Link Here
|
| 713 |
<!-- OVERDUES TABLE ROWS --> |
715 |
<!-- OVERDUES TABLE ROWS --> |
| 714 |
<thead> |
716 |
<thead> |
| 715 |
<tr> |
717 |
<tr> |
| 716 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
718 |
[% IF ( JacketImages || CoverImagePlugins ) %]<th class="nosort"> </th>[% END %] |
| 717 |
<th class="all anti-the">Title</th> |
719 |
<th class="all anti-the">Title</th> |
| 718 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
720 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
| 719 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
721 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
|
Lines 731-738
Link Here
|
| 731 |
<tbody> |
733 |
<tbody> |
| 732 |
[% FOREACH OVERDUE IN OVERDUES %] |
734 |
[% FOREACH OVERDUE IN OVERDUES %] |
| 733 |
<tr> |
735 |
<tr> |
| 734 |
[% IF ( JacketImages ) %] |
736 |
[% IF ( JacketImages || CoverImagePlugins ) %] |
| 735 |
<td class="jacketcell"> |
737 |
<td class="jacketcell" data-biblionumber="[% OVERDUE.biblionumber | html %]"> |
| 736 |
[% IF ( OPACAmazonCoverImages ) %] |
738 |
[% IF ( OPACAmazonCoverImages ) %] |
| 737 |
[% IF ( OVERDUE.normalized_isbn ) %] |
739 |
[% IF ( OVERDUE.normalized_isbn ) %] |
| 738 |
<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> |
740 |
<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 1079-1084
Link Here
|
| 1079 |
[% BLOCK jsinclude %] |
1081 |
[% BLOCK jsinclude %] |
| 1080 |
[% INCLUDE 'calendar.inc' %] |
1082 |
[% INCLUDE 'calendar.inc' %] |
| 1081 |
[% INCLUDE 'datatables.inc' %] |
1083 |
[% INCLUDE 'datatables.inc' %] |
|
|
1084 |
[% CoverImagePlugins | $raw %] |
| 1082 |
<script> |
1085 |
<script> |
| 1083 |
var AR_CAPTION_COUNT = _("(%s total)"); |
1086 |
var AR_CAPTION_COUNT = _("(%s total)"); |
| 1084 |
|
1087 |
|