View | Details | Raw Unified | Return to bug 11248
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt (-9 / +4 lines)
Lines 1-5 Link Here
1
<SUBJECT>
1
<SUBJECT>
2
Your List : [% shelfname %]
2
Your list: [% shelfname %]
3
<END_SUBJECT>
3
<END_SUBJECT>
4
4
5
[% USE HtmlToText %]
5
[% USE HtmlToText %]
Lines 13-19 Your List : [% shelfname %] Link Here
13
    <p>Here is your list called [% shelfname %], sent from our online catalog.</p>
13
    <p>Here is your list called [% shelfname %], sent from our online catalog.</p>
14
14
15
    <p>Please note that the attached file is a MARC bibliographic records file
15
    <p>Please note that the attached file is a MARC bibliographic records file
16
    which can be imported into a Personal Bibliographic Software like EndNote,
16
    which can be imported into personal bibliographic software like EndNote,
17
    Reference Manager or ProCite.</p>
17
    Reference Manager or ProCite.</p>
18
    <hr/>
18
    <hr/>
19
[% END %]
19
[% END %]
Lines 73-81 Your List : [% shelfname %] Link Here
73
                [% IF ( BIBLIO_RESULT.pages ) %]
73
                [% IF ( BIBLIO_RESULT.pages ) %]
74
                    , [% BIBLIO_RESULT.pages %]
74
                    , [% BIBLIO_RESULT.pages %]
75
                [% END %]
75
                [% END %]
76
                [% IF BIBLIO_RESULT.size %]
77
                , [% BIBLIO_RESULT.size %]
78
                [% END %]
79
            </span><br/>
76
            </span><br/>
80
            [% END %]
77
            [% END %]
81
78
Lines 134-147 Your List : [% shelfname %] Link Here
134
            [% END %]
131
            [% END %]
135
            [% IF ( BIBLIO_RESULT.url ) %]
132
            [% IF ( BIBLIO_RESULT.url ) %]
136
            <span>
133
            <span>
137
                URL: [% BIBLIO_RESULT.url %]
134
                URL: [% BIBLIO_RESULT.url |url %]
138
            </span>
135
            </span>
139
            [% END %]
136
            [% END %]
140
            </p>
137
            </p>
141
138
142
            [% IF ( OPACBaseURL ) %]
139
            [% IF ( OPACBaseURL ) %]
143
            <p>
140
            <p>
144
                In online catalog: [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber %]
141
                In online catalog: http://[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber %]
145
            </p>
142
            </p>
146
            [% END %]
143
            [% END %]
147
            [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %]
144
            [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %]
Lines 162-166 Your List : [% shelfname %] Link Here
162
    </ol>
159
    </ol>
163
160
164
[% END %]
161
[% END %]
165
166
<END_MESSAGE>
162
<END_MESSAGE>
167
- 

Return to bug 11248