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