Lines 2-12
Link Here
|
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' -%] Only the bibliographic data is printed. |
5 |
[%- CASE 'BIB' -%] Only the bibliographic data is printed |
6 |
[%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data. |
6 |
[%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data |
7 |
[%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode. |
7 |
[%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode |
8 |
[%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels. |
8 |
[%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels |
9 |
[%- CASE 'BAR' -%] Only the barcode is printed. |
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 |
- |
|
|