|
Lines 5-10
Link Here
|
| 5 |
[% USE Biblio %] |
5 |
[% USE Biblio %] |
| 6 |
[% USE KohaDates %] |
6 |
[% USE KohaDates %] |
| 7 |
[% USE KohaPlugins %] |
7 |
[% USE KohaPlugins %] |
|
|
8 |
[% USE ItemTypes %] |
| 8 |
[% PROCESS 'i18n.inc' %] |
9 |
[% PROCESS 'i18n.inc' %] |
| 9 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
| 10 |
[% SET CoverImagePlugins = KohaPlugins.get_plugins_intranet_cover_images %] |
11 |
[% SET CoverImagePlugins = KohaPlugins.get_plugins_intranet_cover_images %] |
|
Lines 584-590
Link Here
|
| 584 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
585 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
| 585 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
586 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
| 586 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
587 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
| 587 |
<td class="bookcoverimg"> |
588 |
<td |
|
|
589 |
class="bookcoverimg" |
| 590 |
data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" |
| 591 |
data-itemtype="[% SEARCH_RESULT.itemtype | html %]" |
| 592 |
data-itemtype_description="[% ItemTypes.GetDescription(SEARCH_RESULT.itemtype) | html %]" |
| 593 |
data-title="[% SEARCH_RESULT.itemtype | html %]" |
| 594 |
data-subtitle="[% SEARCH_RESULT.itemtype | html %]" |
| 595 |
data-author="[% SEARCH_RESULT.itemtype | html %]" |
| 596 |
data-isbn="[% SEARCH_RESULT.normalized_isbn | $raw %]" |
| 597 |
> |
| 588 |
<div |
598 |
<div |
| 589 |
id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" |
599 |
id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" |
| 590 |
class="cover-slides" |
600 |
class="cover-slides" |