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