Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tmpl
Joshua Ferraro 20055da807 Fixing nomenclature and tmpl_process3.pl bugs
tmpl_process3.pl still throws some multi-byte warnings
but no markup errors

There are still quite a few places we could normalize
to reduce the size of the translation file

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-11 18:37:01 -06:00

34 lines
1.2 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Serials &rsaquo; Routing Slip Preview</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<style type="text/css">
#custom-doc { width:38.46em;*width:37.53em;min-width:500px; margin:auto; text-align:left; }
</style>
</head>
<body>
<div id="custom-doc" class="yui-t7">
<div id="bd">
<table>
<tr><td colspan="3"><h3><!-- TMPL_VAR NAME="libraryname" --></h3></td></tr>
<tr><td colspan="3"><b>Title:</b> <!-- TMPL_VAR NAME="title" --><br />
<!-- TMPL_VAR NAME="issue" --></td></tr>
<tr><td><b>Name/Location</b></td>
<td><b>Date Due</b></td></tr>
<!-- TMPL_LOOP NAME="memberloop" -->
<tr><td><b><!-- TMPL_VAR NAME="name" --></b> <!-- TMPL_VAR NAME="location" --></td>
<td>&nbsp;</td></tr>
<!-- /TMPL_LOOP -->
</table>
<p><b>Notes:</b> Please return this item promptly as others are waiting for it.
<br /><!-- TMPL_VAR NAME="routingnotes" --></p>
<div id="slip-block-links">
<a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->