Bug 21526: Use the 'url' filter when needed
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / sco / printslip.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber | html %]</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
8 [% Asset.css("css/print.css") | $raw %]
9 [% IF stylesheet %]
10 <link rel="stylesheet" type="text/css" href="[% stylesheet | url %]" />
11 [% END %]
12
13 <!-- JavaScript includes -->
14 [% Asset.js("lib/jquery/jquery.js") | $raw %]
15 [% Asset.js("js/global.js") | $raw %]
16
17 [% INCLUDE 'slip-print.inc' %]
18
19 </head>
20
21 <body id="circ_printslip" class="circ">
22     <div id="receipt">
23         [% IF plain %]
24             <pre>
25                 [% slip | html %]
26             </pre>
27         [% ELSE %]
28             [% slip | html %]
29         [% END %]
30
31     </div>
32
33 </body>
34 </html>