Lines 11-16
return {
Link Here
|
11 |
('catalogue','LIST','','Send list',1,'Your list: [% listname | html %]',"[%- USE Branches -%] |
11 |
('catalogue','LIST','','Send list',1,'Your list: [% listname | html %]',"[%- USE Branches -%] |
12 |
[%- USE AuthorisedValues -%] |
12 |
[%- USE AuthorisedValues -%] |
13 |
[%- USE Koha -%] |
13 |
[%- USE Koha -%] |
|
|
14 |
[%- PROCESS 'html_helpers.inc' -%] |
14 |
Hi,<br><br> |
15 |
Hi,<br><br> |
15 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].<br> |
16 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].<br> |
16 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite.<br> |
17 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite.<br> |
Lines 28-34
Please note that the attached file is a MARC bibliographic records file which ca
Link Here
|
28 |
[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %] |
29 |
[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %] |
29 |
[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %] |
30 |
[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %] |
30 |
[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %] |
31 |
[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %] |
31 |
[% IF ( biblio.get_marc_host_only ) %]In: [% FOREACH entry IN biblio.get_marc_host_only %][% entry.title | html %][% IF ( entry.subtitle ) %][% FOREACH subtitle IN entry.subtitle.split(' | ') %][% subtitle | html %][% END %][% END %][% entry.part_number | html %] [% entry.part_name | html %]<br>[% END %] [% biblio.get_marc_relatedparts_only %][% END %] |
32 |
[% IF ( biblio.get_marc_host_only || biblio.get_marc_hostinfo_only ) %]In: [% IF biblio.get_marc_host_only.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=biblio.get_marc_host_only %] [% biblio.get_marc_relatedparts_only %][% ELSE %][% biblio.get_marc_hostinfo_only %][% END %]<br>[% END %] |
32 |
[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %] |
33 |
[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %] |
33 |
<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a> |
34 |
<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a> |
34 |
[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %] |
35 |
[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %] |
Lines 39-44
Please note that the attached file is a MARC bibliographic records file which ca
Link Here
|
39 |
('catalogue','CART','','Send cart',1,'Your cart',"[%- USE Branches -%] |
40 |
('catalogue','CART','','Send cart',1,'Your cart',"[%- USE Branches -%] |
40 |
[%- USE AuthorisedValues -%] |
41 |
[%- USE AuthorisedValues -%] |
41 |
[%- USE Koha -%] |
42 |
[%- USE Koha -%] |
|
|
43 |
[%- PROCESS 'html_helpers.inc' -%] |
42 |
Hi,<br><br> |
44 |
Hi,<br><br> |
43 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.<br> |
45 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.<br> |
44 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite.<br> |
46 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite.<br> |
Lines 56-62
Please note that the attached file is a MARC bibliographic records file which ca
Link Here
|
56 |
[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %] |
58 |
[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %] |
57 |
[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %] |
59 |
[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %] |
58 |
[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %] |
60 |
[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %] |
59 |
[% IF ( biblio.get_marc_host_only ) %]In: [% FOREACH entry IN biblio.get_marc_host_only %][% entry.title | html %][% IF ( entry.subtitle ) %][% FOREACH subtitle IN entry.subtitle.split(' | ') %][% subtitle | html %][% END %][% END %][% entry.part_number | html %] [% entry.part_name | html %]<br>[% END %] [% biblio.get_marc_relatedparts_only %][% END %] |
61 |
[% IF ( biblio.get_marc_host_only || biblio.get_marc_hostinfo_only ) %]In: [% IF biblio.get_marc_host_only.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=biblio.get_marc_host_only %] [% biblio.get_marc_relatedparts_only %][% ELSE %][% biblio.get_marc_hostinfo_only %][% END %]<br>[% END %] |
60 |
[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %] |
62 |
[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %] |
61 |
<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a> |
63 |
<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a> |
62 |
[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %] |
64 |
[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %] |