Bug 28438: Capitalization: Various corrections
[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
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <style>
7         <!-- 
8         .message { page-break-after: always }
9         pre { font-family: monospace }
10         pre {white-space: pre-wrap;}
11         pre {white-space: -moz-pre-wrap;}
12         pre {white-space: -o-pre-wrap;}
13         pre {word-wrap: break-work;}
14         -->
15     </style>
16     [% IF ( stylesheet ) %]
17     <link rel="stylesheet" type="text/css" href="[% stylesheet | url %]">
18     [% END %]
19 </head>
20 <body id="batch_print-notices" class="batch">
21     [% FOREACH message IN messages %]
22     <div class="message">
23         <pre>[% message.content | $raw %]</pre>
24     </div>
25     [% END %]
26 </body>
27 </html>