]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tmpl
(bug #3563) This replaces the library name by the branchname attached to the subscrip...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / routing-preview.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <script type="text/javascript">
5 <!--
6
7 function print_slip(subscriptionid,issue){
8     var myurl = 'routing-preview.pl?ok=1&subscriptionid='+subscriptionid+'&issue='+issue;
9 window.open(myurl,'PrintSlip','width=500,height=500,toolbar=no,scrollbars=yes');
10     window.location.href='serials-home.pl';
11 }
12 //-->
13 </script>
14 </head>
15 <body>
16 <!-- TMPL_INCLUDE NAME="header.inc" -->
17 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
18
19 <div id="doc3" class="yui-t2">
20    
21    <div id="bd">
22         <div id="yui-main">
23         <div class="yui-b">
24
25 <h1>Preview Routing List</h1>
26
27 <form method="post" action="routing-preview.pl">
28 <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR NAME="subscriptionid" -->" />
29 <p><b>Serial Title:</b> <!-- TMPL_VAR NAME="title" escape="html" --></p>
30 <p><b>Issue:</b> <!-- TMPL_VAR NAME="issue" --></p>
31
32 <table border="0" cellspacing="0" cellpadding="0">
33 <tr><td style="padding-top: 5px;"><b>List Member:</b></td>
34     <td><table cellspacing="0" cellpadding="0" border="0" class="collapse">
35         <tr><th>Name</th></tr>
36 <!-- TMPL_LOOP NAME="memberloop" -->
37         <tr><td><!-- TMPL_VAR NAME="name" --></td></tr>
38 <!-- /TMPL_LOOP -->
39         </table></td></tr>
40 <tr><td><b>Notes:</b></td>
41     <td><!-- TMPL_VAR NAME="routingnotes" --></td></tr>
42 </table>
43 <p>
44 <input type="submit" name="ok" class="button" value="OK, Preview Routing Slip" onclick="print_slip(<!-- TMPL_VAR NAME="subscriptionid" -->,'<!-- TMPL_VAR NAME="issue_escaped" -->'); return false" />
45 <input type="submit" name="edit" class="button" value="Edit" />
46 <input type="submit" name="delete" class="button" value="Delete" /></p>
47 </form>
48
49 </div>
50 </div>
51
52 <div class="yui-b">
53 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
54 </div>
55 </div>
56 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->