Lines 1-38
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% USE AuthorisedValues %] |
3 |
[% USE AuthorisedValues %] |
|
|
4 |
[% PROCESS 'i18n.inc' %] |
4 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title> |
7 |
<title>[% FILTER collapse %] |
7 |
[% IF ( add_form ) %] |
8 |
[% IF ( add_form ) %] |
8 |
[% IF ( use_heading_flags_p ) %] |
9 |
[% IF ( use_heading_flags_p ) %] |
9 |
[% IF ( heading_modify_tag_p ) %] |
10 |
[% IF ( heading_modify_tag_p ) %] |
10 |
Modify tag › [% IF ( authtypecode ) %] |
11 |
[% t("Modify tag ") | html %] › |
11 |
[% authtypecode | html %] Framework |
12 |
[% IF ( authtypecode ) %] |
|
|
13 |
[% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] |
12 |
[% ELSE %] |
14 |
[% ELSE %] |
13 |
Default framework |
15 |
[% t("Default framework") | html %] |
14 |
[% END %] › [% END %] |
16 |
[% END %] › |
|
|
17 |
[% END %] |
15 |
[% IF ( heading_add_tag_p ) %] |
18 |
[% IF ( heading_add_tag_p ) %] |
16 |
New tag › [% IF ( authtypecode ) %] |
19 |
[% t("New tag") | html %] › |
17 |
[% authtypecode | html %] Framework |
20 |
[% IF ( authtypecode ) %] |
|
|
21 |
[% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] |
18 |
[% ELSE %] |
22 |
[% ELSE %] |
19 |
Default framework |
23 |
[% t("Default framework") | html %] |
20 |
[% END %] › [% END %] |
24 |
[% END %] › |
|
|
25 |
[% END %] |
21 |
[% ELSE %] |
26 |
[% ELSE %] |
22 |
[% action | html %] › [% END %] |
27 |
[% action | html %] › |
|
|
28 |
[% END %] |
23 |
[% END %] |
29 |
[% END %] |
24 |
[% IF ( delete_confirm ) %] |
30 |
[% IF ( delete_confirm ) %] |
25 |
Confirm deletion › [% IF ( authtypecode ) %] |
31 |
[% t("Confirm deletion") | html %] › |
26 |
[% authtypecode | html %] Framework |
32 |
[% IF ( authtypecode ) %] |
27 |
[% ELSE %]Default framework |
33 |
[% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] |
28 |
[% END %] › [% END %] |
34 |
[% ELSE %] |
|
|
35 |
[% t("Default framework") | html %] |
36 |
[% END %] › |
37 |
[% END %] |
29 |
[% IF ( delete_confirmed ) %] |
38 |
[% IF ( delete_confirmed ) %] |
30 |
Data deleted › [% IF ( authtypecode ) %] |
39 |
[% t("Data deleted") | html %] › |
31 |
[% authtypecode | html %] Framework |
40 |
[% IF ( authtypecode ) %] |
32 |
[% ELSE %]Default framework |
41 |
[% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] |
33 |
[% END %] › [% END %] |
42 |
[% ELSE %] |
34 |
Authority MARC framework › Administration › Koha |
43 |
[% t("Default framework") | html %] |
35 |
</title> |
44 |
[% END %] › |
|
|
45 |
[% END %] |
46 |
[% t("Authority MARC framework") | html %] › |
47 |
[% t("Administration") | html %] › |
48 |
[% t("Koha") | html %] |
49 |
[% END %]</title> |
36 |
[% INCLUDE 'doc-head-close.inc' %] |
50 |
[% INCLUDE 'doc-head-close.inc' %] |
37 |
|
51 |
|
38 |
</head> |
52 |
</head> |