Bug 15785 - Use Font Awesome icons in confirmation dialogs
[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
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>
94                         <label for="tagfield" class="required">Tag: </label><input type="text" id="tagfield" name="tagfield" size="5" maxlength="3" required="required" class="required" />
95                         <span class="required">Required</span>
96                     </li>
97                 [% END %]
98
99         <li><label for="liblibrarian">Text for librarians: </label><input type="text" name="liblibrarian" id="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
100         <li><label for="libopac">Text for opac: </label><input type="text" name="libopac" id="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
101         <li><label for="repeatable">Repeatable: </label>
102             [% IF ( repeatable ) %]
103                 <input type="checkbox" name="repeatable" id="repeatable" value="1" checked="checked" />
104             [% ELSE %]
105                 <input type="checkbox" name="repeatable" id="repeatable" value="1" />
106             [% END %]
107         </li>
108         <li><label for="mandatory">Mandatory: </label>
109             [% IF ( mandatory ) %]
110                 <input type="checkbox" name="mandatory" id="mandatory" value="1" checked="checked" />
111             [% ELSE %]
112                 <input type="checkbox" name="mandatory" id="mandatory" value="1" />
113             [% END %]
114         </li>
115         <li><label for="authorised_value">Authorized value: </label>
116             <select name="authorised_value" id="authorised_value" size="1">
117             [% FOREACH value IN authorised_value.values %]
118                 [% IF ( value == authorised_value.default ) %]
119                     <option value="[% value %]" selected="selected">[% value %]</option>
120                 [% ELSE %]
121                     <option value="[% value %]">[% value %]</option>
122                 [% END %]
123             [% END %]
124             </select>
125             (if you select a value here, the indicators will be limited to the authorized value list)
126         </li>
127         </ol>
128         </fieldset>
129         <fieldset class="action">
130             <input type="submit" value="Submit" />
131             <a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode %]" class="cancel">Cancel</a>
132         </fieldset>
133     </form>
134 [% END %]
135
136
137 [% IF ( delete_confirm ) %]
138     <div class="dialog alert">
139         <h3>Confirm deletion</h3>
140         <form action="[% script_name %]" method="post">
141             <table>
142                 <tr><th scope="row">Tag: </th><td>[% searchfield %] [% liblibrarian %]</td></tr>
143             </table>
144             <input type="hidden" name="op" value="delete_confirmed" />
145             <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
146             <input type="hidden" name="searchfield" value="[% searchfield %]" />
147             <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
148         </form>
149         <form action="[% script_name %]" method="get">
150             <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
151         </form>
152     </div>
153 [% END %]
154
155 [% IF ( delete_confirmed ) %]
156
157   <div class="dialog message">  <h3>Data deleted</h3>
158     <form action="[% script_name %]" method="post">
159     <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
160     <input type="hidden" name="searchfield" value="[% searchfield %]" />
161     <input type="submit" value="OK" class="submit" />
162     </form></div>
163 [% END %]
164 [% IF ( authtype_create ) %]
165
166     <form action="[% script_name %]" method="post">
167         <input type="hidden" name="op" value="authtype_create_confirm" />
168         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
169         Create authority framework for [% authtypecode %] using
170         <select name="existingauthtypecode">
171         [% FOREACH existingauthtypeloo IN existingauthtypeloop %]
172             [% IF existingauthtypeloo.value == "" %]
173               <option value="" selected="selected">[% existingauthtypeloo.authtypetext %]</option>
174             [% ELSE %]
175               <option value="[% existingauthtypeloo.value %]">[% existingauthtypeloo.authtypetext %]</option>
176             [% END %]
177         [% END %]
178         </select>
179         <input type="submit" value="OK" class="submit" />
180     </form>
181 [% END %]
182
183
184 [% IF ( else ) %]
185
186 <div id="toolbar" class="btn-toolbar">
187     <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="fa fa-plus"></i> New tag</a></div>
188 </div>
189
190 <h2>Select an authority framework</h2>
191 <form action="[% script_name %]" method="post">
192     <select name="authtypecode">
193     [% FOREACH authority_type IN authority_types%]
194         [% IF authority_type.authtypecode == authtypecode%]
195         <option value="[% authority_type.value %]" selected="selected">[% authority_type.authtypetext %]</option>
196         [% ELSE %]
197         <option value="[% authority_type.value %]">[% authority_type.authtypetext %]</option>
198         [% END %]
199     [% END %]
200     </select>
201     <input type="text" name="searchfield" value="[% searchfield %]" />
202     <input type="submit" value="OK" class="submit" />
203 </form><br />
204 <div id="pagertable_authtagstructure">
205 </div>
206 <table id="table_authtagstructure">
207     <thead>
208         <tr>
209             <th>Tag</th>
210             <th>Lib</th>
211             <th>Repeatable</th>
212             <th>Mandatory</th>
213             <th>Authorized<br />value</th>
214             <th>Subfields</th>
215             <th>Edit</th>
216             <th>Delete</th>
217             </tr>
218     </thead>
219     <tbody>
220         [% FOREACH loo IN loop %]
221         <tr>
222             <td><b>[% loo.tagfield %]</b></td>
223             <td>[% loo.liblibrarian %]</td>
224             <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
225             <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
226             <td>[% loo.authorised_value %]</td>
227             <td><a href="[% loo.subfield_link %]" class="button">subfields</a></td>
228             <td><a href="[% loo.edit %]">Edit</a></td>
229             <td><a href="[% loo.delete %]">Delete</a></td>
230         </tr>
231         [% END %]
232     </tbody>
233     </table>
234
235 [% END %]
236
237 </div>
238 </div>
239 <div class="yui-b">
240 [% INCLUDE 'admin-menu.inc' %]
241 </div>
242 </div>
243 [% INCLUDE 'intranet-bottom.inc' %]