Lines 11-17
Link Here
|
11 |
<input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/> |
11 |
<input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/> |
12 |
[%~ END %]", |
12 |
[%~ END %]", |
13 |
"[% FILTER escape_quotes ~%] |
13 |
"[% FILTER escape_quotes ~%] |
14 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% biblio.title | html %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %] |
14 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% INCLUDE 'biblio-title.inc' | trim | collapse %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %] |
15 |
[%~ END %]", |
15 |
[%~ END %]", |
16 |
"[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]", |
16 |
"[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]", |
17 |
"[% biblioitem.publishercode | html | $To %]", |
17 |
"[% biblioitem.publishercode | html | $To %]", |
18 |
- |
|
|