Lines 1-15
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title> |
4 |
<title>Summary for [% firstname %] [% surname %] ([% cardnumber %])</title> |
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
6 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
7 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
7 |
<script type="text/javascript"> |
8 |
[% INCLUDE 'slip-print.inc' #printThenClose %] |
8 |
function printThenClose() { |
|
|
9 |
window.print(); |
10 |
window.close(); |
11 |
} |
12 |
</script> |
13 |
<body id="pat_moremember-print" class="pat" onload="printThenClose();"> |
9 |
<body id="pat_moremember-print" class="pat" onload="printThenClose();"> |
14 |
|
10 |
|
15 |
</head> |
11 |
</head> |