Lines 2-7
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
4 |
[% PROCESS 'i18n.inc' %] |
4 |
[% PROCESS 'i18n.inc' %] |
|
|
5 |
[% SET footerjs = 1 %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% UNLESS slips && slips.size %] |
7 |
[% UNLESS slips && slips.size %] |
7 |
[% SET slips = [{content => slip, is_html => !plain, style => style, id => id }] %] |
8 |
[% SET slips = [{content => slip, is_html => !plain, style => style, id => id }] %] |
Lines 28-33
Link Here
|
28 |
[% INCLUDE 'doc-head-close.inc' %] |
29 |
[% INCLUDE 'doc-head-close.inc' %] |
29 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
30 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
30 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
31 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
|
|
32 |
|
31 |
[% Asset.css("css/print.css") | $raw %] |
33 |
[% Asset.css("css/print.css") | $raw %] |
32 |
[% IF ( Koha.Preference('PrintSlipStylesheet') ) %] |
34 |
[% IF ( Koha.Preference('PrintSlipStylesheet') ) %] |
33 |
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('PrintSlipStylesheet') | $raw %]" /> |
35 |
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('PrintSlipStylesheet') | $raw %]" /> |
Lines 36-42
Link Here
|
36 |
[% IF slip.style %]<style>[% slip.style.replace('([^\{\}]+?)\s*\{', '#slip_' _ slip.id _ ' $1 {') | $raw %]</style>[% END %] |
38 |
[% IF slip.style %]<style>[% slip.style.replace('([^\{\}]+?)\s*\{', '#slip_' _ slip.id _ ' $1 {') | $raw %]</style>[% END %] |
37 |
[% END %] |
39 |
[% END %] |
38 |
|
40 |
|
39 |
[% INCLUDE 'slip-print.inc' #printThenClose %] |
|
|
40 |
</head> |
41 |
</head> |
41 |
<body id="circ_printslip" class="circ"> |
42 |
<body id="circ_printslip" class="circ"> |
42 |
<div id="receipt"> |
43 |
<div id="receipt"> |
Lines 55-58
Link Here
|
55 |
[% END %] |
56 |
[% END %] |
56 |
[% END %] |
57 |
[% END %] |
57 |
|
58 |
|
|
|
59 |
[% MACRO jsinclude BLOCK %] |
60 |
[% INCLUDE 'slip-print.inc' #printThenClose %] |
61 |
[% END %] |
62 |
|
58 |
[% INCLUDE 'intranet-bottom.inc' %] |
63 |
[% INCLUDE 'intranet-bottom.inc' %] |
59 |
- |
|
|