Bug 12395: Save order line's creator
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / spinelabel-print.tt
blob615c639e21e4961644b6e51fdb425457f9bd9301
1 [% USE Asset %]
2 [% SET footerjs = 1 %]
3 <!DOCTYPE html>
4 [% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
5 <head>
6 <title>Koha &rsaquo; Tools &rsaquo; Spine labels</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 [% Asset.css("css/spinelabel.css") %]
9 <style>
10     @media print {
11         .noprint { display: none; }
12     }
13 </style>
14 [% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS %]</style>[% END %]
15 </head>
17         [% IF ( BarcodeNotFound ) %]
18                 <body id="labels_spinelabel-print" class="tools labels">
19             <p>The barcode [% Barcode |html %] was not found.</p>
20             <p><a href="spinelabel-home.pl">Return to spine label printer</a></p>
21         [% ELSE %]
22                 [% IF ( autoprint ) %]
23             <body id="labels_spinelabel-print" class="tools labels" onload="window.print()">
24                 [% ELSE %]      
25             <body id="labels_spinelabel-print" class="tools labels">
26                 [% END %] 
27                         <span id="spinelabel" class="label">
28                                 [% content %]
29                         </span>
30                         <span id="print_button" class="noprint">
31                 <button onclick="window.print()">Print this slabel</button>
32                         </span>
33         [% END %]
35 [% IF ( IntranetUserJS ) %]
36     [% Asset.js( "lib/jquery/jquery-2.2.3.min.js" ) %]
37     [% Asset.js( "lib/jquery/jquery-migrate-1.3.0.min.js" ) %]
38     <script>
39         [% IntranetUserJS %]
40     </script>
41 [% END %]
43 [% INCLUDE 'popup-bottom.inc' %]