More work on standardizing toolbars. Also standardizing form markup in /tools
[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 <!-- 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 class="yui-skin-sam">
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
22 <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
23 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
24
25 <!-- TMPL_UNLESS NAME="batch_id" -->
26
27 <!-- TMPL_IF NAME="batches" -->
28 <h2>Label Batches</h2>
29 <table>
30 <tr>
31         <th>Batch id</th>
32         <th>#</th>
33         <th>Edit</th>
34         <th>Delete</th>
35         <th>Print</th>
36 </tr>
37 <!-- TMPL_LOOP NAME="batches" -->
38 <tr>
39         <td>
40                 <!-- TMPL_VAR NAME="batch_id" -->
41         </td>
42         <td>
43                 <!-- TMPL_VAR NAME="num" --> records
44         </td>
45         <td>
46                 <a href="/cgi-bin/koha/labels/label-manager.pl?batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Edit</a>
47         </td>
48         <td>
49                 <a href="/cgi-bin/koha/labels/label-manager.pl?op=delete_batch&batch_id=<!-- TMPL_VAR NAME="batch_id" -->">Delete</a>
50         </td>
51           <td>
52                   <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>
53         </td></tr>
54 <!-- /TMPL_LOOP -->
55 </table>
56
57 <!-- /TMPL_IF -->
58
59 <!-- TMPL_ELSE -->
60 <div class="details">
61
62         <a class="button" href="#" onclick="Plugin(<!-- TMPL_VAR NAME="batch_id" -->); return false;">Add item(s) to batch</a> &nbsp;&nbsp;&nbsp;&nbsp;
63                 <a class="button" href="/cgi-bin/koha/labels/label-manager.pl?batch_id=">Return to batch summary</a>&nbsp;&nbsp;&nbsp;&nbsp;
64         <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;
65 <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>
66 </div>
67
68 <h2>Items to be Printed for Batch <!-- TMPL_VAR NAME="batch_id" -->  (<!-- TMPL_VAR NAME="batch_count" -->  items)</h2>
69
70 <table>
71 <tr>
72         <th>Label Number</th>
73         <th>Summary</th>
74         <th>Item Type</th>
75         <th>Barcode</th>
76         <th>Delete</th>
77 </tr>
78 <!-- TMPL_LOOP NAME="resultsloop" -->
79 <tr>
80         <td>
81                 <!-- TMPL_VAR NAME="labelno" -->
82         </td>
83         <td>
84                 <b> <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"> <!-- TMPL_VAR NAME="title" -->:</a></b> <!-- TMPL_VAR NAME="author" -->:
85                 <!-- TMPL_VAR NAME="isbn" -->         </td>
86         <td>           <!-- TMPL_VAR NAME="itemtype" -->         </td>
87         <td>          <!-- TMPL_VAR NAME="barcode" -->         </td>
88         <td>
89                 <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>
90         </td>
91 </tr>
92 <!-- /TMPL_LOOP -->
93 </table>
94
95
96 <!-- /TMPL_UNLESS -->
97
98 </div>
99 </div>
100 <div class="yui-b">
101 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
102 </div>
103 </div>
104 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->