Lines 13-32
Link Here
|
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">[% INCLUDE 'biblio-title.inc' | trim | collapse %]</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 | $To %]", |
17 |
"[% biblioitem.publishercode | html | $To %]", |
17 |
"[% biblioitem.publishercode | html | $To %]", |
18 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %]", |
18 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html | $To %]", |
19 |
"[% FILTER escape_quotes ~%] |
19 |
"[% FILTER escape_quotes ~%] |
20 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber | uri %]#item[% item.itemnumber | uri %]" title="Go to item details">[% item.barcode | html %]</a> |
20 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber | uri %]#item[% item.itemnumber | uri %]" title="Go to item details">[% item.barcode | html | $To %]</a> |
21 |
[%~ END %]", |
21 |
[%~ END %]", |
22 |
"[% item.itemnumber | html %]", |
22 |
"[% item.itemnumber | html %]", |
23 |
"[% item.enumchron | html %]", |
23 |
"[% item.enumchron | html | $To %]", |
24 |
"[% item.itemcallnumber | html %]", |
24 |
"[% item.itemcallnumber | html | $To %]", |
25 |
"[% Branches.GetName(item.homebranch) | html %]", |
25 |
"[% Branches.GetName(item.homebranch) | html %]", |
26 |
"[% Branches.GetName(item.holdingbranch) | html %]", |
26 |
"[% Branches.GetName(item.holdingbranch) | html %]", |
27 |
"[% AuthorisedValues.GetDescriptionByKohaField( frameworkcode => biblio.frameworkcode, kohafield => 'items.location', authorised_value => item.location) | html %]", |
27 |
"[% AuthorisedValues.GetDescriptionByKohaField( frameworkcode => biblio.frameworkcode, kohafield => 'items.location', authorised_value => item.location) | html %]", |
28 |
"[% ItemTypes.GetDescription(item.itype) | html %]", |
28 |
"[% ItemTypes.GetDescription(item.itype) | html %]", |
29 |
"[% item.stocknumber | html %]", |
29 |
"[% item.stocknumber | html | $To %]", |
30 |
"[% AuthorisedValues.GetDescriptionByKohaField( frameworkcode => biblio.frameworkcode, kohafield => 'items.notforloan', authorised_value => item.notforloan) | html %]", |
30 |
"[% AuthorisedValues.GetDescriptionByKohaField( frameworkcode => biblio.frameworkcode, kohafield => 'items.notforloan', authorised_value => item.notforloan) | html %]", |
31 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) || "" | html %]", |
31 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) || "" | html %]", |
32 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) || "" | html %]", |
32 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) || "" | html %]", |
33 |
- |
|
|