More template cleanup, resident search forms, breadcrumbs menus
[koha.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="cat-search.inc" -->
12
13 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
14
15 <div id="doc3" class="yui-t2">
16    
17    <div id="bd">
18         <div id="yui-main">
19         <div class="yui-b">
20
21 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
22
23 <!-- TMPL_UNLESS NAME="batch_id" -->
24 <div class="details">
25 <a class="button" href="/cgi-bin/koha/labels/label-manager.pl?op=add_batch">Create New Batch</a> 
26
27 <!-- <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">
28 <select name="batch_id">
29     <!-- TMPL_LOOP NAME="batches" -->
30         <option value="<!-- TMPL_VAR NAME="batch_id" -->" <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->>
31         <!-- TMPL_VAR NAME="batch_id" --></option>
32     <!-- /TMPL_LOOP -->
33 </select>
34 <input type="submit" value="Open Existing Batch">
35 </form>
36 -->
37 </div>
38 <!-- TMPL_IF NAME="batches" -->
39 <h2>Label Batches</h2>
40 <table>
41 <tr>
42         <th>Batch id</th>
43         <th>#</th>
44         <th>Edit</th>
45         <th>Delete</th>
46         <th>Print</th>
47 </tr>
48 <!-- TMPL_LOOP NAME="batches" -->
49 <tr>
50         <td>
51                 <!-- TMPL_VAR NAME="batch_id" -->
52         </td>
53         <td>
54                 <!-- TMPL_VAR NAME="num" --> records
55         </td>
56         <td>
57                 <a href="/cgi-bin/koha/labels/label-manager.pl?batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Edit</a>
58         </td>
59         <td>
60                 <a href="/cgi-bin/koha/labels/label-manager.pl?op=delete_batch&batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Delete</a>
61         </td>
62           <td>
63                   <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>
64         </td></tr>
65 <!-- /TMPL_LOOP -->
66 </table>
67
68 <!-- /TMPL_IF -->
69
70 <!-- TMPL_ELSE -->
71 <div class="details">
72 <br /> 
73
74         <a class="button" href="#" onclick="Plugin(<!-- TMPL_VAR NAME="batch_id" -->); return false;">Add item(s) to batch</a> &nbsp;&nbsp;&nbsp;&nbsp;
75                 <a class="button" href="/cgi-bin/koha/labels/label-manager.pl?batch_id=">Return to batch summary</a>&nbsp;&nbsp;&nbsp;&nbsp;
76         <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;
77 <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>
78 </div>
79
80 <h2>Items to be Printed for Batch <!-- TMPL_VAR NAME="batch_id" -->  (<!-- TMPL_VAR NAME="batch_count" -->  items)</h2>
81
82 <table>
83 <tr>
84         <th>Label Number</th>
85         <th>Summary</th>
86         <th>Item Type</th>
87         <th>Barcode</th>
88         <th>Delete</th>
89 </tr>
90 <!-- TMPL_LOOP NAME="resultsloop" -->
91 <tr>
92         <td>
93                 <!-- TMPL_VAR NAME="labelno" -->
94         </td>
95         <td>
96                 <b> <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"> <!-- TMPL_VAR NAME="title" -->:</a></b> <!-- TMPL_VAR NAME="author" -->:
97                 <!-- TMPL_VAR NAME="isbn" -->         </td>
98         <td>           <!-- TMPL_VAR NAME="itemtype" -->         </td>
99         <td>          <!-- TMPL_VAR NAME="barcode" -->         </td>
100         <td>
101                 <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>
102         </td>
103 </tr>
104 <!-- /TMPL_LOOP -->
105 </table>
106
107
108 <!-- /TMPL_UNLESS -->
109
110 </div>
111 </div>
112 <div class="yui-b">
113 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
114 </div>
115 </div>
116 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->