Lines 7-13
Link Here
|
7 |
[% USE TablesSettings %] |
7 |
[% USE TablesSettings %] |
8 |
[% PROCESS 'i18n.inc' %] |
8 |
[% PROCESS 'i18n.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
<title>Items › [% biblio.title | html %] [% IF ( biblio.author ) %] by [% biblio.author | html %][% END %] (Record #[% biblio.biblionumber | html %]) › Cataloging › Koha</title> |
10 |
<title>[% FILTER collapse %] |
|
|
11 |
[% t("Items") | html %] › |
12 |
[% IF ( biblio.author ) %] |
13 |
[% tx("{title} by {author}", { title = biblio.title, author = biblio.author }) | html %] |
14 |
[% ELSE %] |
15 |
[% biblio.title | html %] |
16 |
[% END %] |
17 |
[% tx("(Record #{biblionumber})", { biblionumber = biblio.biblionumber }) | html %] › |
18 |
[% t("Cataloging") | html %] › |
19 |
[% t("Koha") | html %] |
20 |
[% END %]</title> |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
21 |
[% INCLUDE 'doc-head-close.inc' %] |
12 |
[% Asset.css("css/addbiblio.css") | $raw %] |
22 |
[% Asset.css("css/addbiblio.css") | $raw %] |
13 |
[% INCLUDE 'datatables.inc' %] |
23 |
[% INCLUDE 'datatables.inc' %] |