45f6b755fa
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
32 lines
890 B
Text
32 lines
890 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>[% title %]</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
|
|
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
|
|
[% IF stylesheet %]
|
|
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
|
|
[% END %]
|
|
|
|
<script language="javascript">
|
|
[% IF ( IntranetSlipPrinterJS ) %]
|
|
[% IntranetSlipPrinterJS %]
|
|
[% ELSE %]
|
|
function printThenClose() {
|
|
window.print();
|
|
window.close();
|
|
}
|
|
[% END %]
|
|
</script>
|
|
</head>
|
|
<body id="circ_printslip" class="circ" onload="printThenClose();">
|
|
<div id="receipt">
|
|
|
|
[% IF plain %]
|
|
<pre>
|
|
[% slip %]
|
|
</pre>
|
|
[% ELSE %]
|
|
[% slip %]
|
|
[% END %]
|
|
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|