Bug 22970: Allow to change homebranch in batch add course reserves
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-print.tt
blob63b383650379374b2cdda9c339810156e47eccbf
1 [% USE raw %]
2 [% SET footerjs = 1 %]
3     [% INCLUDE 'doc-head-open.inc' %]
4     <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Label printing/exporting</title>
5     [% INCLUDE 'doc-head-close.inc' popup => 1 %]
6     <style>table {border-collapse: separate; border-spacing: 0; border: hidden none;} .header {cursor: auto; background-position: center center; background-repeat: repeat;}</style>
7 </head>
9 <body id="labels_label-print" class="tools labels">
10     <div class="main container-fluid">
11         [% IF ( batches ) %]
12             <form>
13                 <h3>Click on the following links to download the exported batch(es).</h3>
14                 [% IF warn_empty_range %]
15                 <div class="dialog alert">
16                     <p>Some or all of the barcodes in the range you have selected have no corresponding items.</p>
17                     <p>If you are using a layout without barcodes, this may result in missing entries or a blank page</p>
18                 </div>
19                 [% END %]
20                         [% FOREACH batche IN batches %]
21                         <fieldset>
22                             [% IF ( batche.label_ids ) %]
23                                 <legend>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</legend>
24                                     <p><a class="document pdf" href="/cgi-bin/koha/labels/[% batche.create_script | html %]?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %][% batche.label_ids | html %]">Download as PDF</a></p>
26                                     <p><a class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.label_ids | html %]">Download as CSV</a></p>
28                                     <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.label_ids | html %]">Download as XML</a></p>
29                             [% ELSIF ( batche.item_numbers ) %]
30                             <legend>[% IF ( batche.label_count == 1 ) %][% batche.label_count | html %] single label[% ELSE %][% batche.label_count | html %] single labels[% END %]</legend>
31                                     <p><a class="document pdf" href="/cgi-bin/koha/labels/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %][% batche.item_numbers | html %]">Download as PDF</a></p>
33                                     <p><a class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as CSV</a></p>
35                                     <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as XML</a></p>
36                             [% ELSIF ( batche.batch_id) %]
37                             <legend>Label Batch Number [% batche.batch_id | html %]</legend>
38                                     <p><a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]">Download as PDF</a>
39                                 </p>
40                                 <p>
41                                     <a class="document csv" href="/cgi-bin/koha/labels/label-create-csv.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as CSV</a>
42                                 </p>
43                                 <p>
44                                     <a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as XML</a></p>
45                             [% ELSIF (batche.from && batche.to) %]
46                             <legend>Barcodes from [% batche.from | html %] to [% batche.to | html %]</legend>
47                             <p>
48                                 <a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]&amp;from=[% batche.from | html %]&amp;to=[% batche.to | html %]">Download as PDF</a>
49                             </p>
50                             [% END %]
51                         </fieldset>
52                         [% END %]
53                 <fieldset class="action">
54                     <input type="button" class="gb-close" value="Done" />
55                 </fieldset>
56             </form>
57         [% ELSE %]
58             <h3>
59                 [% IF ( label_ids ) %]
60                     [% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %]
61                 [% ELSIF ( item_numbers ) %]
62                     [% IF ( item_count == 1 ) %]Exporting [% item_count | html %] label[% ELSE %]Exporting [% item_count | html %] labels[% END %]
63                 [% ELSE %]
64                     [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %]
65                 [% END %]
66             </h3>
67             <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
68                 <input type="hidden" name="op" value="export" />
69                 <input type="hidden" name="referer" value="[% referer | html %]" />
70                 [% FOREACH batch_id IN batch_ids %]
71                     <input type="hidden" name="batch_id" value="[% batch_id.batch_id | html %]" />
72                 [% END %]
73                 [% FOREACH label_id IN label_ids %]
74                     <input type="hidden" name="label_id" value="[% label_id.label_id | html %]" />
75                 [% END %]
76                 [% FOREACH item_number IN item_numbers %]
77                     <input type="hidden" name="item_number" value="[% item_number.item_number | html %]" />
78                 [% END %]
79                     <input type="hidden" name="from" value="[% from | html %]" />
80                     <input type="hidden" name="to" value="[% to | html %]" />
81                 <fieldset class="rows">
82                     <ol>
83                         <li>
84                             <label for="template_id" style="width:20em">Select a template to be applied: </label>
85                             <select name="template_id" id="template_id">
86                                     [% FOREACH template IN templates %]
87                                     <option value="[% template.template_id | html %]">[% template.template_code | html %]</option>
88                                     [% END %]
89                                 </select>
90                         </li>
91                         <li>
92                             <label for="layout_id" style="width:20em">Select a layout to be applied: </label>
93                             <select name="layout_id" id="layout_id">
94                                     [% FOREACH layout IN layouts %]
95                                     <option value="[% layout.layout_id | html %]">[% layout.layout_name | html %]</option>
96                                     [% END %]
97                                 </select>
98                         </li>
99                         <li>
100                             <label for="start_label" style="width:20em">Enter starting label position (for PDF): </label>
101                             <input type="text" size="5" id="start_label" name="start_label" class="focus" title="Starting label number" value="1"/>
102                         </li>
103                     </ol>
104                 </fieldset>
105                 <fieldset class="action">
106                     <input type="submit" value="Export" />
107                     <a href="#" class="cancel gb-close">Cancel</a>
108                 </fieldset>
109             </form>
110         [% END %]
111     </div>
113 [% MACRO jsinclude BLOCK %]
114     [% Asset.js("js/tools-menu.js") | $raw %]
115     [% INCLUDE 'greybox.inc' %]
116     <script>
117         function Done() {
118             window.location = "[% referer | html %]";
119         };
120         $(document).ready(function(){
121             $(".gb-close").on("click",function(){
122                 parent.parent.GB_hide();
123             });
124         });
125     </script>
126 [% END %]
128 [% INCLUDE 'popup-bottom.inc' %]