2 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha › Serials subscription renew #[% subscription.subscriptionid %]</title>
6 <title>Koha › Serials subscription renew</title>
8 [% INCLUDE 'doc-head-close.inc' %]
11 <body id="ser_subscription-renew" class="ser">
12 <div class="container-fluid">
14 [% IF op == 'renew' %]
17 <script type="text/javascript">
19 //opener.document.location.reload();
20 window.opener.location.reload(false);
26 <form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
27 <input type="hidden" name="op" value="renew" />
28 <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid %]" />
29 <fieldset class="rows"><legend>Subscription renewal for [% subscription.bibliotitle %]</legend>
32 <label for="startdate">Start date: </label>
33 <input type="text" size="10" id="startdate" name="startdate" value="[% startdate %]" class="datepicker"/>
34 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
37 <legend>Subscription length:</legend>
38 <ol><li><label for="numberlength">Number of num:</label><input type="text" id="numberlength" name="numberlength" value="[% subscription.numberlength %]" /></li>
39 <li><label for="weeklength">Number of weeks: </label><input type="text" id="weeklength" name="weeklength" value="[% subscription.weeklength %]" /></li>
40 <li><label for="monthlength">Number of months: </label><input type="text" id="monthlength" name="monthlength" value="[% subscription.monthlength %]" /></li></ol></fieldset></li>
41 <li><label for="note">Note for the librarian that will manage your renewal request: </label>
42 <textarea name="note" id="note" rows="5" cols="50"></textarea></li></ol></fieldset>
43 <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
47 [% MACRO jsinclude BLOCK %]
48 [% INCLUDE 'calendar.inc' %]
51 [% INCLUDE 'intranet-bottom.inc' popup_window=1 %]