Lines 26-36
Link Here
|
26 |
[% END %] |
26 |
[% END %] |
27 |
[% END %] |
27 |
[% END %] |
28 |
|
28 |
|
29 |
[% IF ( using_https ) %] |
|
|
30 |
[% SET protocol = "https://" %] |
31 |
[% ELSE %] |
32 |
[% SET protocol = "http://" %] |
33 |
[% END %] |
34 |
[% INCLUDE 'doc-head-open.inc' %] |
29 |
[% INCLUDE 'doc-head-open.inc' %] |
35 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title> |
30 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title> |
36 |
[% INCLUDE 'doc-head-close.inc' %] |
31 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 72-83
Link Here
|
72 |
|
67 |
|
73 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
68 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
74 |
[% IF ( content_identifier_exists ) %] |
69 |
[% IF ( content_identifier_exists ) %] |
75 |
[% IF ( using_https ) %] |
70 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> |
76 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> |
|
|
77 |
[% ELSE %] |
78 |
<img src="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> |
79 |
[% END %] |
80 |
|
81 |
[% ELSE %] |
71 |
[% ELSE %] |
82 |
<span class="no-image">No cover image available</span> |
72 |
<span class="no-image">No cover image available</span> |
83 |
[% END %] |
73 |
[% END %] |
Lines 448-490
Link Here
|
448 |
[% IF ( SyndeticsSeries && SyndeticsSERIES1Exists ) %] |
438 |
[% IF ( SyndeticsSeries && SyndeticsSERIES1Exists ) %] |
449 |
<span class="results_summary"> |
439 |
<span class="results_summary"> |
450 |
<span class="label">Series information:</span> |
440 |
<span class="label">Series information:</span> |
451 |
[% IF ( using_https ) %] |
441 |
<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> |
452 |
<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> |
|
|
453 |
[% ELSE %] |
454 |
<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> |
455 |
[% END %] |
456 |
</span> |
442 |
</span> |
457 |
[% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%] |
443 |
[% END # / IF SyndeticsSeries && SyndeticsSERIES1Exists%] |
458 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
444 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
459 |
<span class="results_summary"> |
445 |
<span class="results_summary"> |
460 |
<span class="label">Audiovisual profile:</span> |
446 |
<span class="label">Audiovisual profile:</span> |
461 |
[% IF ( using_https ) %] |
447 |
<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> |
462 |
<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> |
|
|
463 |
[% ELSE %] |
464 |
<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> |
465 |
[% END %] |
466 |
</span> |
448 |
</span> |
467 |
[% END # / IF SyndeticsAVPROFILEExists %] |
449 |
[% END # / IF SyndeticsAVPROFILEExists %] |
468 |
|
450 |
|
469 |
[% IF ( SyndeticsFICTIONExists ) %] |
451 |
[% IF ( SyndeticsFICTIONExists ) %] |
470 |
<span class="results_summary"> |
452 |
<span class="results_summary"> |
471 |
<span class="label">Fiction notes:</span> |
453 |
<span class="label">Fiction notes:</span> |
472 |
[% IF ( using_https ) %] |
454 |
<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> |
473 |
<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> |
|
|
474 |
[% ELSE %] |
475 |
<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> |
476 |
[% END %] |
477 |
</span> |
455 |
</span> |
478 |
[% END # / IF SyndeticsFICTIONExists %] |
456 |
[% END # / IF SyndeticsFICTIONExists %] |
479 |
|
457 |
|
480 |
[% IF ( SyndeticsAwards && SyndeticsAWARDS1Exists ) %] |
458 |
[% IF ( SyndeticsAwards && SyndeticsAWARDS1Exists ) %] |
481 |
<span class="results_summary"> |
459 |
<span class="results_summary"> |
482 |
<span class="label">Awards:</span> |
460 |
<span class="label">Awards:</span> |
483 |
[% IF ( using_https ) %] |
461 |
<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> |
484 |
<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> |
|
|
485 |
[% ELSE %] |
486 |
<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> |
487 |
[% END %] |
488 |
</span> |
462 |
</span> |
489 |
[% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %] |
463 |
[% END # / IF SyndeticsAwards && SyndeticsAWARDS1Exists %] |
490 |
[% END # / IF SyndeticsEnabled%] |
464 |
[% END # / IF SyndeticsEnabled%] |
Lines 997-1007
Link Here
|
997 |
|
971 |
|
998 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
972 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
999 |
[% IF ( XISBN.content_identifier_exists ) %] |
973 |
[% IF ( XISBN.content_identifier_exists ) %] |
1000 |
[% IF ( using_https ) %] |
974 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% XISBN.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( XISBN.browser_normalized_upc ) %]&upc=[% XISBN.browser_normalized_upc %][% END %][% IF ( XISBN.browser_normalized_oclc ) %]&oclc=[% XISBN.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1001 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% XISBN.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( XISBN.browser_normalized_upc ) %]&upc=[% XISBN.browser_normalized_upc %][% END %][% IF ( XISBN.browser_normalized_oclc ) %]&oclc=[% XISBN.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
|
|
1002 |
[% ELSE %] |
1003 |
<img src="http://www.syndetics.com/index.aspx?isbn=[% XISBN.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( XISBN.browser_normalized_upc ) %]&upc=[% XISBN.browser_normalized_upc %][% END %][% IF ( XISBN.browser_normalized_oclc ) %]&oclc=[% XISBN.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1004 |
[% END %] |
1005 |
[% ELSE %] |
975 |
[% ELSE %] |
1006 |
<span class="no-image">No cover image available</span> |
976 |
<span class="no-image">No cover image available</span> |
1007 |
[% END # / IF XISBN.content_identifier_exists %] |
977 |
[% END # / IF XISBN.content_identifier_exists %] |