Merge remote branch 'kc/new/signoffs' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / spinelabel-print.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html lang="<!-- TMPL_VAR NAME="lang" -->" xml:lang="<!-- TMPL_VAR NAME="lang" -->" <!-- TMPL_IF NAME="bidi" -->dir="<!-- TMPL_VAR NAME="bidi" -->"<!-- /TMPL_IF --> xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5         <title>Koha &rsaquo; Tools &rsaquo; Spine Labels</title>
6         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7         <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/spinelabel.css" />
8
9                 <style type="text/css">
10                 @media print {
11                         .noprint { display: none; }
12                 }
13         </style>
14 </head>
15         <!-- TMPL_IF NAME="BarcodeNotFound" -->
16                 <body>
17                         <p>The barcode <!-- TMPL_VAR NAME="Barcode" --> was not found.</p>
18                         <p><a href="spinelabel-home.pl">Return To Spine Label Printer</a></p>
19                 </body>
20         <!-- TMPL_ELSE -->
21                 <!-- TMPL_IF NAME="autoprint" -->
22                         <body onLoad="window.print()">
23                 <!-- TMPL_ELSE -->      
24                         <body>
25                 <!-- /TMPL_IF --> 
26                         <span id="spinelabel" class="label">
27                                 <!-- TMPL_VAR NAME="content" -->
28                         </span>
29                         <span id="print_button" class="noprint">
30                                 <button onclick="window.print()">Print This Label</button>
31                         </span>
32                 </body>
33         <!-- /TMPL_IF -->
34 </html>