Enabling AutoComplete on resident circ search form. Putting dependent YUI files into...
[koha_ffzg] / 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 <!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
4 <script type="text/javascript">
5 function Plugin(batch_id) {
6         window.open("label-item-search.pl?batch_id="+batch_id+"",'FindABibIndex','width=600,height=460,toolbar=no,scrollbars=yes');
7 }
8 </script>
9 </head>
10 <body>
11 <!-- TMPL_INCLUDE NAME="header.inc" -->
12 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
13
14 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
15
16 <div id="doc3" class="yui-t2">
17    
18    <div id="bd">
19         <div id="yui-main">
20         <div class="yui-b">
21 <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
22 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
23
24 <!-- TMPL_UNLESS NAME="batch_id" -->
25
26 <!-- TMPL_IF NAME="batches" -->
27 <h2>Label Batches</h2>
28 <table>
29 <tr>
30         <th>Batch id</th>
31         <th>#</th>
32         <th>Edit</th>
33         <th>Delete</th>
34         <th>Print</th>
35 </tr>
36 <!-- TMPL_LOOP NAME="batches" -->
37 <tr>
38         <td>
39                 <!-- TMPL_VAR NAME="batch_id" -->
40         </td>
41         <td>
42                 <!-- TMPL_VAR NAME="num" --> records
43         </td>
44         <td>
45                 <a href="/cgi-bin/koha/labels/label-manager.pl?batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Edit</a>
46         </td>
47         <td>
48                 <a href="/cgi-bin/koha/labels/label-manager.pl?op=delete_batch&batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Delete</a>
49         </td>
50           <td>
51                   <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>
52         </td></tr>
53 <!-- /TMPL_LOOP -->
54 </table>
55
56 <!-- /TMPL_IF -->
57
58 <!-- TMPL_ELSE -->
59 <div class="details">
60
61         <a class="button" href="#" onclick="Plugin(<!-- TMPL_VAR NAME="batch_id" -->); return false;">Add item(s) to batch</a> &nbsp;&nbsp;&nbsp;&nbsp;
62                 <a class="button" href="/cgi-bin/koha/labels/label-manager.pl?batch_id=">Return to batch summary</a>&nbsp;&nbsp;&nbsp;&nbsp;
63         <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;
64 <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>
65 </div>
66
67 <h2>Items to be Printed for Batch <!-- TMPL_VAR NAME="batch_id" -->  (<!-- TMPL_VAR NAME="batch_count" -->  items)</h2>
68
69 <table>
70 <tr>
71         <th>Label Number</th>
72         <th>Summary</th>
73         <th>Item Type</th>
74         <th>Barcode</th>
75         <th>Delete</th>
76 </tr>
77 <!-- TMPL_LOOP NAME="resultsloop" -->
78 <tr>
79         <td>
80                 <!-- TMPL_VAR NAME="labelno" -->
81         </td>
82         <td>
83                 <b> <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"> <!-- TMPL_VAR NAME="title" -->:</a></b> <!-- TMPL_VAR NAME="author" -->:
84                 <!-- TMPL_VAR NAME="isbn" -->         </td>
85         <td>           <!-- TMPL_VAR NAME="itemtype" -->         </td>
86         <td>          <!-- TMPL_VAR NAME="barcode" -->         </td>
87         <td>
88                 <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>
89         </td>
90 </tr>
91 <!-- /TMPL_LOOP -->
92 </table>
93
94
95 <!-- /TMPL_UNLESS -->
96
97 </div>
98 </div>
99 <div class="yui-b">
100 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
101 </div>
102 </div>
103 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->