From 1affae3f42a537102dced30b50f85caf4f2dbcbc Mon Sep 17 00:00:00 2001
From: Aleisha Amohia Hi, [% borrower.firstname | $raw %] [% borrower.surname | $raw %] sent you a list from our online catalog called: [% listname | $raw %]. 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 | $raw %] [% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -38,50 +37,50 @@ if( CheckVersion( $DBversion ) ) {
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %] In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %] Items:
-
[% FOREACH biblio IN biblios %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -92,16 +91,16 @@ if( CheckVersion( $DBversion ) ) {
[% FOREACH item IN biblio.items %]
Hi,
-[% borrower.firstname | $raw %] [% borrower.surname | $raw %] sent you a cart from our online catalog.
+ ('catalog','CART','','Send cart',1,'Your cart',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -147,50 +145,50 @@ if( CheckVersion( $DBversion ) ) {
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -201,16 +199,16 @@ if( CheckVersion( $DBversion ) ) {
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+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 | $raw %] [% borrower.surname | $raw %] sent you a list from our online catalog called: [% listname | $raw %].
" + - "[% 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 | $raw %]
" + - "[% comment | html %]
" - ""
- "[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]"
- - "Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]"
+ - "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 | $raw %][% subfield.value | $raw %]"
+ - "[% subfield.separator | html %][% subfield.value | html %]"
- "[% END %]"
- "[% UNLESS ( loop.last ) %];[% END %]"
- "[% END %]"
@@ -1588,50 +1587,50 @@ tables:
- "[% IF ( biblioitem.isbn ) %]"
- ""
- "ISBN: [% FOREACH isbn IN biblioitem.isbn %]"
- - "[% isbn | $raw %]"
+ - "[% isbn | html %]"
- "[% UNLESS ( loop.last ) %]; [% END %]"
- "[% END %]"
- "
"
- "[% END %]"
- "[% IF ( biblioitem.publishercode ) %]"
- ""
- - "Published by: [% biblioitem.publishercode | $raw %]"
+ - "Published by: [% biblioitem.publishercode | html %]"
- "[% IF ( biblioitem.publicationyear ) %]"
- - "in [% biblioitem.publicationyear | $raw %]"
+ - "in [% biblioitem.publicationyear | html %]"
- "[% END %]"
- "[% IF ( biblioitem.pages ) %]"
- - ", [% biblioitem.pages | $raw %]"
+ - ", [% biblioitem.pages | html %]"
- "[% END %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.seriestitle ) %]"
- ""
- - "Collection: [% biblio.seriestitle | $raw %]"
+ - "Collection: [% biblio.seriestitle | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.copyrightdate ) %]"
- ""
- - "Copyright year: [% biblio.copyrightdate | $raw %]"
+ - "Copyright year: [% biblio.copyrightdate | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.notes ) %]"
- ""
- - "Notes: [% biblio.notes | $raw %]"
+ - "Notes: [% biblio.notes | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.unititle ) %]"
- ""
- - "Unified title: [% biblio.unititle | $raw %]"
+ - "Unified title: [% biblio.unititle | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.serial ) %]"
- ""
- - "Serial: [% biblio.serial | $raw %]"
+ - "Serial: [% biblio.serial | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblioitem.lccn ) %]"
- ""
- - "LCCN: [% biblioitem.lccn | $raw %]"
+ - "LCCN: [% biblioitem.lccn | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblioitem.url ) %]"
@@ -1642,16 +1641,16 @@ tables:
- "
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
" + - "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 | $raw %] [% borrower.surname | $raw %] sent you a cart from our online catalog.
" + - "[% 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 | $raw %]
" + - "[% comment | html %]
" - ""
- "[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]"
- - "Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]"
+ - "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 | $raw %][% subfield.value | $raw %]"
+ - "[% subfield.separator | html %][% subfield.value | html %]"
- "[% END %]"
- "[% UNLESS ( loop.last ) %];[% END %]"
- "[% END %]"
@@ -1707,50 +1705,50 @@ tables:
- "[% IF ( biblioitem.isbn ) %]"
- ""
- "ISBN: [% FOREACH isbn IN biblioitem.isbn %]"
- - "[% isbn | $raw %]"
+ - "[% isbn | html %]"
- "[% UNLESS ( loop.last ) %]; [% END %]"
- "[% END %]"
- "
"
- "[% END %]"
- "[% IF ( biblioitem.publishercode ) %]"
- ""
- - "Published by: [% biblioitem.publishercode | $raw %]"
+ - "Published by: [% biblioitem.publishercode | html %]"
- "[% IF ( biblioitem.publicationyear ) %]"
- - "in [% biblioitem.publicationyear | $raw %]"
+ - "in [% biblioitem.publicationyear | html %]"
- "[% END %]"
- "[% IF ( biblioitem.pages ) %]"
- - ", [% biblioitem.pages | $raw %]"
+ - ", [% biblioitem.pages | html %]"
- "[% END %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.seriestitle ) %]"
- ""
- - "Collection: [% biblio.seriestitle | $raw %]"
+ - "Collection: [% biblio.seriestitle | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.copyrightdate ) %]"
- ""
- - "Copyright year: [% biblio.copyrightdate | $raw %]"
+ - "Copyright year: [% biblio.copyrightdate | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.notes ) %]"
- ""
- - "Notes: [% biblio.notes | $raw %]"
+ - "Notes: [% biblio.notes | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.unititle ) %]"
- ""
- - "Unified title: [% biblio.unititle | $raw %]"
+ - "Unified title: [% biblio.unititle | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblio.serial ) %]"
- ""
- - "Serial: [% biblio.serial | $raw %]"
+ - "Serial: [% biblio.serial | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblioitem.lccn ) %]"
- ""
- - "LCCN: [% biblioitem.lccn | $raw %]"
+ - "LCCN: [% biblioitem.lccn | html %]"
- "
"
- "[% END %]"
- "[% IF ( biblioitem.url ) %]"
@@ -1761,16 +1759,16 @@ tables:
- "
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
" + - "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 | $raw %] [% borrower.surname | $raw %] sent you a list from our online catalog called: [% listname | $raw %].
+INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('catalog','LIST','','Send list',1,'Your list: [% listname | html %]',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -400,50 +399,50 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -454,16 +453,16 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+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 | $raw %] [% borrower.surname | $raw %] sent you a cart from our online catalog.
+('catalog','CART','','Send cart',1,'Your cart',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -509,50 +507,50 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -563,16 +561,16 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+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 | $raw %] [% borrower.surname | $raw %] sent you a list from our online catalog called: [% listname | $raw %].
+INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('catalog','LIST','','Send list',1,'Your list: [% listname | html %]',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -512,50 +511,50 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -566,16 +565,16 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+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 | $raw %] [% borrower.surname | $raw %] sent you a cart from our online catalog.
+('catalog','CART','','Send cart',1,'Your cart',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -621,50 +619,50 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -675,16 +673,16 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+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 | $raw %] [% borrower.surname | $raw %] sent you a list from our online catalog called: [% listname | $raw %].
+INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES ('catalog','LIST','','Send list',1,'Your list: [% listname | html %]',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -531,50 +530,50 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -585,16 +584,16 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+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 | $raw %] [% borrower.surname | $raw %] sent you a cart from our online catalog.
+('catalog','CART','','Send cart',1,'Your cart',"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 | $raw %]
+[% comment | html %]
[% IF ( biblio.author || biblio.get_authors_from_MARC ) %]
- Author(s): [% IF ( biblio.author ) %][% biblio.author | $raw %][% END %]
+ 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 | $raw %][% subfield.value | $raw %]
+ [% subfield.separator | html %][% subfield.value | html %]
[% END %]
[% UNLESS ( loop.last ) %];[% END %]
[% END %]
@@ -640,50 +638,50 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
[% IF ( biblioitem.isbn ) %]
ISBN: [% FOREACH isbn IN biblioitem.isbn %]
- [% isbn | $raw %]
+ [% isbn | html %]
[% UNLESS ( loop.last ) %]; [% END %]
[% END %]
[% END %]
[% IF ( biblioitem.publishercode ) %]
- Published by: [% biblioitem.publishercode | $raw %]
+ Published by: [% biblioitem.publishercode | html %]
[% IF ( biblioitem.publicationyear ) %]
- in [% biblioitem.publicationyear | $raw %]
+ in [% biblioitem.publicationyear | html %]
[% END %]
[% IF ( biblioitem.pages ) %]
- , [% biblioitem.pages | $raw %]
+ , [% biblioitem.pages | html %]
[% END %]
[% END %]
[% IF ( biblio.seriestitle ) %]
- Collection: [% biblio.seriestitle | $raw %]
+ Collection: [% biblio.seriestitle | html %]
[% END %]
[% IF ( biblio.copyrightdate ) %]
- Copyright year: [% biblio.copyrightdate | $raw %]
+ Copyright year: [% biblio.copyrightdate | html %]
[% END %]
[% IF ( biblio.notes ) %]
- Notes: [% biblio.notes | $raw %]
+ Notes: [% biblio.notes | html %]
[% END %]
[% IF ( biblio.unititle ) %]
- Unified title: [% biblio.unititle | $raw %]
+ Unified title: [% biblio.unititle | html %]
[% END %]
[% IF ( biblio.serial ) %]
- Serial: [% biblio.serial | $raw %]
+ Serial: [% biblio.serial | html %]
[% END %]
[% IF ( biblioitem.lccn ) %]
- LCCN: [% biblioitem.lccn | $raw %]
+ LCCN: [% biblioitem.lccn | html %]
[% END %]
[% IF ( biblioitem.url ) %]
@@ -694,16 +692,16 @@ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, conte
In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
+In online catalog: [% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]
[% END %] [% IF ( biblio.items.count > 0 ) %]Items:
Hi,
- -Here is your cart, sent 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 | $raw %]
-
- [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
- Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]
-
- [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
- [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
- [% FOREACH MARCAUTHOR IN BIBLIO_RESULT.MARCAUTHORS %]
- [% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% MARCAUTHOR_SUBFIELDS_LOO.separator | $raw %][% MARCAUTHOR_SUBFIELDS_LOO.value | $raw %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.ISBN ) %]
-
- ISBN: [% BIBLIO_RESULT.ISBN | $raw %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.publishercode %]
-
- Published by: [% BIBLIO_RESULT.publishercode | $raw %]
- [% IF ( BIBLIO_RESULT.publicationyear ) %]
- in [% BIBLIO_RESULT.publicationyear | $raw %]
- [% END %]
- [% IF ( BIBLIO_RESULT.pages ) %]
- , [% BIBLIO_RESULT.pages | $raw %]
- [% END %]
- [% IF BIBLIO_RESULT.item('size') %]
- , [% BIBLIO_RESULT.item('size') | html %]
- [% END %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.collection %]
-
- Collection: [% BIBLIO_RESULT.seriestitle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.subject ) %]
-
- Subject: [% BIBLIO_RESULT.subject | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.copyrightdate ) %]
-
- Copyright year: [% BIBLIO_RESULT.copyrightdate | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.notes ) %]
-
- Notes : [% BIBLIO_RESULT.notes | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.unititle ) %]
-
- Unified title: [% BIBLIO_RESULT.unititle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.serial ) %]
-
- Serial: [% BIBLIO_RESULT.serial | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.dewey ) %]
-
- Dewey: [% BIBLIO_RESULT.dewey | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.classification ) %]
-
- Classification: [% BIBLIO_RESULT.classification | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.lccn ) %]
-
- LCCN: [% BIBLIO_RESULT.lccn | $raw %]
-
- [% END %]
- [% IF ( BIBLIO_RESULT.url ) %]
-
- URL: [% BIBLIO_RESULT.url | html %]
-
- [% END %]
-
- In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber | html %] -
- [% END %] - [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %] -Items: -
Hi,
- -Here is your list called [% shelfname | $raw %], sent 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 | $raw %]
-
- [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
- Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]
-
- [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
- [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
- [% FOREACH MARCAUTHOR IN BIBLIO_RESULT.MARCAUTHORS %]
- [% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% MARCAUTHOR_SUBFIELDS_LOO.separator | $raw %][% MARCAUTHOR_SUBFIELDS_LOO.value | $raw %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.ISBN ) %]
-
- ISBN: [% FOREACH isbn IN BIBLIO_RESULT.ISBN %]
- [% isbn | $raw %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.publishercode %]
-
- Published by: [% BIBLIO_RESULT.publishercode | $raw %]
- [% IF ( BIBLIO_RESULT.publicationyear ) %]
- in [% BIBLIO_RESULT.publicationyear | $raw %]
- [% END %]
- [% IF ( BIBLIO_RESULT.pages ) %]
- , [% BIBLIO_RESULT.pages | $raw %]
- [% END %]
- [% IF BIBLIO_RESULT.item('size') %]
- , [% BIBLIO_RESULT.item('size') | html %]
- [% END %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.collection %]
-
- Collection: [% BIBLIO_RESULT.seriestitle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.subject ) %]
-
- Subject: [% BIBLIO_RESULT.subject | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.copyrightdate ) %]
-
- Copyright year: [% BIBLIO_RESULT.copyrightdate | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.notes ) %]
-
- Notes : [% BIBLIO_RESULT.notes | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.unititle ) %]
-
- Unified title: [% BIBLIO_RESULT.unititle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.serial ) %]
-
- Serial: [% BIBLIO_RESULT.serial | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.dewey ) %]
-
- Dewey: [% BIBLIO_RESULT.dewey | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.classification ) %]
-
- Classification: [% BIBLIO_RESULT.classification | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.lccn ) %]
-
- LCCN: [% BIBLIO_RESULT.lccn | $raw %]
-
- [% END %]
- [% IF ( BIBLIO_RESULT.url ) %]
-
- URL: [% BIBLIO_RESULT.url | html %]
-
- [% END %]
-
- In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber | html %] -
- [% END %] - [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %] -Items: -
Hi,
- -[% firstname | $raw %] [% surname | $raw %] 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 | $raw %]
-
- [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
- Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]
-
- [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
- [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
- [% FOREACH MARCAUTHOR IN BIBLIO_RESULT.MARCAUTHORS %]
- [% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% MARCAUTHOR_SUBFIELDS_LOO.separator | $raw %][% MARCAUTHOR_SUBFIELDS_LOO.value | $raw %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.ISBN ) %]
-
- ISBN: [% BIBLIO_RESULT.ISBN | $raw %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.publishercode %]
-
- Published by: [% BIBLIO_RESULT.publishercode | $raw %]
- [% IF ( BIBLIO_RESULT.publicationyear ) %]
- in [% BIBLIO_RESULT.publicationyear | $raw %]
- [% END %]
- [% IF ( BIBLIO_RESULT.pages ) %]
- , [% BIBLIO_RESULT.pages | $raw %]
- [% END %]
- [% IF BIBLIO_RESULT.item('size') %]
- , [% BIBLIO_RESULT.item('size') | $raw %]
- [% END %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.collection %]
-
- Collection: [% BIBLIO_RESULT.seriestitle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.subject ) %]
-
- Subject: [% BIBLIO_RESULT.subject | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.copyrightdate ) %]
-
- Copyright year: [% BIBLIO_RESULT.copyrightdate | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.notes ) %]
-
- Notes : [% BIBLIO_RESULT.notes | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.unititle ) %]
-
- Unified title: [% BIBLIO_RESULT.unititle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.serial ) %]
-
- Serial: [% BIBLIO_RESULT.serial | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.dewey ) %]
-
- Dewey: [% BIBLIO_RESULT.dewey | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.classification ) %]
-
- Classification: [% BIBLIO_RESULT.classification | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.lccn ) %]
-
- LCCN: [% BIBLIO_RESULT.lccn | $raw %]
-
- [% END %]
- [% IF ( BIBLIO_RESULT.url ) %]
-
- URL: [% BIBLIO_RESULT.url | html %]
-
- [% END %]
-
- In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber | html %] -
- [% END %] - [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %] -Items: -
Hi,
- -[% firstname | $raw %] [% surname | $raw %] sent you from our online catalog, the - list called : [% shelfname | $raw %].
- -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 | $raw %]
-
- [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
- Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]
-
- [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
- [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
- [% FOREACH MARCAUTHOR IN BIBLIO_RESULT.MARCAUTHORS %]
- [% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %]
- [% MARCAUTHOR_SUBFIELDS_LOO.separator | $raw %][% MARCAUTHOR_SUBFIELDS_LOO.value | $raw %]
- [% END %]
- [% UNLESS ( loop.last ) %];[% END %]
- [% END %]
- [% END %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.ISBN ) %]
-
- ISBN: [% FOREACH isbn IN BIBLIO_RESULT.ISBN %]
- [% isbn | $raw %]
- [% UNLESS ( loop.last ) %]; [% END %]
- [% END %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.publishercode %]
-
- Published by: [% BIBLIO_RESULT.publishercode | $raw %]
- [% IF ( BIBLIO_RESULT.publicationyear ) %]
- in [% BIBLIO_RESULT.publicationyear | $raw %]
- [% END %]
- [% IF ( BIBLIO_RESULT.pages ) %]
- , [% BIBLIO_RESULT.pages | $raw %]
- [% END %]
- [% IF BIBLIO_RESULT.item('size') %]
- , [% BIBLIO_RESULT.item('size') | html %]
- [% END %]
-
- [% END %]
-
- [% IF BIBLIO_RESULT.collection %]
-
- Collection: [% BIBLIO_RESULT.seriestitle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.subject ) %]
-
- Subject: [% BIBLIO_RESULT.subject | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.copyrightdate ) %]
-
- Copyright year: [% BIBLIO_RESULT.copyrightdate | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.notes ) %]
-
- Notes : [% BIBLIO_RESULT.notes | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.unititle ) %]
-
- Unified title: [% BIBLIO_RESULT.unititle | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.serial ) %]
-
- Serial: [% BIBLIO_RESULT.serial | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.dewey ) %]
-
- Dewey: [% BIBLIO_RESULT.dewey | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.classification ) %]
-
- Classification: [% BIBLIO_RESULT.classification | $raw %]
-
- [% END %]
-
- [% IF ( BIBLIO_RESULT.lccn ) %]
-
- LCCN: [% BIBLIO_RESULT.lccn | $raw %]
-
- [% END %]
- [% IF ( BIBLIO_RESULT.url ) %]
-
- URL: [% BIBLIO_RESULT.url | html %]
-
- [% END %]
-
- In online catalog: [% OPACBaseURL | $raw %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber | html %] -
- [% END %] - [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %] -Items: -