|
Lines 411-417
Link Here
|
| 411 |
<!-- TABLE RESULTS START --> |
411 |
<!-- TABLE RESULTS START --> |
| 412 |
<table> |
412 |
<table> |
| 413 |
<tr> |
413 |
<tr> |
| 414 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
414 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled || ( SyndeticsEnabled && SyndeticsCoverImages ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
| 415 |
<th> </th> |
415 |
<th> </th> |
| 416 |
[% END %] |
416 |
[% END %] |
| 417 |
<th colspan="2">Results</th> |
417 |
<th colspan="2">Results</th> |
|
Lines 421-427
Link Here
|
| 421 |
[% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %] |
421 |
[% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %] |
| 422 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
422 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
| 423 |
<tr> |
423 |
<tr> |
| 424 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled || IntranetCoce || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
424 |
[% IF ( AmazonCoverImages || LocalCoverImages || AdlibrisEnabled || IntranetCoce || ( SyndeticsEnabled && SyndeticsCoverImages ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] |
| 425 |
<td> |
425 |
<td> |
| 426 |
[% IF ( LocalCoverImages) %] |
426 |
[% IF ( LocalCoverImages) %] |
| 427 |
<a class="p1" href="/cgi-bin/koha/catalogue/[% DetailPage | html %]?biblionumber=[% SEARCH_RESULT.biblionumber |url %]"> |
427 |
<a class="p1" href="/cgi-bin/koha/catalogue/[% DetailPage | html %]?biblionumber=[% SEARCH_RESULT.biblionumber |url %]"> |
|
Lines 441-446
Link Here
|
| 441 |
[% END %] |
441 |
[% END %] |
| 442 |
</a> |
442 |
</a> |
| 443 |
[% END # /IF AmazonCoverImages %] |
443 |
[% END # /IF AmazonCoverImages %] |
|
|
444 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
| 445 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
| 446 |
<span title="[% img_title | html %]" id="syndetics-thumbnail[% loop.count | html %]"><img src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | html %]/SC.GIF&client=[% SyndeticsClientCode | html %]&type=xw10&upc=[% SEARCH_RESULT.normalized_upc | html %]&oclc=[% SEARCH_RESULT.normalized_oclc | html %]" alt="" class="item-thumbnail" /></span> |
| 447 |
[% ELSE %] |
| 448 |
<span class="no-image">No cover image available</span> |
| 449 |
[% END %] |
| 450 |
[% END %] |
| 444 |
[% IF ( IntranetCoce && CoceProviders ) %] |
451 |
[% IF ( IntranetCoce && CoceProviders ) %] |
| 445 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %] |
452 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %] |
| 446 |
<a class="p1" href="/cgi-bin/koha/catalogue/[% DetailPage | html %]?biblionumber=[% SEARCH_RESULT.biblionumber | url %]"> |
453 |
<a class="p1" href="/cgi-bin/koha/catalogue/[% DetailPage | html %]?biblionumber=[% SEARCH_RESULT.biblionumber | url %]"> |
| 447 |
- |
|
|