Lines 1-15
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% PROCESS 'i18n.inc' %] |
3 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
4 |
[% PROCESS 'authorities.inc' %] |
5 |
[% PROCESS 'authorities.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title> |
7 |
<title>[% FILTER collapse %] |
7 |
[% IF ( unknownauthid ) %] |
8 |
[% IF ( unknownauthid ) %] |
8 |
Unknown authority record |
9 |
[% t("Unknown authority record") | html %] |
9 |
[% ELSE %] |
10 |
[% ELSE %] |
10 |
Details for authority #[% authid | html %] ([% authtypetext | html %]) |
11 |
[% tx("Details for authority #{authid} ({authtypetext})", { authid = authid, authtypetext = authtypetext }) | html %] |
11 |
[% END %] › Authorities › Koha |
12 |
[% END %] › |
12 |
</title> |
13 |
[% t("Authorities") | html %] › |
|
|
14 |
[% t("Koha") | html %] |
15 |
[% END %]</title> |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
16 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% Asset.css("css/addbiblio.css") | $raw %] |
17 |
[% Asset.css("css/addbiblio.css") | $raw %] |
15 |
[% IF ( displayhierarchy ) %] |
18 |
[% IF ( displayhierarchy ) %] |