Lines 7-13
Link Here
|
7 |
[%- biblioitem = item.biblioitem -%] |
7 |
[%- biblioitem = item.biblioitem -%] |
8 |
[ |
8 |
[ |
9 |
"[% FILTER escape_quotes = replace('"', '\"') ~%] |
9 |
"[% FILTER escape_quotes = replace('"', '\"') ~%] |
10 |
<input type="checkbox" name="itemnumber" value="[% item.itemnumber %]"/> |
10 |
<input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/> |
11 |
[%~ END %]", |
11 |
[%~ END %]", |
12 |
"[% FILTER escape_quotes ~%] |
12 |
"[% FILTER escape_quotes ~%] |
13 |
<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 %] |
13 |
<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 |
- |
|
|