Bug 18936: Convert issuingrules fields to circulation_rules
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / marc_subfields_structure.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% SET footerjs = 1 %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>Koha &rsaquo; Administration &rsaquo;[% IF ( add_form ) %][% IF ( use_heading_flags_p ) %][% IF ( heading_edit_subfields_p ) %] MARC subfield structure &rsaquo; Edit MARC subfields constraints[% END %][% ELSE %] MARC subfield structure &rsaquo; [% action | html %][% END %][% END %]
6 [% IF ( delete_confirm ) %] MARC subfield structure &rsaquo; Confirm deletion of subfield [% tagsubfield | html %][% END %][% IF ( delete_confirmed ) %] MARC subfield structure &rsaquo; Subfield deleted[% END %][% IF ( else ) %]MARC subfield structure[% END %]</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 <style>.constraints::after { content:  " "; clear: both; display:block; }</style>
9 </head>
10
11 <body id="admin_marc_subfields_structure" class="admin">
12 [% INCLUDE 'header.inc' %]
13 [% INCLUDE 'prefs-admin-search.inc' %]
14
15 <div id="breadcrumbs">
16   <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> &rsaquo; <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode | html %]&amp;searchfield=[% tagfield | uri %]">[% IF ( frameworkcode ) %][% frameworkcode | html %][% ELSE %]Default[% END %] framework structure</a> &rsaquo;
17   [% IF ( add_form ) %]
18   [% IF ( use_heading_flags_p ) %]
19   [% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] subfield structure</a> &rsaquo; Edit subfields constraints
20   [% END %]
21   [% ELSE %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] Subfield structure</a> &rsaquo; [% action | html %]
22   [% END %]
23   [% END %]
24 [% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] Subfield structure</a> &rsaquo; Confirm deletion of subfield [% tagsubfield | html %]
25 [% END %]
26 [% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] subfield structure</a> &rsaquo; Subfield deleted
27 [% END %]
28 [% IF ( else ) %]Tag [% tagfield | html %] Subfield structure[% END %]
29 </div>
30
31 <div class="main container-fluid">
32     <div class="row">
33         <div class="col-sm-10 col-sm-push-2">
34             <main>
35
36 [% IF ( add_form ) %]
37     <h1>
38         [% IF ( use_heading_flags_p ) %]
39             [% IF ( heading_edit_subfields_p ) %]Tag [% tagfield | html %] Subfield constraints[% END %]
40         [% ELSE %]
41             [% action | html %]
42         [% END %]
43     </h1>
44     <form action="[% script_name | html %]" name="Aform" method="post">
45     <input type="hidden" name="op" value="add_validate" />
46     <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
47     <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
48     <div id="subfieldtabs" class="toptabs numbered">
49    <ul>
50         [% FOREACH loo IN loop %]
51             [% IF ( loo.new_subfield ) %]
52                 <li><a href="#sub[% loo.urisubfieldcode | html_entity %]field" title="[% loo.liblibrarian | html_entity %]">New</a></li>
53             [% ELSE %]
54                 <li><a href="#sub[% loo.urisubfieldcode | html_entity %]field" title="[% loo.liblibrarian | html_entity %]">
55                     [% loo.subfieldcode | html %]
56                </a></li>
57             [% END %]
58         [% END %]
59     </ul>
60     
61     [% FOREACH loo IN loop %] 
62         <div class="constraints" id="sub[% loo.urisubfieldcode | html %]field">
63
64                     <div id="basic[% loo.urisubfieldcode | html %]" class="contraints">
65                     <fieldset class="rows">
66                         <legend>Basic constraints</legend>
67                         <ol>
68                                 [% IF ( subfieldcode == 0 || subfieldcode ) %] 
69                                 <li><span class="label">Subfield code:</span> [% loo.subfieldcode | html %] <input type="hidden" name="tagsubfield" value="[% loo.subfieldcode | html %]" /></li>
70                                 [% ELSE %]
71                                 <li><label for="tagsubfield[% loo.row | html %]">Subfield code:</label> <input type="text" id="tagsubfield[% loo.row | html %]" name="tagsubfield" value="[% loo.subfieldcode | html %]" /></li>
72                                 [% END %]
73                         <li><label for="liblibrarian[% loo.row | html %]">Text for librarian: </label><input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" /></li>
74                         <li><label for="libopac[% loo.row | html %]">Text for OPAC: </label><input type="text" id="libopac[% loo.row | html %]" name="libopac" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" /></li>
75                         <li>
76                             <label for="repeatable[% loo.row | html %]">Repeatable: </label>
77                             [% IF loo.repeatable %]
78                                 <input type="checkbox" id="repeatable[% loo.row | html %]" name="repeatable[% loo.row | html %]" checked="checked" value="1" />
79                             [% ELSE %]
80                                 <input type="checkbox" id="repeatable[% loo.row | html %]" name="repeatable[% loo.row | html %]" value="1" />
81                             [% END %]
82                         </li>
83                         <li>
84                             <label for="mandatory[% loo.row | html %]">Mandatory: </label>
85                             [% IF loo.mandatory %]
86                                 <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" checked="checked" value="1" />
87                             [% ELSE %]
88                                 <input type="checkbox" id="mandatory[% loo.row | html %]" name="mandatory[% loo.row | html %]" value="1" />
89                             [% END %]
90                         </li>
91                         <li><label for="tab[% loo.row | html %]">Managed in tab: </label>
92                             <select name="tab" tabindex="" size="1" id="tab[% loo.row | html %]">
93                             [%- IF ( loo.tab ==  -1 ) -%]
94                                 <option value="-1" selected="selected">ignore</option>
95                             [%- ELSE -%]
96                                 <option value="-1">ignore</option>
97                             [%- END -%]
98                             [%- FOREACH t IN [ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] -%]
99                                 [%- IF ( loo.tab ==  t ) -%]
100                                 <option value="[%- t | html -%]" selected="selected">[%- t | html -%]</option>
101                                 [%- ELSE -%]
102                                 <option value="[%- t | html -%]">[%- t | html -%]</option>
103                                 [%- END -%]
104                             [%- END -%]
105                             [%- IF ( loo.tab ==  10 ) -%]
106                                 <option value="10" selected="selected">items (10)</option>
107                             [%- ELSE -%]
108                                 <option value="10">items (10)</option>
109                             [%- END -%]
110                             </select>
111                             (ignore means that the subfield does not display in the record editor)
112                         </li>
113                         </ol>
114                     </fieldset>
115                     </div>
116
117
118             <div id="advanced[% loo.urisubfieldcode | html %]" class="contraints">
119             <fieldset class="rows">
120                 <legend>Advanced constraints</legend>
121                 <ol><li><label for="defaultvalue[% loo.row | html %]">Default value:</label>
122                     <input type="text" name="defaultvalue" id="defaultvalue[% loo.row | html %]" value="[% loo.defaultvalue | html %]" /></li>
123                                 <li><label for="maxlength[% loo.row | html %]">Max length:</label><input type="text" id="maxlength[% loo.row | html %]" name="maxlength" value="[% loo.maxlength | html %]" size="4" /> (see online help)</li>
124                 <li><input type="hidden" id="hidden-[% loo.row | html %]" name="hidden" value="[% loo.hidden | html %]" />
125                     <label for="hidden[% loo.row | html %]" style="float: none;">Visibility: </label>
126                     <input type="checkbox" id="hidden_opac_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_opac_[% loo.row | html %]"/>
127                     <label for="hidden_opac_[% loo.row | html %]" style="float: none;">OPAC</label>
128                     <input type="checkbox" id="hidden_intranet_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_intranet_[% loo.row | html %]"/>
129                     <label for="hidden_intranet_[% loo.row | html %]" style="float: none;">Intranet</label>
130                     <input type="checkbox" id="hidden_editor_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_editor_[% loo.row | html %]"/>
131                     <label for="hidden_editor_[% loo.row | html %]" style="float: none;">Editor</label>
132                     <input type="checkbox" id="hidden_collapsed_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_collapsed_[% loo.row | html %]"/>
133                     <label for="hidden_collapsed_[% loo.row | html %]" style="float: none;">Collapsed</label>
134                     <input type="checkbox" id="hidden_flagged_[% loo.row | html %]" name="flagged_[% loo.row | html %]"/>
135                     <label for="hidden_flagged_[% loo.row | html %]" style="float: none;">Flagged</label>
136                 </li>
137                 <li>
138                     <label for="isurl[% loo.row | html %]">Is a URL:</label>
139                     [% IF loo.isurl %]
140                         <input type="checkbox" id="isurl[% loo.row | html %]" name="isurl[% loo.row | html %]" checked="checked" value="1" />
141                     [% ELSE %]
142                         <input type="checkbox" id="isurl[% loo.row | html %]" name="isurl[% loo.row | html %]" value="1" />
143                     [% END %]
144                     (if checked, it means that the subfield is a URL and can be clicked)
145                 </li>
146                 <li><label for="link[% loo.row | html %]">Link:</label><input type="text" id="link[% loo.row | html %]" name="link" value="[% loo.link | html %]" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</em></span></li>
147                 <li>
148                     <label for="kohafield[% loo.row | html %]">Koha link:</label>
149                     <!-- This select should be DISABLED; value is submitted by the following hidden input -->
150                     <select name="kohafield" id="kohafield[% loo.row | html %]" size="1" disabled>
151                     [% FOREACH value IN loo.kohafields %]
152                       [% IF ( value == loo.kohafield ) %]
153                         <option value="[% value | html %]" selected="selected">[% value | html %]</option>
154                       [% ELSE %]
155                         <option value="[% value | html %]">[% value | html %]</option>
156                       [% END %]
157                     [% END %]
158                     </select>
159                     <!-- Do NOT remove this next hidden input! We need it to save kohafield. -->
160                     <input type="hidden" name="kohafield" value="[% loo.kohafield | html %]"/>
161                 </li>
162                         </ol>
163             </fieldset>
164             </div>
165
166             <div id="oth[% loo.urisubfieldcode | html %]" class="contraints">
167             <fieldset class="rows">
168                 <legend>Other options (choose one)</legend>
169                         <ol>
170                             <li>
171                                 <label for="authorised_value[% loo.row | html %]">Authorized value:</label>
172                                 <select name="authorised_value" id="authorised_value[% loo.row | html %]" size="1">
173                                 <option value=""></option>
174                                 [% FOREACH value IN loo.authorised_values %]
175                                     [% IF ( value == loo.authorised_value ) %]
176                                     <option value="[% value | html %]" selected="selected">[% value | html %]</option>
177                                     [% ELSE %]
178                                     <option value="[% value | html %]">[% value | html %]</option>
179                                     [% END %]
180                                 [% END %]
181                                 </select>
182                             </li>
183                             <li>
184                                 <label for="authtypecode[% loo.row | html %]">Thesaurus:</label>
185                                 <select name="authtypecode" id="authtypecode[% loo.row | html %]" size="1">
186                                 [% FOREACH value IN loo.authtypes %]
187                                     [% IF ( value == loo.authtypecode ) %]
188                                     <option value="[% value | html %]" selected="selected">[% value | html %]</option>
189                                     [% ELSE %]
190                                     <option value="[% value | html %]">[% value | html %]</option>
191                                     [% END %]
192                                 [% END %]
193                                 </select>
194                             </li>
195                             <li>
196                                 <label for="value_builder[% loo.row | html %]">Plugin:</label>
197                                 <select name="value_builder" id="value_builder[% loo.row | html %]" size="1">
198                                 [% FOREACH value IN loo.value_builders %]
199                                     [% IF ( value == loo.value_builder ) %]
200                                     <option value="[% value | html %]" selected="selected">[% value | html %]</option>
201                                     [% ELSE %]
202                                     <option value="[% value | html %]">[% value | html %]</option>
203                                     [% END %]
204                                 [% END %]
205                                 </select>
206                             </li>
207                         </ol>
208             </fieldset>
209             </div>
210         </div><!-- /content_sub -->
211         [% END %]
212                 </div><!-- /content -->
213     <fieldset class="action">
214         <input type="submit" value="Save changes" /> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield  | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="cancel">Cancel</a>
215     </fieldset>
216     </form>
217 [% END %]
218
219 [% IF ( delete_confirm ) %]
220
221     <div class="dialog alert">
222         <h3>Confirm deletion of subfield [% tagsubfield | html %]?</h3>
223         <p>Subfield: [% tagsubfield | html %]</p>
224         <p>Description: [% liblibrarian | html_entity %]</p>
225
226         <form action="[% delete_link | html %]" method="post"><input type="hidden" name="op" value="delete_confirmed" />
227             <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
228             <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
229             <input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" />
230             <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
231             <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this subfield</button>
232         </form>
233
234
235         <form action="[% script_name | html %]" method="post">
236             <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
237             <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
238             <input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" />
239             <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
240             <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button>
241         </form>
242     </div>
243
244 [% END %]
245
246 [% IF ( delete_confirmed ) %]
247
248     <h3>Data deleted</h3>
249     <form action="[% script_name | html %]" method="post">
250         <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
251     <input type="submit" value="OK" />
252     </form>
253 [% END %]
254
255
256 [% IF ( else ) %]
257 <h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
258 <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
259 <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
260
261 <table>
262 <tr>
263     <th>Subfield</th>
264     <th>Text</th>
265     <th>Constraints</th>
266     <th>Actions</th>
267 </tr>
268 [% FOREACH loo IN loop %]
269 <tr>
270     <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field">[% loo.tagsubfield | html %]</a></td>
271     <td>
272         [% IF ( loo.subfield_ignored ) %]
273             <i>[% loo.liblibrarian | html_entity %]</i>
274         [% ELSE %]
275             [% loo.liblibrarian | html_entity %]
276         [% END %]
277     </td>
278     <td>
279         [% IF ( loo.subfield_ignored ) %]
280             <i>subfield ignored</i>
281         [% ELSE %]
282             Tab:[% loo.tab | html %],
283             [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield | html %], [% END %]
284             [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %]
285             [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %]
286             [% IF ( loo.seealso ) %] | See Also: [% loo.seealso | html %],[% END %]
287             [% IF ( loo.hidden ) %]hidden,[% END %]
288             [% IF ( loo.isurl ) %]is a URL,[% END %]
289             [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %],[% END %]
290             [% IF ( loo.authtypecode ) %] | Authority:[% loo.authtypecode | html %],[% END %]
291             [% IF ( loo.value_builder ) %] | Plugin:[% loo.value_builder | html %],[% END %]
292             [% IF ( loo.link ) %] | Link:[% loo.link | html %],[% END %]
293         [% END %]
294     </td>
295     <td class="actions">
296         <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&amp;tagfield=[% loo.tagfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]#sub[% loo.tagsubfield | uri %]field" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
297         <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=delete_confirm&amp;tagfield=[% loo.tagfield | uri %]&amp;tagsubfield=[% loo.tagsubfield | uri %]&amp;frameworkcode=[% frameworkcode | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
298     </td>
299 </tr>
300 [% END %]
301 </table>
302
303 <form action="[% script_name | html %]" method="get">
304     <fieldset class="action"><input type="hidden" name="op" value="add_form" />
305     <input type="hidden" name="tagfield" value="[% edit_tagfield | html %]" />
306     <input type="hidden" name="frameworkcode" value="[% edit_frameworkcode | html %]" />
307     <input type="submit" value="Edit subfields" />
308         <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&amp;frameworkcode=[% frameworkcode | html %]">Cancel</a>
309         </fieldset>
310 </form>
311
312 [% END %]
313
314             </main>
315         </div> <!-- /.col-sm-10.col-sm-push-2 -->
316
317         <div class="col-sm-2 col-sm-pull-10">
318             <aside>
319                 [% INCLUDE 'admin-menu.inc' %]
320             </aside>
321         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
322      </div> <!-- /.row -->
323
324 [% MACRO jsinclude BLOCK %]
325     [% Asset.js("js/admin-menu.js") | $raw %]
326     [% Asset.js("js/marc_subfields_structure.js") | $raw %]
327 [% END %]
328 [% INCLUDE 'intranet-bottom.inc' %]