Bug 15099: Move admin/categorie.pl to admin/categories.pl
[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         <input type="submit" value="Yes, delete" class="approve"></form>
148         <form action="[% script_name %]" method="get"><input type="submit" class="deny" value="No, do not delete" /></form>
149         </div>
150 [% END %]
151
152 [% IF ( delete_confirmed ) %]
153
154   <div class="dialog message">  <h3>Data deleted</h3>
155     <form action="[% script_name %]" method="post">
156     <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
157     <input type="hidden" name="searchfield" value="[% searchfield %]" />
158     <input type="submit" value="OK" class="submit" />
159     </form></div>
160 [% END %]
161 [% IF ( authtype_create ) %]
162
163     <form action="[% script_name %]" method="post">
164         <input type="hidden" name="op" value="authtype_create_confirm" />
165         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
166         Create authority framework for [% authtypecode %] using
167         <select name="existingauthtypecode">
168         [% FOREACH existingauthtypeloo IN existingauthtypeloop %]
169             [% IF existingauthtypeloo.value == "" %]
170               <option value="" selected="selected">[% existingauthtypeloo.authtypetext %]</option>
171             [% ELSE %]
172               <option value="[% existingauthtypeloo.value %]">[% existingauthtypeloo.authtypetext %]</option>
173             [% END %]
174         [% END %]
175         </select>
176         <input type="submit" value="OK" class="submit" />
177     </form>
178 [% END %]
179
180
181 [% IF ( else ) %]
182
183 <div id="toolbar" class="btn-toolbar">
184     <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>
185 </div>
186
187 <h2>Select an authority framework</h2>
188 <form action="[% script_name %]" method="post">
189     <select name="authtypecode">
190     [% FOREACH authtypeloo IN authtypeloop %]
191         [% IF ( authtypeloo.selected ) %]
192         <option value="[% authtypeloo.value %]" selected="selected">[% authtypeloo.authtypetext %]</option>
193         [% ELSE %]
194         <option value="[% authtypeloo.value %]">[% authtypeloo.authtypetext %]</option>
195         [% END %]
196             
197     [% END %]
198     </select>
199     <input type="text" name="searchfield" value="[% searchfield %]" />
200     <input type="submit" value="OK" class="submit" />
201 </form><br />
202 <div id="pagertable_authtagstructure">
203 </div>
204 <table id="table_authtagstructure">
205     <thead>
206         <tr>
207             <th>Tag</th>
208             <th>Lib</th>
209             <th>Repeatable</th>
210             <th>Mandatory</th>
211             <th>Authorized<br />value</th>
212             <th>Subfields</th>
213             <th>Edit</th>
214             <th>Delete</th>
215             </tr>
216     </thead>
217     <tbody>
218         [% FOREACH loo IN loop %]
219         <tr>
220             <td><b>[% loo.tagfield %]</b></td>
221             <td>[% loo.liblibrarian %]</td>
222             <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
223             <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
224             <td>[% loo.authorised_value %]</td>
225             <td><a href="[% loo.subfield_link %]" class="button">subfields</a></td>
226             <td><a href="[% loo.edit %]">Edit</a></td>
227             <td><a href="[% loo.delete %]">Delete</a></td>
228         </tr>
229         [% END %]
230     </tbody>
231     </table>
232
233 [% END %]
234
235 </div>
236 </div>
237 <div class="yui-b">
238 [% INCLUDE 'admin-menu.inc' %]
239 </div>
240 </div>
241 [% INCLUDE 'intranet-bottom.inc' %]