Bug 16241 - Move staff client CSS out of language directory
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / spinelabel-print.tt
1 <!DOCTYPE html>
2 [% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
3 <head>
4 <title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/spinelabel.css" />
7
8                 <style type="text/css">
9                 @media print {
10                         .noprint { display: none; }
11                 }
12         </style>
13 [% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
14 [% IF ( IntranetUserJS ) %]
15     <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min.js"></script>
16     <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min.js"></script>
17     <script type="text/javascript">
18     //<![CDATA[
19     [% IntranetUserJS %]
20     //]]>
21     </script>
22 [% END %]
23 </head>
24         [% IF ( BarcodeNotFound ) %]
25                 <body id="labels_spinelabel-print" class="tools labels">
26                         <p>The barcode [% Barcode %] was not found.</p>
27             <p><a href="spinelabel-home.pl">Return to spine label printer</a></p>
28                 </body>
29         [% ELSE %]
30                 [% IF ( autoprint ) %]
31             <body id="labels_spinelabel-print" class="tools labels" onload="window.print()">
32                 [% ELSE %]      
33             <body id="labels_spinelabel-print" class="tools labels">
34                 [% END %] 
35                         <span id="spinelabel" class="label">
36                                 [% content %]
37                         </span>
38                         <span id="print_button" class="noprint">
39                 <button onclick="window.print()">Print this label</button>
40                         </span>
41                 </body>
42         [% END %]
43 </html>