From c56dda8827d7db02e8a30bb8a6011f76d4f92dbc Mon Sep 17 00:00:00 2001
From: Aleisha Amohia Hi, [% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %]. 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. [% comment | html %]
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
- In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %] Items:
-
-
-
-[% FOREACH biblio IN biblios %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
- [% FOREACH item IN biblio.items %]
-
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -
Hi,
" - - "[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].
" - - "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.
" - - "[% comment | html %]
" - - ""
- - "[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]"
- - "Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]"
- - "[% IF ( biblio.get_authors_from_MARC ) %]"
- - "[% IF ( biblio.author ) %]; [% END %]"
- - "[% FOREACH author IN biblio.get_authors_from_MARC %]"
- - "[% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]"
- - "[% subfield.separator | html %][% subfield.value | html %]"
- - "[% END %]"
- - "[% UNLESS ( loop.last ) %];[% END %]"
- - "[% END %]"
- - "[% END %]"
- - "
"
- - "[% END %]"
- - "[% SET biblioitem = biblio.biblioitem %]"
- - "[% IF ( biblioitem.isbn ) %]"
- - ""
- - "ISBN: [% FOREACH isbn IN biblioitem.isbn %]"
- - "[% isbn | html %]"
- - "[% UNLESS ( loop.last ) %]; [% END %]"
- - "[% END %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblioitem.publishercode ) %]"
- - ""
- - "Published by: [% biblioitem.publishercode | html %]"
- - "[% IF ( biblioitem.publicationyear ) %]"
- - "in [% biblioitem.publicationyear | html %]"
- - "[% END %]"
- - "[% IF ( biblioitem.pages ) %]"
- - ", [% biblioitem.pages | html %]"
- - "[% END %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.seriestitle ) %]"
- - ""
- - "Collection: [% biblio.seriestitle | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.copyrightdate ) %]"
- - ""
- - "Copyright year: [% biblio.copyrightdate | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.notes ) %]"
- - ""
- - "Notes: [% biblio.notes | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.unititle ) %]"
- - ""
- - "Unified title: [% biblio.unititle | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.serial ) %]"
- - ""
- - "Serial: [% biblio.serial | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblioitem.lccn ) %]"
- - ""
- - "LCCN: [% biblioitem.lccn | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblioitem.url ) %]"
- - ""
- - "URL: [% biblioitem.url | html %]"
- - ""
- - "[% END %]"
- - "
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
" - - "[% END %]" - - "[% IF ( biblio.items.count > 0 ) %]" - - "Items:" - - "
Hi,
" - - "[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.
" - - "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.
" - - "[% comment | html %]
" - - ""
- - "[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]"
- - "Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]"
- - "[% IF ( biblio.get_authors_from_MARC ) %]"
- - "[% IF ( biblio.author ) %]; [% END %]"
- - "[% FOREACH author IN biblio.get_authors_from_MARC %]"
- - "[% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]"
- - "[% subfield.separator | html %][% subfield.value | html %]"
- - "[% END %]"
- - "[% UNLESS ( loop.last ) %];[% END %]"
- - "[% END %]"
- - "[% END %]"
- - "
"
- - "[% END %]"
- - "[% SET biblioitem = biblio.biblioitem %]"
- - "[% IF ( biblioitem.isbn ) %]"
- - ""
- - "ISBN: [% FOREACH isbn IN biblioitem.isbn %]"
- - "[% isbn | html %]"
- - "[% UNLESS ( loop.last ) %]; [% END %]"
- - "[% END %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblioitem.publishercode ) %]"
- - ""
- - "Published by: [% biblioitem.publishercode | html %]"
- - "[% IF ( biblioitem.publicationyear ) %]"
- - "in [% biblioitem.publicationyear | html %]"
- - "[% END %]"
- - "[% IF ( biblioitem.pages ) %]"
- - ", [% biblioitem.pages | html %]"
- - "[% END %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.seriestitle ) %]"
- - ""
- - "Collection: [% biblio.seriestitle | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.copyrightdate ) %]"
- - ""
- - "Copyright year: [% biblio.copyrightdate | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.notes ) %]"
- - ""
- - "Notes: [% biblio.notes | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.unititle ) %]"
- - ""
- - "Unified title: [% biblio.unititle | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblio.serial ) %]"
- - ""
- - "Serial: [% biblio.serial | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblioitem.lccn ) %]"
- - ""
- - "LCCN: [% biblioitem.lccn | html %]"
- - "
"
- - "[% END %]"
- - "[% IF ( biblioitem.url ) %]"
- - ""
- - "URL: [% biblioitem.url | html %]"
- - ""
- - "[% END %]"
- - "
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
" - - "[% END %]" - - "[% IF ( biblio.items.count > 0 ) %]" - - "Items:" - - "
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -
Hi,
-[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog.
-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.
-[% comment | html %]
-
- [% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | html %][% END %]
- [% IF ( biblio.get_authors_from_MARC ) %]
- [% IF ( biblio.author ) %]; [% END %]
- [% FOREACH author IN biblio.get_authors_from_MARC %]
- [% FOREACH subfield IN author.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% subfield.separator | html %][% subfield.value | html %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
- [% SET biblioitem = biblio.biblioitem %]
- [% IF ( biblioitem.isbn ) %]
-
- ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | html %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
- [% IF ( biblioitem.publishercode ) %]
-
- Published by: [% biblioitem.publishercode | html %]
- [% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | html %]
- [% END %]
- [% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | html %]
- [% END %]
-
- [% END %]
- [% IF ( biblio.seriestitle ) %]
-
- Collection: [% biblio.seriestitle | html %]
-
- [% END %]
- [% IF ( biblio.copyrightdate ) %]
-
- Copyright year: [% biblio.copyrightdate | html %]
-
- [% END %]
- [% IF ( biblio.notes ) %]
-
- Notes: [% biblio.notes | html %]
-
- [% END %]
- [% IF ( biblio.unititle ) %]
-
- Unified title: [% biblio.unititle | html %]
-
- [% END %]
- [% IF ( biblio.serial ) %]
-
- Serial: [% biblio.serial | html %]
-
- [% END %]
- [% IF ( biblioitem.lccn ) %]
-
- LCCN: [% biblioitem.lccn | html %]
-
- [% END %]
- [% IF ( biblioitem.url ) %]
-
- URL: [% biblioitem.url | html %]
-
- [% END %]
-
In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
- [% END %] - [% IF ( biblio.items.count > 0 ) %] -Items: -