Bug 25597: Add missing Javascript libraries to sco printslip
[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 | $raw %]" />
11 [% END %]
12
13 <!-- JavaScript includes -->
14 [% Asset.js("lib/jquery/jquery-3.4.1.min.js") | $raw %]
15 [% Asset.js("lib/jquery/jquery-migrate-3.1.0.min.js") | $raw %]
16 [% Asset.js("lib/fontfaceobserver.min.js") | $raw %]
17 [% Asset.js("js/global.js") | $raw %]
18
19 [% INCLUDE 'slip-print.inc' #printThenClose %]
20
21 </head>
22
23 <body id="circ_printslip" class="circ">
24     <div id="receipt">
25         [% IF plain %]
26             <pre>
27                 [% slip | html %]
28             </pre>
29         [% ELSE %]
30             [% slip | $raw %]
31         [% END %]
32
33     </div>
34
35 </body>
36 </html>