|
Lines 54-60
Link Here
|
| 54 |
[% END %] |
54 |
[% END %] |
| 55 |
[% IF ( OPACAmazonCoverImages ) %] |
55 |
[% IF ( OPACAmazonCoverImages ) %] |
| 56 |
[% IF ( OPACURLOpenInNewWindow ) %] |
56 |
[% IF ( OPACURLOpenInNewWindow ) %] |
| 57 |
<a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" target="_blank"> |
57 |
<a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" target="_blank" rel="noreferrer"> |
| 58 |
[% ELSE %] |
58 |
[% ELSE %] |
| 59 |
<a href="http://www.amazon[% AmazonTld %]/dp/[% normalized_isbn %]"> |
59 |
<a href="http://www.amazon[% AmazonTld %]/dp/[% normalized_isbn %]"> |
| 60 |
[% END %] |
60 |
[% END %] |
|
Lines 88-94
Link Here
|
| 88 |
[% IF ( BakerTaylorEnabled && bt_id ) %] |
88 |
[% IF ( BakerTaylorEnabled && bt_id ) %] |
| 89 |
[% IF BakerTaylorBookstoreURL %] |
89 |
[% IF BakerTaylorBookstoreURL %] |
| 90 |
[% IF ( OPACURLOpenInNewWindow ) %] |
90 |
[% IF ( OPACURLOpenInNewWindow ) %] |
| 91 |
<a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]" target="_blank"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a> |
91 |
<a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]" target="_blank" rel="noreferrer"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a> |
| 92 |
[% ELSE %] |
92 |
[% ELSE %] |
| 93 |
<a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a> |
93 |
<a href="https://[% BakerTaylorBookstoreURL |html %][% bt_id %]"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /></a> |
| 94 |
[% END %] |
94 |
[% END %] |
|
Lines 337-345
Link Here
|
| 337 |
|
337 |
|
| 338 |
[% IF ( OPACURLOpenInNewWindow ) %] |
338 |
[% IF ( OPACURLOpenInNewWindow ) %] |
| 339 |
[% IF trackclicks == 'track' || trackclicks == 'anonymous' %] |
339 |
[% IF trackclicks == 'track' || trackclicks == 'anonymous' %] |
| 340 |
<a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&biblionumber=[% biblionumber | url %]" title="[% MARCurl.MARCURL %]" target="_blank"> |
340 |
<a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&biblionumber=[% biblionumber | url %]" title="[% MARCurl.MARCURL %]" target="_blank" rel="noreferrer"> |
| 341 |
[% ELSE %] |
341 |
[% ELSE %] |
| 342 |
<a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank"> |
342 |
<a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank" rel="noreferrer"> |
| 343 |
[% END %] |
343 |
[% END %] |
| 344 |
[% ELSE %] |
344 |
[% ELSE %] |
| 345 |
[% IF trackclicks == 'track' || trackclicks == 'anonymous' %] |
345 |
[% IF trackclicks == 'track' || trackclicks == 'anonymous' %] |
|
Lines 436-444
Link Here
|
| 436 |
<span class="results_summary"> |
436 |
<span class="results_summary"> |
| 437 |
<span class="label">Series information:</span> |
437 |
<span class="label">Series information:</span> |
| 438 |
[% IF ( using_https ) %] |
438 |
[% IF ( using_https ) %] |
| 439 |
<a target="_blank" href="https://secure.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
439 |
<a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
| 440 |
[% ELSE %] |
440 |
[% ELSE %] |
| 441 |
<a target="_blank" href="http://www.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
441 |
<a target="_blank" rel="noreferrer" href="http://www.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
| 442 |
[% END %] |
442 |
[% END %] |
| 443 |
</span> |
443 |
</span> |
| 444 |
[% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%] |
444 |
[% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%] |
|
Lines 446-454
Link Here
|
| 446 |
<span class="results_summary"> |
446 |
<span class="results_summary"> |
| 447 |
<span class="label">Audiovisual profile:</span> |
447 |
<span class="label">Audiovisual profile:</span> |
| 448 |
[% IF ( using_https ) %] |
448 |
[% IF ( using_https ) %] |
| 449 |
<a target="_blank" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
449 |
<a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
| 450 |
[% ELSE %] |
450 |
[% ELSE %] |
| 451 |
<a target="_blank" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
451 |
<a target="_blank" rel="noreferrer" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
| 452 |
[% END %] |
452 |
[% END %] |
| 453 |
</span> |
453 |
</span> |
| 454 |
[% END # / IF SyndeticsAVPROFILEExists %] |
454 |
[% END # / IF SyndeticsAVPROFILEExists %] |
|
Lines 457-465
Link Here
|
| 457 |
<span class="results_summary"> |
457 |
<span class="results_summary"> |
| 458 |
<span class="label">Fiction notes:</span> |
458 |
<span class="label">Fiction notes:</span> |
| 459 |
[% IF ( using_https ) %] |
459 |
[% IF ( using_https ) %] |
| 460 |
<a target="_blank" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
460 |
<a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
| 461 |
[% ELSE %] |
461 |
[% ELSE %] |
| 462 |
<a target="_blank" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
462 |
<a target="_blank" rel="noreferrer" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
| 463 |
[% END %] |
463 |
[% END %] |
| 464 |
</span> |
464 |
</span> |
| 465 |
[% END # / IF SyndeticsFICTIONExists %] |
465 |
[% END # / IF SyndeticsFICTIONExists %] |
|
Lines 468-476
Link Here
|
| 468 |
<span class="results_summary"> |
468 |
<span class="results_summary"> |
| 469 |
<span class="label">Awards:</span> |
469 |
<span class="label">Awards:</span> |
| 470 |
[% IF ( using_https ) %] |
470 |
[% IF ( using_https ) %] |
| 471 |
<a target="_blank" href="https://secure.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
471 |
<a target="_blank" rel="noreferrer" href="https://secure.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
| 472 |
[% ELSE %] |
472 |
[% ELSE %] |
| 473 |
<a target="_blank" href="http://www.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
473 |
<a target="_blank" rel="noreferrer" href="http://www.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
| 474 |
[% END %] |
474 |
[% END %] |
| 475 |
</span> |
475 |
</span> |
| 476 |
[% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %] |
476 |
[% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %] |
|
Lines 515-521
Link Here
|
| 515 |
[% IF ( BakerTaylorContentURL ) %] |
515 |
[% IF ( BakerTaylorContentURL ) %] |
| 516 |
<span class="results_summary"> |
516 |
<span class="results_summary"> |
| 517 |
<span class="label">Enhanced content: </span> |
517 |
<span class="label">Enhanced content: </span> |
| 518 |
[% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL |html %]" target="_blank">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL |html %]">Content Cafe</a>[% END %] |
518 |
[% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL |html %]" target="_blank" rel="noreferrer">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL |html %]">Content Cafe</a>[% END %] |
| 519 |
</span> |
519 |
</span> |
| 520 |
[% END # / IF BakerTaylorContentURL %] |
520 |
[% END # / IF BakerTaylorContentURL %] |
| 521 |
|
521 |
|
|
Lines 719-725
Link Here
|
| 719 |
[% FOREACH MARCNOTE IN MARCNOTES %] |
719 |
[% FOREACH MARCNOTE IN MARCNOTES %] |
| 720 |
<p> |
720 |
<p> |
| 721 |
[% IF MARCNOTE.marcnote.match('^https?://\S+$') %] |
721 |
[% IF MARCNOTE.marcnote.match('^https?://\S+$') %] |
| 722 |
<a target="_blank" href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a> |
722 |
<a href="[% MARCNOTE.marcnote %]">[% MARCNOTE.marcnote %]</a> |
| 723 |
[% ELSE %] |
723 |
[% ELSE %] |
| 724 |
[% MARCNOTE.marcnote FILTER html_line_break %] |
724 |
[% MARCNOTE.marcnote FILTER html_line_break %] |
| 725 |
[% END %] |
725 |
[% END %] |
|
Lines 1287-1299
Link Here
|
| 1287 |
[% IF ITEM_RESULT.uri %] |
1287 |
[% IF ITEM_RESULT.uri %] |
| 1288 |
[% IF trackclicks == 'track' || trackclicks == 'anonymous' %] |
1288 |
[% IF trackclicks == 'track' || trackclicks == 'anonymous' %] |
| 1289 |
[% IF Koha.Preference("OPACURLOpenInNewWindow") %] |
1289 |
[% IF Koha.Preference("OPACURLOpenInNewWindow") %] |
| 1290 |
<a target="_blank" href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&biblionumber=[% biblionumber |url %]&itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a> |
1290 |
<a target="_blank" rel="noreferrer" href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&biblionumber=[% biblionumber |url %]&itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a> |
| 1291 |
[% ELSE %] |
1291 |
[% ELSE %] |
| 1292 |
<a href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&biblionumber=[% biblionumber |url %]&itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a> |
1292 |
<a href="/cgi-bin/koha/tracklinks.pl?uri=[% ITEM_RESULT.uri | url %]&biblionumber=[% biblionumber |url %]&itemnumber=[% ITEM_RESULT.itemnumber | url %]" property="url"> Link to resource </a> |
| 1293 |
[% END %] |
1293 |
[% END %] |
| 1294 |
[% ELSE %] |
1294 |
[% ELSE %] |
| 1295 |
[% IF Koha.Preference("OPACURLOpenInNewWindow") %] |
1295 |
[% IF Koha.Preference("OPACURLOpenInNewWindow") %] |
| 1296 |
<a target="_blank" href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a> |
1296 |
<a target="_blank" rel="noreferrer" href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a> |
| 1297 |
[% ELSE %] |
1297 |
[% ELSE %] |
| 1298 |
<a href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a> |
1298 |
<a href="[% ITEM_RESULT.uri %]" property="url">[% ITEM_RESULT.uri %]</a> |
| 1299 |
[% END %] |
1299 |
[% END %] |