[12/40] Work on label managment interface.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / spinelabel-print.tmpl
1 <html>
2         <head>
3                 <title>Koha &rsaquo; Tools &rsaquo; Spine Labels</title>
4                 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/spinelabel.css" />
5
6                 <style type="text/css">
7                         @media print {
8                                 .noprint { display: none; }
9                         }
10                 </style>
11         </head>
12         <!-- TMPL_IF NAME="BarcodeNotFound" -->
13                 <body>
14                         <p>The barcode <!-- TMPL_VAR NAME="Barcode" --> was not found.</p>
15                         <p><a href="spinelabel-home.pl">Return To Spine Label Printer</a></p>
16                 </body>
17         <!-- TMPL_ELSE -->
18                 <body <!-- TMPL_IF NAME="autoprint">onLoad="window.print()"<!-- /TMPL_IF> >
19                         <span id="spinelabel" class="label">
20                                 <!-- TMPL_VAR NAME="content" -->
21                         </span>
22                         <span id="print_button" class="noprint">
23                                 <form><input type="button" value="Print This Label" onClick="window.print()" /></form>
24                         </span>
25                 </body>
26         <!-- /TMPL_IF -->
27 </html>