Bug 19623: (follow-up) Correct footer include in pop-up windows
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / batch / print-notices.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2     <title>Print Notices for [% today %]</title>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <style type="text/css">
5         <!-- 
6         .message { page-break-after: always }
7         pre { font-family: monospace }
8         pre {white-space: pre-wrap;}
9         pre {white-space: -moz-pre-wrap;}
10         pre {white-space: -o-pre-wrap;}
11         pre {word-wrap: break-work;}
12         -->
13     </style>
14     [% IF ( stylesheet ) %]
15     <link rel="stylesheet" type="text/css" href="[% stylesheet %]">
16     [% END %]
17 </head>
18 <body id="batch_print-notices" class="batch">
19     [% FOREACH message IN messages %]
20     <div class="message">
21         <pre>[% message.content %]</pre>
22     </div>
23     [% END %]
24 </body>
25 </html>