working on adding library logi
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / routing-preview-slip.tmpl
1 <!-- TMPL_INCLUDE NAME="popup-top.inc" -->
2
3 <div id="slip-block">
4 <table cellspacing="0" cellpadding="0" border="0" class="collapse routingslip">
5 <tr><td class="cell" colspan="3"><h3><!-- TMPL_VAR NAME="libraryname" --></h3></td></tr>
6 <tr><td class="cell" colspan="3"><b>Title:</b> <!-- TMPL_VAR NAME="title" --><br />
7 <!-- TMPL_VAR NAME="issue" --></td></tr>
8 <tr><td class="cell"><b>Name/Location</b></td>
9     <td class="cell"><b>Date Due</b></td></tr>
10 <!-- TMPL_LOOP NAME="memberloop" -->
11         <tr><td class="name"><b><!-- TMPL_VAR NAME="name" --></b> <!-- TMPL_VAR NAME="location" --></td>
12             <td class="date">&nbsp;</td></tr>
13 <!-- /TMPL_LOOP -->
14 </table>
15 <p><b>Notes:</b> Please return this journal
16 promptly as others are waiting.
17 <br /><!-- TMPL_VAR NAME="routingnotes" --></p>
18    <div id="slip-block-links">
19    <a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
20    </div>
21 </div>
22
23 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->