Bug 11605: fallback to default DataTables settings where possible
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / auth_tag_structure.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Administration &rsaquo; Authority MARC framework [% IF ( add_form ) %][% IF ( use_heading_flags_p ) %]
3     [% IF ( heading_modify_tag_p ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Modify tag[% END %]
4     [% IF ( heading_add_tag_p ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; New tag[% END %]
5     [% ELSE %]&rsaquo; [% action %][% END %][% END %][% IF ( delete_confirm ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Confirm deletion[% END %][% IF ( delete_confirmed ) %]&rsaquo; [% IF ( authtypecode ) %][% authtypecode %] Framework[% ELSE %]Default framework[% END %] &rsaquo; Data deleted[% END %]</title>
6 [% INCLUDE 'doc-head-close.inc' %]
7
8 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
9 [% INCLUDE 'datatables.inc' %]
10 <script type="text/javascript">
11 //<![CDATA[
12  $(document).ready(function() {
13     $("#table_authtagstructure").dataTable($.extend(true, {}, dataTablesDefaults, {
14         "aoColumnDefs": [
15             { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
16         ],
17         "sPaginationType": "four_button"
18     }));
19  });
20 //]]>
21 </script>
22 </head>
23 <body id="admin_auth_tag_structure" class="admin">
24 [% INCLUDE 'header.inc' %]
25 [% INCLUDE 'cat-search.inc' %]
26
27 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
28     <a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a> &rsaquo;
29     [% IF ( add_form ) %]
30         [% IF ( use_heading_flags_p ) %]
31             [% IF ( heading_modify_tag_p ) %]
32                 [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]">[% authtypecode %] Framework</a>
33                 [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a>
34                 [% END %] &rsaquo; Modify tag
35             [% END %]
36             [% IF ( heading_add_tag_p ) %]
37                 [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]">[% authtypecode %] framework</a>
38                 [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a>
39                 [% END %] &rsaquo; New tag
40             [% END %]
41         [% ELSE %]
42             [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]">[% authtypecode %] Framework</a>
43             [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a>
44             [% END %] &rsaquo; [% action %]
45         [% END %]
46     [% ELSE %]
47         [% IF ( delete_confirm ) %]
48             [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]">[% authtypecode %] framework</a>
49             [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a>
50             [% END %] &rsaquo; Confirm deletion
51         [% ELSE %]
52             [% IF ( delete_confirmed ) %]
53                 [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]">[% authtypecode %] framework</a>
54                 [% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a>
55                 [% END %] &rsaquo; Data deleted
56             [% ELSE %]
57                 [% IF ( authtypecode ) %][% authtypecode %] Framework</a>
58                 [% ELSE %]Default framework
59                 [% END %]
60             [% END %]
61         [% END %]
62     [% END %]
63 </div>
64
65 <div id="doc3" class="yui-t2">
66    
67    <div id="bd">
68     <div id="yui-main">
69     <div class="yui-b">
70
71 <h1>Authority MARC framework for [% IF ( authtypecode ) %][% authtypecode %][% ELSE %]default framework[% END %]</h1>
72
73
74 [% IF ( add_form ) %]
75
76     <h2>
77     [% IF ( heading_modify_tag_p ) %]Modify tag[% END %]
78     [% IF ( heading_add_tag_p ) %]New tag[% END %]
79     </h2>
80     <form action="[% script_name %]" name="Aform" method="post" class="validated">
81         <input type="hidden" name="op" value="add_validate" />
82         [% IF ( heading_modify_tag_p ) %]<input type="hidden" name="modif" value="1" />[% END %]
83         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
84         <fieldset class="rows">
85             <ol>
86                 [% IF ( heading_modify_tag_p ) %]
87                     <li>
88                         <span class="label">Tag: </span>
89                         <input type="hidden" name="tagfield" value="[% searchfield %]" />
90                         [% searchfield %]
91                     </li>
92                 [% ELSE %]
93                     <li><label for="tagfield" class="required">Tag: </label><input type="text" id="tagfield" name="tagfield" size="5" maxlength="3" required="required" class="required" /></li>
94                 [% END %]
95
96         <li><label for="liblibrarian">Text for librarians: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
97         <li><label for="libopac">Text for opac: </label><input type="text" name="libopac" id="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
98         <li><label for="repeatable">Repeatable: </label>
99             [% IF ( repeatable ) %]
100                 <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
101             [% ELSE %]
102                 <input type="checkbox" name="repeatable" id="repeatable" value="1" />
103             [% END %]
104         </li>
105         <li><label for="mandatory">Mandatory: </label>
106             [% IF ( mandatory ) %]
107                 <input type="checkbox" name="mandatory" id="mandatory" value="1" checked="checked" />
108             [% ELSE %]
109                 <input type="checkbox" name="mandatory" id="mandatory" value="1" />
110             [% END %]
111             </li>
112         <li><label for="authorised_value">Authorized value: </label>[% authorised_value %] (if you select a value here, the indicators will be limited to the authorized value list)</li>
113 </ol></fieldset>
114         <fieldset class="action">
115             <input type="submit" value="Submit" />
116             <a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]" class="cancel">Cancel</a>
117         </fieldset>
118     </form>
119 [% END %]
120
121
122 [% IF ( delete_confirm ) %]
123         <div class="dialog alert">
124         <h3>Confirm deletion</h3>
125         <form action="[% script_name %]" method="post">
126         <table>
127             <tr><th scope="row">Tag: </th><td>[% searchfield %] [% liblibrarian %]</td></tr>
128         </table>
129         <input type="hidden" name="op" value="delete_confirmed" />
130         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
131         <input type="hidden" name="searchfield" value="[% searchfield %]" />
132         <input type="submit" value="Yes, delete" class="approve"></form>
133         <form action="[% script_name %]" method="get"><input type="submit" class="deny" value="No, do not delete" /></form>
134         </div>
135 [% END %]
136
137 [% IF ( delete_confirmed ) %]
138
139   <div class="dialog message">  <h3>Data deleted</h3>
140     <form action="[% script_name %]" method="post">
141     <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
142     <input type="hidden" name="searchfield" value="[% searchfield %]" />
143     <input type="submit" value="OK" class="submit" />
144     </form></div>
145 [% END %]
146 [% IF ( authtype_create ) %]
147
148     <form action="[% script_name %]" method="post">
149         <input type="hidden" name="op" value="authtype_create_confirm" />
150         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
151         Create authority framework for [% authtypecode %] using
152         <select name="existingauthtypecode">
153         [% FOREACH existingauthtypeloo IN existingauthtypeloop %]
154             [% IF existingauthtypeloo.value == "" %]
155               <option value="" selected="selected">[% existingauthtypeloo.authtypetext %]</option>
156             [% ELSE %]
157               <option value="[% existingauthtypeloo.value %]">[% existingauthtypeloo.authtypetext %]</option>
158             [% END %]
159         [% END %]
160         </select>
161         <input type="submit" value="OK" class="submit" />
162     </form>
163 [% END %]
164
165
166 [% IF ( else ) %]
167
168 <div id="toolbar" class="btn-toolbar">
169     <div class="btn-group"><a class="btn btn-small" id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&amp;authtypecode=[% authtypecode %]"><i class="icon-plus"></i> New tag</a></div>
170 </div>
171
172 <h2>Select an authority framework</h2>
173 <form action="[% script_name %]" method="post">
174     <select name="authtypecode">
175     [% FOREACH authtypeloo IN authtypeloop %]
176         [% IF ( authtypeloo.selected ) %]
177         <option value="[% authtypeloo.value %]" selected="selected">[% authtypeloo.authtypetext %]</option>
178         [% ELSE %]
179         <option value="[% authtypeloo.value %]">[% authtypeloo.authtypetext %]</option>
180         [% END %]
181             
182     [% END %]
183     </select>
184     <input type="text" name="searchfield" value="[% searchfield %]" />
185     <input type="submit" value="OK" class="submit" />
186 </form><br />
187 <div id="pagertable_authtagstructure">
188 </div>
189 <table id="table_authtagstructure">
190     <thead>
191         <th>Tag</th>
192         <th>Lib</th>
193         <th>Repeatable</th>
194         <th>Mandatory</th>
195         <th>Authorized<br />value</th>
196         <th>Subfields</th>
197         <th>Edit</th>
198         <th>Delete</th>
199     </thead>
200     [% FOREACH loo IN loop %]
201     [% UNLESS ( loop.odd ) %]
202     <tr class="highlight">
203     [% ELSE %]
204     <tr>
205     [% END %]
206         <td><b>[% loo.tagfield %]</b></td>
207         <td>[% loo.liblibrarian %]</td>
208         <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
209         <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
210         <td>[% loo.authorised_value %]</td>
211         <td><a href="[% loo.subfield_link %]" class="button">subfields</a></td>
212         <td><a href="[% loo.edit %]">Edit</a></td>
213         <td><a href="[% loo.delete %]">Delete</a></td>
214     </tr>
215     [% END %]
216     </table>
217
218 [% END %]
219
220 </div>
221 </div>
222 <div class="yui-b">
223 [% INCLUDE 'admin-menu.inc' %]
224 </div>
225 </div>
226 [% INCLUDE 'intranet-bottom.inc' %]