Lines 1-14
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% SET footerjs = 1 %] |
2 |
[% SET footerjs = 1 %] |
3 |
[% BLOCK translate_label_types %] |
3 |
[%- BLOCK translate_label_types -%] |
4 |
[% SWITCH type %] |
4 |
[%- SWITCH type -%] |
5 |
[% CASE 'BIB' %]Biblio |
5 |
[%- CASE 'BIB' -%] Only the bibliographic data is printed. |
6 |
[% CASE 'BARBIB' %]Barcode/Biblio |
6 |
[%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data. |
7 |
[% CASE 'BIBBAR' %]Biblio/Barcode |
7 |
[%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode. |
8 |
[% CASE 'ALT' %]Alternating |
8 |
[%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels. |
9 |
[% CASE 'BAR' %]Barcode |
9 |
[%- CASE 'BAR' -%] Only the barcode is printed. |
10 |
[% END %] |
10 |
[%- END -%] |
11 |
[% END %] |
11 |
[%- END -%] |
12 |
[% INCLUDE 'doc-head-open.inc' %] |
12 |
[% INCLUDE 'doc-head-open.inc' %] |
13 |
<title>Koha › Tools › Label creator › Layouts › [% IF ( layout_id ) %]Edit label layout [% layout_id | html %] [% ELSE %] New label layout [% END %]</title> |
13 |
<title>Koha › Tools › Label creator › Layouts › [% IF ( layout_id ) %]Edit label layout [% layout_id | html %] [% ELSE %] New label layout [% END %]</title> |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
15 |
- |
|
|