Merge remote-tracking branch 'kc/new/bug_5995' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / branches.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Administration &rsaquo; Libraries and Groups
3 [% IF ( editcategory ) %]
4     &rsaquo;[% IF ( categorycode ) %]Edit Group [% categorycode %][% ELSE %]New Group[% END %]
5 [% ELSIF ( delete_category ) %]
6     &rsaquo; Confirm Deletion of Group [% categorycode %]
7 [% ELSIF ( add ) %]
8     &rsaquo;[% IF ( heading_branches_add_branch_p ) %]New library[% ELSE %]Modify library [% branchcode %][% END %]
9 [% ELSIF ( delete_confirm ) %]
10     &rsaquo; Confirm deletion of library '[% branchcode %]'
11 [% END %]
12 </title>
13 [% INCLUDE 'doc-head-close.inc' %]
14 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
15 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
16 </head>
17 <body>
18 [% INCLUDE 'header.inc' %]
19 [% INCLUDE 'cat-search.inc' %]
20
21 <div id="breadcrumbs">
22     <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23 &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
24 &rsaquo; <a href="/cgi-bin/koha/admin/branches.pl">Libraries and Groups</a>
25 [% IF ( editcategory ) %]
26 &rsaquo; [% IF ( categorycode ) %]Edit Group [% categorycode %][% ELSE %]New Group[% END %]
27 [% ELSIF ( delete_category ) %]
28 &rsaquo; Confirm Deletion of Group [% categorycode %]
29 [% ELSIF ( add ) %]
30 &rsaquo; [% IF ( heading_branches_add_branch_p ) %]New library[% ELSE %]Modify library [% branchcode %][% END %]
31 [% ELSIF ( delete_confirm ) %]
32 &rsaquo; Confirm deletion of library '[% branchcode %]'
33 [% END %]
34 </div>
35
36 <div id="doc3" class="yui-t2">
37    
38    <div id="bd">
39         <div id="yui-main">
40         <div class="yui-b">
41         [% IF ( else ) %]
42         <div id="toolbar">
43         <script type="text/javascript">
44         //<![CDATA[
45
46         // prepare DOM for YUI Toolbar
47
48          $(document).ready(function() {
49             yuiToolbar();
50                 $.tablesorter.defaults.widgets = ['zebra']; 
51                 $("#branchest").tablesorter({
52                         sortList: [[0,0]],
53                         headers: { 3:{sorter:false},4:{sorter:false},5:{sorter:false},6:{sorter:false}}
54                 }).tablesorterPager({container: $("#pagerbranchest"),positionFixed: false,size: 10}); 
55                 }); 
56         // YUI Toolbar Functions
57
58         function yuiToolbar() {
59             new YAHOO.widget.Button("newbranch");
60                 new YAHOO.widget.Button("newcategory");
61         }
62
63         //]]>
64         </script>
65         <ul class="toolbar">
66         <li><a id="newbranch" href="/cgi-bin/koha/admin/branches.pl?op=add">New Library</a></li>
67         <li><a id="newcategory" href="/cgi-bin/koha/admin/branches.pl?op=editcategory">New Group</a></li>
68 </ul></div>
69 [% END %]
70
71 [% IF ( add ) %]
72     [% IF ( ERROR1 ) %]<div class="dialog message">Library with that code already exists &mdash; Please enter a unique code</div>[% END %]
73   <h3>[% IF ( heading_branches_add_branch_p ) %]New library[% ELSE %]Modify library[% END %]</h3>
74     <form action="[% action %]" name="Aform" method="post">
75         <fieldset class="rows">
76         <input type="hidden" name="op" value="add_validate" />
77         [% IF ( heading_branches_add_branch_p ) %]
78             <input type="hidden" name="add" value="1" />
79         [% ELSE %]
80             <input type="hidden" name="add" value="0" />
81         [% END %]
82         <ol><li>
83             [% IF ( heading_branches_add_branch_p ) %]
84             <label for="branchcode">Library code</label>
85                 <input type="text" name="branchcode" id="branchcode" size="10" maxlength="10" value="[% branchcode |html %]" />
86             [% ELSE %]
87                         <label for="branchcode">Library code</label>
88                 <input type="hidden" name="branchcode" value="[% branchcode |html %]" />
89                 [% branchcode %]
90             [% END %]
91         </li>
92         <li>
93             <label for="branchname">Name</label>
94             <input type="text" name="branchname" id="branchname" size="80" value="[% branch_name |html %]" />&nbsp;
95         </li>
96         </ol>
97         </fieldset>
98         [% IF ( categoryloop ) %]<fieldset class="rows"><legend>Group(s):</legend>
99         <ol>
100                 [% FOREACH categoryloo IN categoryloop %]
101             <li><label for="[% categoryloo.categorycode %]">[% categoryloo.categoryname %]</label>
102                 [% IF ( categoryloo.checked ) %]
103                     <input type="checkbox" id="[% categoryloo.categorycode %]" name="[% categoryloo.categorycode %]" checked="checked" />
104                 [% ELSE %]
105                     <input type="checkbox" id="[% categoryloo.categorycode %]" name="[% categoryloo.categorycode %]" />
106                 [% END %]
107                 <span class="hint">[% categoryloo.codedescription %]</span>
108             </li>
109         [% END %]
110                 </ol>
111 </fieldset>[% END %]
112         <fieldset class="rows">
113         <ol>
114         <li><label for="branchaddress1">Address Line 1</label><input type="text" name="branchaddress1" id="branchaddress1" value="[% branchaddress1 |html %]" /></li>
115         <li><label for="branchaddress2">Address Line 2</label><input type="text" name="branchaddress2" id="branchaddress2" value="[% branchaddress2 |html %]" /></li>
116         <li><label for="branchaddress3">Address Line 3</label><input type="text" name="branchaddress3" id="branchaddress3" value="[% branchaddress3 |html %]" /></li>
117         <li><label for="branchcity">City</label><input type="text" name="branchcity" id="branchcity" value="[% branchcity |html %]" /></li>
118         <li><label for="branchstate">State</label><input type="text" name="branchstate" id="branchstate" value="[% branchstate |html %]" /></li>
119         <li><label for="branchzip">Zip/Postal Code</label><input type="text" name="branchzip" id="branchzip" value="[% branchzip |html %]" /></li>
120         <li><label for="branchcountry">Country</label><input type="text" name="branchcountry" id="branchcountry" value="[% branchcountry |html %]" /></li>
121         <li><label for="branchphone">Phone</label><input type="text" name="branchphone" id="branchphone" value="[% branchphone |html %]" /></li>
122         <li><label for="branchfax">Fax</label><input type="text" name="branchfax" id="branchfax" value="[% branchfax |html %]" /></li>
123         <li><label for="branchemail">Email</label><input type="text" name="branchemail" id="branchemail" value="[% branchemail |html %]" /></li>
124         <li><label for="branchurl">url</label><input type="text" name="branchurl" id="branchurl" value="[% branchurl |html %]" /></li>
125         <li><label for="branchip">IP</label><input type="text" name="branchip" id="branchip" value="[% branchip |html %]" /> <span class="hint">Can be entered as a single IP, or a subnet such as 192.168.1.*</span></li>
126                 <!--
127         <li><label for="branchprinter">Library Printer</label>
128             <select id="branchprinter" name="branchprinter">
129                 <option value="">None</option>
130             [% FOREACH printerloo IN printerloop %]
131                 [% IF ( printerloo.selected ) %]
132                                 <option value="[% printerloo.value %]" selected="selected">[% printerloo.branchprinter %]</option>
133                                 [% ELSE %]
134                                 <option value="[% printerloo.value %]">[% printerloo.branchprinter %]</option>
135                                 [% END %]
136                 [% END %]
137             </select></li>
138                         -->
139         <li><label for="branchnotes">Notes</label><input type="text" name="branchnotes" id="branchnotes" value="[% branchnotes |html %]" /></li>
140         </ol>
141         </fieldset>
142         <fieldset class="action"><input type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
143     </form>
144 [% END %]
145
146 [% IF ( delete_confirm ) %]
147     <form action="[% action %]" method="post">
148 <fieldset><legend>Confirm deletion of [% branchname %] ([% branchcode %])?</legend><input type="hidden" name="op" value="delete_confirmed" />
149         <input type="hidden" name="branchcode" value="[% branchcode |html %]" />
150         <input type="hidden" name="branchname" value="[% branchname |html %]">
151         <fieldset class="action"><input type="submit" value="Delete Library" /> <a class="cancel" href="/cgi-bin/koha/admin/branches.pl">Cancel</a></fieldset>
152 </fieldset></form>
153 [% END %]
154
155 [% IF ( else ) %]
156     <h3>Libraries</h3>
157     [% IF ( message ) %]<div class="dialog message">
158         [% message %]</div>[% END %]
159     [% IF ( MESSAGE1 ) %]<div class="dialog message">Library not saved &mdash; code and/or name missing</div>[% END %]
160     [% IF ( MESSAGE2 ) %]<div class="dialog message">Library saved</div>[% END %]
161     [% IF ( MESSAGE3 ) %]<div class="dialog message">Library deleted</div>[% END %]
162     [% IF ( MESSAGE4 ) %]<div class="dialog message">Library category added</div>[% END %]
163     [% IF ( MESSAGE5 ) %]<div class="dialog message">Library category modified</div>[% END %]
164     [% IF ( MESSAGE6 ) %]<div class="dialog message">Library category deleted</div>[% END %]
165     [% IF ( MESSAGE7 ) %]<div class="dialog message">Library cannot be deleted because there are patrons and items using that library</div>[% END %]
166     [% IF ( MESSAGE8 ) %]<div class="dialog message">Category cannot be deleted because there are libraries using that category</div>[% END %]
167     [% IF ( MESSAGE9 ) %]<div class="dialog message">Category cannot be added, categorycode already exists</div>[% END %]
168     [% IF ( MESSAGE10 ) %]<div class="dialog message">Library cannot be deleted because there are items held by that library</div>[% END %]
169     [% IF ( MESSAGE11 ) %]<div class="dialog message">Library cannot be deleted because there are patrons registered at that library</div>[% END %]
170 [% IF ( branches ) %]
171 <div id="pagerbranchest">
172 [% INCLUDE 'table-pager.inc' perpage='10' %]
173 </div>
174     <table id="branchest">
175 <thead><tr>
176                         <th>Name</th>
177             <th>Code</th>
178             <th>Address</th>
179             <th>Properties</th>
180             <th>IP</th>
181             <!-- <th>Printer</th> -->
182             <th colspan="2">&nbsp;</th>
183         </tr></thead><tbody>
184         [% FOREACH branche IN branches %]
185         [% IF ( loop.odd ) %]
186         <tr>
187         [% ELSE %]
188                 <tr class="highlight">
189         [% END %]
190                 <td>[% branche.branch_name |html %]</td>
191                 <td>[% branche.branch_code |html %]</td>
192                 <td>
193                     [% IF ( branche.address_empty_p ) %]
194                         (nothing entered)
195                     [% ELSE %]
196                         [% IF ( branche.branchaddress1 ) %]
197                             [% branche.branchaddress1 |html %][% END %]
198                         [% IF ( branche.branchaddress2 ) %]
199                             <br />[% branche.branchaddress2 |html %][% END %]
200                         [% IF ( branche.branchaddress3 ) %]
201                             <br />[% branche.branchaddress3 |html %][% END %]
202                         [% IF ( branche.branchcity ) %]
203                             <br />[% branche.branchcity |html %][% END %][% IF ( branche.branchstate ) %],
204                             [% branche.branchstate |html %][% END %]
205                         [% IF ( branche.branchzip ) %]
206                             [% branche.branchzip |html %][% END %]
207                         [% IF ( branche.branchcountry ) %]
208                             <br />[% branche.branchcountry |html %][% END %]
209                         [% IF ( branche.branchphone ) %]
210                             <br />Ph: [% branche.branchphone |html %][% END %]
211                         [% IF ( branche.branchfax ) %]
212                             <br />Fax: [% branche.branchfax |html %][% END %]
213                         [% IF ( branche.branchemail ) %]
214                             <br /><a href="mailto:[% branche.branchemail %]">[% branche.branchemail |html %]</a>[% END %]
215                         [% IF ( branche.branchurl ) %]
216                             <br /><a href="[% branche.branchurl %]">[% branche.branchurl |html %]</a>[% END %]
217                         [% IF ( branche.branchnotes ) %]
218                             <br />Notes: [% branche.branchnotes |html %][% END %]
219                     [% END %]
220                 </td>
221                 <td>
222                     [% UNLESS ( branche.no_categories_p ) %]
223                         [% FOREACH category_lis IN branche.category_list %]
224                             [% category_lis.categoryname %]<br />
225                         [% END %]
226                     [% END %]
227                 </td>
228                 <td>
229                     [% branche.branchip %]
230                 </td>
231                 <!-- <td>
232                     [% branche.branchprinter %]
233                 </td> -->
234                 <td>
235                     <a href="[% branche.action %]?op=edit&amp;branchcode=[% branche.value |url %]">Edit</a>
236                 </td>
237                 <td>
238                     <a href="[% branche.action %]?branchcode=[% branche.value |url %]&amp;branchname=[% branche.branch_name |url %]&amp;op=delete">Delete</a>
239                 </td>
240             </tr>
241         [% END %]</tbody>
242     </table>
243         [% ELSE %]
244         <div class="dialog message">There are no libraries defined. <a href="/cgi-bin/koha/admin/branches.pl?op=add">Start defining libraries</a>.</div>
245         [% END %]
246     
247    [% IF ( branchcategories ) %]
248    [% FOREACH branchcategorie IN branchcategories %]
249     <h3>Group(s):  [% IF ( branchcategorie.properties ) %]Properties[% ELSE %][% IF ( branchcategorie.searchdomain ) %]Search Domain[% END %][% END %]</h3>
250         <table>
251     <tr>
252         <th>Name</th>
253         <th>Code</th>
254         <th>Description</th>
255         <th>&nbsp;</th>
256         <th>&nbsp;</th>
257     </tr>
258 [% IF ( branchcategorie.catloop ) %][% FOREACH catloo IN branchcategorie.catloop %]
259         <tr>
260         <td>[% catloo.categoryname %]</td>
261         <td>[% catloo.categorycode %]</td>
262         <td>[% catloo.codedescription %]</td>
263         <td><a href="[% catloo.action %]?op=editcategory&amp;categorycode=[% catloo.categorycode |url %]">Edit</a>
264         </td>
265         <td><a href="[% catloo.action %]?op=delete_category&amp;categorycode=[% catloo.categorycode |url %]">Delete</a>
266         </td>
267         </tr>
268     [% END %][% ELSE %]<tr><td colspan="5">No [% IF ( branchcategorie.properties ) %]Properties[% ELSIF ( branchcategorie.searchdomain ) %]Search Domain[% END %] Defined</td></tr>[% END %]
269     </table>
270     [% END %]
271     [% ELSE %]
272         <p>No Groups defined.</p>
273     [% END %] <!-- NAME="branchcategories" -->
274 [% END %]
275
276 [% IF ( editcategory ) %]
277     <h3>[% IF ( categorycode ) %]Edit Group [% categorycode %][% ELSE %]Add Group[% END %]</h3>
278     <form action="[% action %]" name="Aform" method="post">
279     <input type="hidden" name="op" value="addcategory_validate" />
280         [% IF ( categorycode ) %]
281         <input type="hidden" name="add" value="0">
282         [% ELSE %]
283         <input type="hidden" name="add" value="1">
284         [% END %]
285     <fieldset class="rows">
286         
287         <ol><li>
288                 [% IF ( categorycode ) %]
289                                 <span class="label">Category code: </span>
290                     <input type="hidden" name="categorycode" id="categorycode" value="[% categorycode |html %]" />
291                     [% categorycode %]
292                 [% ELSE %]
293                 <label for="categorycode">Category code:</label>
294                     <input type="text" name="categorycode" id="categorycode" size="10" maxlength="10" value="[% categorycode |html %]" />
295                 [% END %]
296             </li>
297         <li>
298             <label for="categoryname">Name: </label>
299             <input type="text" name="categoryname" id="categoryname" size="32" maxlength="32" value="[% categoryname |html %]" />
300         </li>
301         <li>
302             <label for="codedescription">Description: </label>
303             <input type="text" name="codedescription" id="codedescription" size="70" value="[% codedescription |html %]" />
304         </li>
305                 <li>
306                 <label for="categorytype">Category Type: </label>
307             <select id="categorytype" name="categorytype">
308             [% FOREACH categorytyp IN categorytype %]
309                 [% IF ( categorytyp.selected ) %]
310                     <option value="[% categorytyp.type %]" selected="selected">
311                 [% ELSE %]
312                     <option value="[% categorytyp.type %]">
313                 [% END %] [% categorytyp.type %]</option>
314             [% END %]
315             </select>
316                 </li>
317                 </ol>
318     </fieldset>
319         <fieldset class="action"><input type="submit" value="Update" /></fieldset>
320     </form>
321 [% END %]
322
323 [% IF ( delete_category ) %]
324     [% UNLESS ( MESSAGE8 ) %]
325     <div class="dialog message"> 
326     Confirm delete:
327     <form action="[% action %]" method="post">
328         <input type="hidden" name="op" value="categorydelete_confirmed" />
329         <input type="hidden" name="categorycode" value="[% categorycode |html %]" />
330         <input type="submit" value="YES" />
331     </form>
332     <form action="[% action %]" method="post"><input type="hidden" name="op" value="">
333         <input type="submit" value="NO" />
334     </form>
335     </div>
336     [% END %]
337 [% END %]
338
339 </div>
340 </div>
341 <div class="yui-b">
342 [% INCLUDE 'admin-menu.inc' %]
343 </div>
344 </div>
345 [% INCLUDE 'intranet-bottom.inc' %]