Lines 1-11
Link Here
|
1 |
[%- USE Branches -%] |
1 |
[%- USE Branches -%] |
|
|
2 |
[%- USE Koha -%] |
2 |
[%- biblio = item.biblio -%] |
3 |
[%- biblio = item.biblio -%] |
3 |
[%- biblioitem = item.biblioitem -%] |
4 |
[%- biblioitem = item.biblioitem -%] |
4 |
[ |
5 |
[ |
5 |
"[% FILTER escape_quotes = replace('"', '\"') ~%] |
6 |
"[% FILTER escape_quotes = replace('"', '\"') ~%] |
6 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title |html %]</a> by [% biblio.author |html %] |
7 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title |html %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author |html %] |
7 |
[%~ END %]", |
8 |
[%~ END %]", |
8 |
"[% biblioitem.publicationyear |html %]", |
9 |
"[% (biblioitem.publicationyear || biblio.copyrightdate) |html %]", |
9 |
"[% biblioitem.publishercode |html %]", |
10 |
"[% biblioitem.publishercode |html %]", |
10 |
"[% biblioitem.collectiontitle |html %]", |
11 |
"[% biblioitem.collectiontitle |html %]", |
11 |
"[% FILTER escape_quotes ~%] |
12 |
"[% FILTER escape_quotes ~%] |
12 |
- |
|
|