34 lines
No EOL
1.2 KiB
Cheetah
34 lines
No EOL
1.2 KiB
Cheetah
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<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">
|
|
<head>
|
|
<title>Koha › Tools › Spine Labels</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/spinelabel.css" />
|
|
|
|
<style type="text/css">
|
|
@media print {
|
|
.noprint { display: none; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<!-- TMPL_IF NAME="BarcodeNotFound" -->
|
|
<body>
|
|
<p>The barcode <!-- TMPL_VAR NAME="Barcode" --> was not found.</p>
|
|
<p><a href="spinelabel-home.pl">Return To Spine Label Printer</a></p>
|
|
</body>
|
|
<!-- TMPL_ELSE -->
|
|
<!-- TMPL_IF NAME="autoprint" -->
|
|
<body onLoad="window.print()">
|
|
<!-- TMPL_ELSE -->
|
|
<body>
|
|
<!-- /TMPL_IF -->
|
|
<span id="spinelabel" class="label">
|
|
<!-- TMPL_VAR NAME="content" -->
|
|
</span>
|
|
<span id="print_button" class="noprint">
|
|
<button onclick="window.print()">Print This Label</button>
|
|
</span>
|
|
</body>
|
|
<!-- /TMPL_IF -->
|
|
</html> |