Moving inline script blocks to <head> where possible
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-manager.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo;  Labels</title>
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <script type="text/javascript">
4 function Plugin(batch_id) {
5         window.open("label-item-search.pl?batch_id="+batch_id+"",'FindABibIndex','width=600,height=460,toolbar=no,scrollbars=yes');
6 }
7 </script>
8 </head>
9 <body>
10 <!-- TMPL_INCLUDE NAME="header.inc" -->
11 <!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
12
13 <div id="doc3" class="yui-t2">
14    
15    <div id="bd">
16         <div id="yui-main">
17         <div class="yui-b"><div class="yui-g">
18
19 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
20
21 <!-- TMPL_UNLESS NAME="batch_id" -->
22 <div class="details">
23 <a class="button" href="/cgi-bin/koha/labels/label-manager.pl?op=add_batch">Create New Batch</a> 
24
25 <!-- <form style="padding: 3px 30px; border-left: 1px solid black;border-right: 1px solid black;margin: 0 20px;" name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
26 <select name="batch_id">
27     <!-- TMPL_LOOP NAME="batches" -->
28         <option value="<!-- TMPL_VAR NAME="batch_id" -->" <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->>
29         <!-- TMPL_VAR NAME="batch_id" --></option>
30     <!-- /TMPL_LOOP -->
31 </select>
32 <input type="submit" value="Open Existing Batch">
33 </form>
34 -->
35 </div>
36 <!-- TMPL_IF NAME="batches" -->
37 <h2>Label Batches</h2>
38 <table>
39 <tr>
40         <th>Batch id</th>
41         <th>#</th>
42         <th>Edit</th>
43         <th>Delete</th>
44         <th>Print</th>
45 </tr>
46 <!-- TMPL_LOOP NAME="batches" -->
47 <tr>
48         <td>
49                 <!-- TMPL_VAR NAME="batch_id" -->
50         </td>
51         <td>
52                 <!-- TMPL_VAR NAME="num" --> records
53         </td>
54         <td>
55                 <a href="/cgi-bin/koha/labels/label-manager.pl?batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Edit</a>
56         </td>
57         <td>
58                 <a href="/cgi-bin/koha/labels/label-manager.pl?op=delete_batch&batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Delete</a>
59         </td>
60           <td>
61                   <a class="button" style="float: right;"  href="/cgi-bin/koha/labels/label-print-pdf.pl?batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Generate PDF for Batch  <!-- TMPL_VAR NAME="batch_id" --></a>
62         </td></tr>
63 <!-- /TMPL_LOOP -->
64 </table>
65
66 <!-- /TMPL_IF -->
67
68 <!-- TMPL_ELSE -->
69 <div class="details">
70 <br /> 
71
72         <a class="button" href="#" onclick="Plugin(<!-- TMPL_VAR NAME="batch_id" -->); return false;">Add item(s) to batch</a> &nbsp;&nbsp;&nbsp;&nbsp;
73                 <a class="button" href="/cgi-bin/koha/labels/label-manager.pl?batch_id=">Return to batch summary</a>&nbsp;&nbsp;&nbsp;&nbsp;
74         <a class="button" style="border:2px solid #634;" href="/cgi-bin/koha/labels/label-manager.pl?op=delete_batch&amp;batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Delete current batch (<!-- TMPL_VAR NAME="batch_id" -->)</a>&nbsp;&nbsp;&nbsp;&nbsp;
75 <a class="button"  href="/cgi-bin/koha/labels/label-print-pdf.pl?batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Generate PDF for Batch: <!-- TMPL_VAR NAME="batch_id" --></a>
76 </div>
77
78 <h2>Items to be Printed for Batch <!-- TMPL_VAR NAME="batch_id" -->  (<!-- TMPL_VAR NAME="batch_count" -->  items)</h2>
79
80 <table>
81 <tr>
82         <th>Label Number</th>
83         <th>Summary</th>
84         <th>Item Type</th>
85         <th>Barcode</th>
86         <th>Delete</th>
87 </tr>
88 <!-- TMPL_LOOP NAME="resultsloop" -->
89 <tr>
90         <td>
91                 <!-- TMPL_VAR NAME="labelno" -->
92         </td>
93         <td>
94                 <b> <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"> <!-- TMPL_VAR NAME="title" -->:</a></b> <!-- TMPL_VAR NAME="author" -->:
95                 <!-- TMPL_VAR NAME="isbn" -->         </td>
96         <td>           <!-- TMPL_VAR NAME="itemtype" -->         </td>
97         <td>          <!-- TMPL_VAR NAME="barcode" -->         </td>
98         <td>
99                 <a href="/cgi-bin/koha/labels/label-manager.pl?op=delete&amp;itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&amp;batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Delete</a>
100         </td>
101 </tr>
102 <!-- /TMPL_LOOP -->
103 </table>
104
105
106 <!-- /TMPL_UNLESS -->
107
108 </div>
109 </div>
110 </div>
111
112 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
113 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
114
115
116
117
118
119