Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-add.tt
1 [% USE Asset %]
2 [% USE KohaDates %]
3 [% USE Branches %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha &rsaquo; Serials &rsaquo; [% IF ( modify ) %][% bibliotitle |html %] &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 <style type="text/css">
9 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
10 .yui-u li p label.widelabel {
11     width: 300px;  /* not enough for IE7 apparently */
12 }
13 </style>
14 </head>
15
16 <body id="ser_subscription-add" class="ser">
17 [% INCLUDE 'header.inc' %]
18 [% INCLUDE 'serials-search.inc' %]
19
20 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</div>
21
22 <div class="main container-fluid">
23     <div class="row">
24
25             <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
26             <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
27                 [% IF ( modify ) %]
28                     <input type="hidden" name="op" value="modsubscription" />
29                     <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
30                 [% ELSE %]
31                         <input type="hidden" name="op" value="addsubscription" />
32                 [% END %]
33                 <input type="hidden" name="user" value="[% loggedinusername %]" />
34                 <input type="hidden" name="irreg_check" value="0" />
35
36                 <div id="page_1">
37                     <div class="col-md-6">
38                         <fieldset id="subscription_add_information" class="rows">
39                             <legend>Subscription details</legend>
40                             <ol>
41                                 [% IF ( subscriptionid ) %]
42                                     <li><span class="label">Subscription #</span> [% subscriptionid %]</li>
43                                 [% END %]
44                                 <li>
45                                     <label for="aqbooksellerid">Vendor: </label>
46                                     <input type="text" name="aqbooksellerid" id="aqbooksellerid" value="[% aqbooksellerid %]" size="8" /> (<input type="text" name="aqbooksellername" id="aqbooksellername" value="[% aqbooksellername %]" disabled="disabled" readonly="readonly" />) <a href="#" id="vendor_search"><i class="fa fa-search"></i> Search for a vendor</a>
47                                 </li>
48                                 <li>
49                                     <label for="biblionumber" class="required" title="Subscriptions must be associated with a bibliographic record">Record:</label>
50                                     <input type="text" name="biblionumber" id="biblionumber" value="[% bibnum %]" size="8" />
51                                     (<input type="text" name="title" value="[% bibliotitle %]" disabled="disabled" readonly="readonly" />) <span class="required" title="Subscriptions must be associated with a bibliographic record">Required</span>
52                                     <div class="inputnote"> <a href="#" id="record_search"><i class="fa fa-search"></i> Search for record</a>
53                                         [% IF ( CAN_user_editcatalogue ) %]
54                                             [% IF ( modify ) %]
55                                             | <a href="#" id="biblio_add_edit" data-biblionumber="[% bibnum %]"><i class="fa fa-pencil"></i> Edit record</a>
56                                             [% ELSE %]
57                                             | <a href="#" id="biblio_add_edit"><i class="fa fa-plus"></i> Create record</a>
58                                             [% END %]
59                                         [% END %]
60                                     </div>
61                                 </li>
62                                 <li class="radio">
63                                     [% IF ( serialsadditems ) %]
64                                         <p><input type="radio" id="serialsadditems-yes" name="serialsadditems" value="1" checked="checked" /><label class="widelabel" for="serialsadditems-yes">create an item record when receiving this serial</label></p>
65                                         <p><input type="radio" id="serialsadditems-no" name="serialsadditems" value="0" /><label class="widelabel" for="serialsadditems-no">do not create an item record when receiving this serial </label></p>
66                                     [% ELSE %]
67                                         <p><input type="radio" id="serialsadditems-yes" name="serialsadditems" value="1"/><label class="widelabel" for="serialsadditems-yes">create an item record when receiving this serial</label></p>
68                                         <p><input type="radio" id="serialsadditems-no" name="serialsadditems" value="0" checked="checked" /><label class="widelabel" for="serialsadditems-no">do not create an item record when receiving this serial</label></p>
69                                     [% END %]
70                                 </li>
71                                 <li class="radio">
72                                   <p>When there is an irregular issue:</p>
73                                   [% IF (skip_serialseq) %]
74                                     <p>
75                                       <input type="radio" id="skip_serialseq_yes" name="skip_serialseq" value="1" checked="checked" />
76                                       <label for="skip_serialseq_yes">Skip issue number</label>
77                                     </p>
78                                     <p>
79                                       <input type="radio" id="skip_serialseq_no" name="skip_serialseq" value="0" />
80                                       <label for="skip_serialseq_no">Keep issue number</label>
81                                     </p>
82                                   [% ELSE %]
83                                     <p>
84                                       <input type="radio" id="skip_serialseq_yes" name="skip_serialseq" value="1" />
85                                       <label for="skip_serialseq_yes">Skip issue number</label>
86                                     </p>
87                                     <p>
88                                       <input type="radio" id="skip_serialseq_no" name="skip_serialseq" value="0" checked="checked" />
89                                       <label for="skip_serialseq_no">Keep issue number</label>
90                                     </p>
91                                   [% END %]
92                                 </li>
93                                 <li>
94                                     <label for="manualhistory">Manual history:</label>
95                                     [% IF (manualhistory) %]
96                                         <input type="checkbox" id="manualhistory" name="manualhist" checked="checked" />
97                                     [% ELSE %]
98                                         <input type="checkbox" id="manualhistory" name="manualhist" />
99                                     [% END %]
100                                 </li>
101                                 <li>
102                                     <label for="callnumber">Call number:</label>
103                                     <input type="text" name="callnumber" id="callnumber" value="[% callnumber %]" size="20" />
104                                 </li>
105                                 <li>
106                                     <label for="branchcode">Library:</label>
107                                     <select name="branchcode" id="branchcode" style="width: 20em;">
108                                         [% UNLESS ( Independentbranches ) %]
109                                             <option value="">None</option>
110                                         [% END %]
111                                         [% IF CAN_user_serials_superserials %]
112                                             [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1 ) %]
113                                         [% ELSE %]
114                                             [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
115                                         [% END %]
116                                     </select> (select a library)
117                                 </li>
118                                 <li>
119                                     <label for="notes">Public note:</label>
120                                     <textarea name="notes" id="notes" cols="30" rows="2">[% notes %]</textarea>
121                                 </li>
122                                 <li>
123                                     <label for="internalnotes">Nonpublic note:</label>
124                                     <textarea name="internalnotes" id="internalnotes" cols="30" rows="2">[% internalnotes %]</textarea>
125                                 </li>
126                                 <li>
127                                     [% IF ( letterloop ) %]
128                                         <label for="letter">Patron notification: </label>
129                                         <select name="letter" id="letter">
130                                             <option value="">None</option>
131                                             [% FOREACH letterloo IN letterloop %]
132                                                 [% IF ( letterloo.selected ) %]
133                                                     <option value="[% letterloo.value %]" selected="selected">[% letterloo.lettername %]</option>
134                                                 [% ELSE %]
135                                                     <option value="[% letterloo.value %]">[% letterloo.lettername %]</option>
136                                                 [% END %]
137                                             [% END %]
138                                         </select>
139                                         <div class="hint">Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.</div>
140                                     [% ELSE %]
141                                         <span class="label">Patron notification: </span>
142                                         <div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
143                                     [% END %]
144                                 </li>
145                                 <li>
146                                     <label for="location">Location:</label>
147                                     <select name="location" id="location">
148                                         <option value="">None</option>
149                                         [% FOREACH locations_loo IN locations_loop %]
150                                             [% IF locations_loo.authorised_value == location %]
151                                                 <option value="[% locations_loo.authorised_value %]" selected="selected">[% locations_loo.lib %]</option>
152                                             [% ELSE %]
153                                                 <option value="[% locations_loo.authorised_value %]">[% locations_loo.lib %]</option>
154                                             [% END %]
155                                         [% END %]
156                                     </select>
157                                 </li>
158                                 <li>
159                                     <label for="itemtype">Item type:</label>
160                                     <select name="itemtype" id="itemtype">
161                                         <option value=""></option>
162                                         [% FOREACH type IN typeloop %]
163                                             [% IF ( type.selected ) %]
164                                                 <option value="[% type.code %]" selected="selected">[% type.value %]</option>
165                                             [% ELSE %]
166                                                 <option value="[% type.code %]">[% type.value %]</option>
167                                             [% END %]
168                                         [% END %]
169                                     </select>
170                                 </li>
171                                 [%IF makePreviousSerialAvailable %]
172                                 <li>
173                                     <label for="previousitemtype">item type for older issues:</label>
174                                     <select name="previousitemtype" id="previousitemtype">
175                                             <option value=""></option>
176                                         [% FOREACH previous IN previoustypeloop %]
177                                             [% IF ( previous.selected ) %]
178                                                 <option value="[% previous.code %]" selected="selected">[% previous.value %]</option>
179                                             [% ELSE %]
180                                                 <option value="[% previous.code %]">[% previous.value %]</option>
181                                             [% END %]
182                                         [% END %]
183                                     </select>
184                                 </li>
185                                 [% END %]
186                                     <li>
187                                     <label for="graceperiod">Grace period:</label>
188                                     <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod %]" size="5"/> day(s)
189                                 </li>
190                                 <li>
191                                      <label class="widelabel" for="staffdisplaycount">Number of issues to display to staff: </label>
192                                      <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount %]" size="4"/>
193                                  </li>
194                                  <li>
195                                     <label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label>
196                                     <input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount %]" size="4"/>
197                                 </li>
198                             </ol>
199                         </fieldset>
200                         <fieldset class="action">
201                             <input type="button" value="Next &gt;&gt;" id="subscription_add_next" style="float:right;" />
202                         </fieldset>
203                     </div>
204                 </div>
205
206                 <div id="page_2">
207                     <div class="col-md-6">
208                         <div id="subscription_form_planning">
209                             <fieldset class="rows">
210                                 <legend>Serials planning</legend>
211                                 <ol>
212                                     <li>
213                                         <label for="firstacquidate" class="required">First issue publication date:</label>
214                                         [% UNLESS (more_than_one_serial) %]
215                                           <input type="text" size="10" id="acqui_date" name="firstacquidate" value="[% firstacquidate | $KohaDates %]" class="datepicker required" required="required" />
216                                         [% ELSE %]
217                                           [% firstacquidate | $KohaDates %]
218                                           <input type="hidden" size="10" id="acqui_date" name="firstacquidate" value="[% firstacquidate | $KohaDates %]"/>
219                                         [% END %]
220                                     </li>
221                                     [% IF (more_than_one_serial) %]
222                                       <li>
223                                         <label for="nextacquidate">Next issue publication date:</label>
224                                         <input type="text" size="10" id="nextacquidate" name="nextacquidate" value="[% nextacquidate | $KohaDates %]" class="datepicker" />
225                                       </li>
226                                     [% END %]
227                                     <li>
228                                         <label for="frequency" class="required">Frequency:</label>
229                                         <select name="frequency" size="1" id="frequency" class="required" required="required">
230                                             <option value="">-- please choose --</option>
231                                             [% FOREACH frequency IN frequencies %]
232                                                 [% IF (frequency.selected) %]
233                                                     <option value="[% frequency.id %]" selected="selected">
234                                                 [% ELSE %]
235                                                     <option value="[% frequency.id %]">
236                                                 [% END %]
237                                                     [% frequency.label %]
238                                                 </option>
239                                             [% END %]
240                                         </select>
241                                     </li>
242                                     <li>
243                                         <label for="subtype">Subscription length:</label>
244                                         <select name="subtype" id="subtype">
245                                             [% FOREACH st IN subtypes %]
246                                                 [% SWITCH st %]
247                                                     [% CASE 'numberlength' %]
248                                                         [% IF st == subtype %]
249                                                             <option value="issues" selected="selected">
250                                                         [% ELSE %]
251                                                             <option value="issues">
252                                                         [% END %]
253                                                         issues
254                                                     [% CASE 'weeklength' %]
255                                                         [% IF st == subtype %]
256                                                             <option value="weeks" selected="selected">
257                                                         [% ELSE %]
258                                                             <option value="weeks">
259                                                         [% END %]
260                                                         weeks
261                                                     [% CASE 'monthlength' %]
262                                                         [% IF st == subtype %]
263                                                             <option value="months" selected="selected">
264                                                         [% ELSE %]
265                                                             <option value="months">
266                                                         [% END %]
267                                                         months
268                                                     [% CASE %][% st %]
269                                                 [% END %]
270                                                 </option>
271                                             [% END %]
272                                         </select>
273                                         <input type="text" name="sublength" id="sublength" value="[% sublength %]" size="3" /> (enter amount in numerals)
274                                         <input type="hidden" name="issuelengthcount">
275                                     </li>
276                                     <li>
277                                         <label for="startdate" class="required"> Subscription start date:</label>
278                                         <input type="text" size="10" id="from" name="startdate" value="[% startdate | $KohaDates %]" class="datepickerfrom required" required="required" />
279                                     </li>
280                                     <li>
281                                         <label for="enddate">Subscription end date:</label>
282                                         <input type="text" size="10" id="to" name="enddate" value="[% enddate | $KohaDates %]" class="datepickerto" />
283                                     </li>
284                                     <li>
285                                         <label for="numberpattern" class="required">Numbering pattern:</label>
286                                         <select name="numbering_pattern" size="1" id="numberpattern" class="required" required="required">
287                                             <option value="">-- please choose --</option>
288                                             [% FOREACH numberpattern IN numberpatterns %]
289                                                 [% IF (numberpattern.selected) %]
290                                                     <option value="[% numberpattern.id %]" selected="selected">
291                                                 [% ELSE %]
292                                                     <option value="[% numberpattern.id %]">
293                                                 [% END %]
294                                                     [% numberpattern.label %]
295                                                 </option>
296                                             [% END %]
297                                         </select>
298                                     </li>
299                                     <li>
300                                         <label for="locale">Locale:</label>
301                                         <select id="locale" name="locale">
302                                             <option value=""></option>
303                                             [% FOREACH l IN locales %]
304                                                 [% IF l.language == locale %]
305                                                     <option value="[% l.language %]" selected="selected">[% l.description %]</option>
306                                                 [% ELSE %]
307                                                     <option value="[% l.language %]">[% l.description %]</option>
308                                                 [% END %]
309                                             [% END %]
310                                         </select>
311                                         <span class="hint">If empty, English is used</span>
312                                     </li>
313                                     <li id="more_options">
314                                         <table id="moreoptionst">
315                                             <thead>
316                                                 <tr>
317                                                     <th>&nbsp;</th>
318                                                     <th id="headerX">&nbsp;</th>
319                                                     <th id="headerY">&nbsp;</th>
320                                                     <th id="headerZ">&nbsp;</th>
321                                                 </tr>
322                                             </thead>
323                                             <tbody>
324                                                 <tr>
325                                                     <td>
326                                                       [% IF (more_than_one_serial) %]
327                                                         Last value
328                                                       [% ELSE %]
329                                                         Begins with
330                                                       [% END %]
331                                                     </td>
332                                                     <td id="beginsX"><input type="text" id="lastvaluetemp1" name="lastvaluetemp1" value="[% lastvalue1 %]" /></td>
333                                                     <td id="beginsY"><input type="text" id="lastvaluetemp2" name="lastvaluetemp2" value="[% lastvalue2 %]" /></td>
334                                                     <td id="beginsZ"><input type="text" id="lastvaluetemp3" name="lastvaluetemp3" value="[% lastvalue3 %]" /></td>
335                                                 </tr>
336                                                 <tr>
337                                                     <td>Inner counter</td>
338                                                     <td id="innerX"><input type="text" id="innerlooptemp1" name="innerlooptemp1" value="[% innerloop1 %]" /></td>
339                                                     <td id="innerY"><input type="text" id="innerlooptemp2" name="innerlooptemp2" value="[% innerloop2 %]" /></td>
340                                                     <td id="innerZ"><input type="text" id="innerlooptemp3" name="innerlooptemp3" value="[% innerloop3 %]" /></td>
341                                                 </tr>
342                                             </tbody>
343                                         </table>
344                                     </li>
345                                     <li>
346                                         <a href="#" class="toggle_advanced_pattern show_advanced_pattern"><i class="fa fa-plus-square"></i> Show advanced pattern</a>
347                                         <a href="#" style="display:none;" class="toggle_advanced_pattern hide_advanced_pattern"><i class="fa fa-minus-square"></i> Hide advanced pattern</a>
348                                     </li>
349                                     <div id="advancedpredictionpattern" style="display:none">
350                                       <li>
351                                         <label for="patternname" class="required">Pattern name:</label>
352                                         <input id="patternname" name="patternname" type="text" readonly="readonly" class="required" required="required" />
353                                       </li>
354                                       <li>
355                                         <label for="numberingmethod">Numbering formula:</label>
356                                         <input readonly="readonly" type="text" name="numberingmethod" id="numberingmethod" size="50" value="[% numberingmethod %]" />
357                                       </li>
358                                         <table id="advancedpredictionpatternt">
359                                             <thead>
360                                                 <tr>
361                                                     <th colspan="4">Advanced prediction pattern</th>
362                                                 </tr>
363                                                 <tr>
364                                                     <th>&nbsp;</th>
365                                                     <th>X</th>
366                                                     <th>Y</th>
367                                                     <th>Z</th>
368                                                 </tr>
369                                             </thead>
370                                             <tbody>
371                                                 <tr>
372                                                     <td>Label</td>
373                                                     <td><input type="text" readonly="readonly" id="label1" name="label1" /></td>
374                                                     <td><input type="text" readonly="readonly" id="label2" name="label2" /></td>
375                                                     <td><input type="text" readonly="readonly" id="label3" name="label3" /></td>
376                                                 </tr>
377                                                 <tr>
378                                                     <td>Begins with</td>
379                                                     <td><input type="text" readonly="readonly" id="lastvalue1" name="lastvalue1" /></td>
380                                                     <td><input type="text" readonly="readonly" id="lastvalue2" name="lastvalue2" /></td>
381                                                     <td><input type="text" readonly="readonly" id="lastvalue3" name="lastvalue3" /></td>
382                                                 </tr>
383                                                 <tr>
384                                                     <td>Add</td>
385                                                     <td><input type="text" readonly="readonly" id="add1" name="add1" /></td>
386                                                     <td><input type="text" readonly="readonly" id="add2" name="add2" /></td>
387                                                     <td><input type="text" readonly="readonly" id="add3" name="add3" /></td>
388                                                 </tr>
389                                                 <tr>
390                                                     <td>Every</td>
391                                                     <td><input type="text" readonly="readonly" id="every1" name="every1" /></td>
392                                                     <td><input type="text" readonly="readonly" id="every2" name="every2" /></td>
393                                                     <td><input type="text" readonly="readonly" id="every3" name="every3" /></td>
394                                                 </tr>
395                                                 <tr>
396                                                     <td>Set back to</td>
397                                                     <td><input type="text" readonly="readonly" id="setto1" name="setto1" /></td>
398                                                     <td><input type="text" readonly="readonly" id="setto2" name="setto2" /></td>
399                                                     <td><input type="text" readonly="readonly" id="setto3" name="setto3" /></td>
400                                                 </tr>
401                                                 <tr>
402                                                     <td>When more than</td>
403                                                     <td><input type="text" readonly="readonly" id="whenmorethan1" name="whenmorethan1" /></td>
404                                                     <td><input type="text" readonly="readonly" id="whenmorethan2" name="whenmorethan2" /></td>
405                                                     <td><input type="text" readonly="readonly" id="whenmorethan3" name="whenmorethan3" /></td>
406                                                 </tr>
407                                                 <tr>
408                                                     <td>Inner counter</td>
409                                                     <td><input type="text" readonly="readonly" id="innerloop1" name="innerloop1" /></td>
410                                                     <td><input type="text" readonly="readonly" id="innerloop2" name="innerloop2" /></td>
411                                                     <td><input type="text" readonly="readonly" id="innerloop3" name="innerloop3" /></td>
412                                                 </tr>
413                                                 <tr>
414                                                     [% BLOCK numbering_select %]
415                                                         <select disabled="disabled" id="[% name %]" name="[% name %]">
416                                                             <option value=""></option>
417                                                             <option value="dayname">Name of day</option>
418                                                             <option value="dayabrv">Name of day (abbreviated)</option>
419                                                             <option value="monthname">Name of month</option>
420                                                             <option value="monthabrv">Name of month (abbreviated)</option>
421                                                             <option value="season">Name of season</option>
422                                                             <option value="seasonabrv">Name of season (abbreviated)</option>
423                                                         </select>
424                                                     [% END %]
425                                                     <td>Formatting</td>
426                                                     <td>[% PROCESS numbering_select name="numbering1" %]</td>
427                                                     <td>[% PROCESS numbering_select name="numbering2" %]</td>
428                                                     <td>[% PROCESS numbering_select name="numbering3" %]</td>
429                                                 </tr>
430                                             </tbody>
431                                         </table>
432                                         <input id="modifyadvancedpatternbutton" type="button" value="Modify pattern" />
433                                         <input id="restoreadvancedpatternbutton" type="button" value="Cancel modifications" style="display:none" />
434                                         <input id="saveadvancedpatternbutton" type="button" value="Save as new pattern" style="display:none" />
435                                     </div>
436                                 </ol>
437                             </fieldset>
438
439                             [% IF additional_fields_for_subscription %]
440                               <div id="subscription_additional_fields">
441                                 <fieldset class="rows">
442                                   <legend>Additional fields</legend>
443                                   <ol>
444                                     [% FOR field IN additional_fields_for_subscription %]
445                                       <li>
446                                         <label for="additional_field_[% field.id %]"> [% field.name %]: </label>
447                                         [% IF field.authorised_value_choices %]
448                                           <select name="additional_field_[% field.id %]" id="additional_field_[% field.id %]">
449                                             [% FOREACH av IN field.authorised_value_choices %]
450                                               [% IF av.authorised_value == additional_fields.${field.name} %]
451                                                 <option value="[% av.authorised_value %]" selected="selected">[% av.lib %]</option>
452                                               [% ELSE %]
453                                                 <option value="[% av.authorised_value %]">[% av.lib %]</option>
454                                               [% END %]
455                                             [% END %]
456                                           </select> (Authorised values for [% field.authorised_value_category %])
457                                         [% ELSE %]
458                                           [% IF field.marcfield %]
459                                             <input type="text" value="[% additional_fields.${field.name} %]" id="additional_field_[% field.id %]" name="additional_field_[% field.id %]" readonly="readonly" />
460                                             This value will be filled with the [% field.marcfield %] subfield of the selected biblio.
461                                           [% ELSE %]
462                                             <input type="text" value="[% additional_fields.${field.name} %]" id="additional_field_[% field.id %]" name="additional_field_[% field.id %]" />
463                                           [% END %]
464                                         [% END %]
465                                       </li>
466                                     [% END %]
467                                   </ol>
468                                 </fieldset>
469                               </div>
470                             [% END %]
471
472                             <fieldset class="action">
473                                 <input type="button" id="subscription_add_previous" value="&lt;&lt; Previous" style="float:left;"/>
474                                 <input id="testpatternbutton" type="button" value="Test prediction pattern" />
475                                 <input type="submit" value="Save subscription" style="float:right;" accesskey="w" />
476                             </fieldset>
477                         </div>
478                     </div>
479                     <div class="col-md-6">
480                         <li id="displayexample"></li>
481                     </div>
482                 </div>
483             </form>
484         </div>
485
486 [% MACRO jsinclude BLOCK %]
487     [% INCLUDE 'calendar.inc' %]
488     <script type="text/javascript">
489         var subscriptionid = "[% subscriptionid %]";
490         var irregularity = "[% irregularity %]";
491         var more_than_one_serial = "[% more_than_one_serial %]";
492         var tags = [];
493         [% FOREACH field IN dont_export_field_loop %]
494             tags.push("[% field.fieldid %]");
495         [% END %]
496         var MSG_LINK_TO_VENDOR = _("If you wish to claim late or missing issues you must link this subscription to a vendor. Click OK to ignore or Cancel to return and enter a vendor");
497         var MSG_LINK_BIBLIO = _("You must choose or create a bibliographic record");
498         var MSG_REQUIRED_SUB_LENGTH = _("You must choose a subscription length or an end date.");
499         var MSG_TEST_PREDICTION = _("Please click on 'Test prediction pattern' before saving subscription.");
500         var MSG_REQUIRED_PUB_DATE = _("You must choose a first publication date");
501         var MSG = _("You have modified the advanced prediction pattern. Please save your work or cancel modifications.");
502         var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid")
503         var MSG_PATTERN_NAME = _("Please enter a name for this pattern");
504         var MSG_PATTERN_NAME_EXISTS = _("This pattern name already exists. Do you want to modify it?");
505         var MSG_OVERWRITE_PATTERNS = _("Warning: it will modify the pattern for all subscriptions that are using it.");
506         var MSG_PATTERN_CREATE_FAILED = _("Something went wrong. Unable to create a new numbering pattern.");
507         var MSG_PATTERN_TEST_FAILED = _("Cannot test prediction pattern for the following reason(s): %s");
508         var MSG_FREQUENCY_UNDEFINED = _("Frequency is not defined");
509         var MSG_PUB_DATE_UNDEFINED = _("First publication date is not defined");
510         var MSG_NEXT_ISSUE_UNDEFINED = _("Next issue publication date is not defined");
511     </script>
512     [% Asset.js("js/subscription-add.js") %]
513     [% Asset.js("js/showpredictionpattern.js") %]
514 [% END %]
515
516 [% INCLUDE 'intranet-bottom.inc' %]