Lines 3-8
Link Here
|
3 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
3 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
4 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
4 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
|
|
6 |
<script language="javascript"> |
7 |
function printThenClose() { |
8 |
window.print(); |
9 |
window.close(); |
10 |
} |
11 |
</script> |
12 |
<body onload="printThenClose();"> |
13 |
|
6 |
</head> |
14 |
</head> |
7 |
<body> |
15 |
<body> |
8 |
|
16 |
|
9 |
- |
|
|