|
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 582-588
Link Here
|
| 582 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
583 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
| 583 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
584 |
<tr id="row[% SEARCH_RESULT.biblionumber | html %]"> |
| 584 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
585 |
[% IF ( CoverImagePlugins || AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
| 585 |
<td class="bookcoverimg"> |
586 |
<td |
|
|
587 |
class="bookcoverimg" |
| 588 |
data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" |
| 589 |
data-itemtype="[% SEARCH_RESULT.itemtype | html %]" |
| 590 |
data-itemtype_description="[% ItemTypes.GetDescription(SEARCH_RESULT.itemtype) | html %]" |
| 591 |
data-title="[% SEARCH_RESULT.itemtype | html %]" |
| 592 |
data-subtitle="[% SEARCH_RESULT.itemtype | html %]" |
| 593 |
data-author="[% SEARCH_RESULT.itemtype | html %]" |
| 594 |
data-isbn="[% SEARCH_RESULT.normalized_isbn | $raw %]" |
| 595 |
> |
| 586 |
<div |
596 |
<div |
| 587 |
id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" |
597 |
id="cover-slides-[% SEARCH_RESULT.biblionumber | html %]" |
| 588 |
class="cover-slides" |
598 |
class="cover-slides" |