Bug 15758: Koha::Libraries - Remove GetBranchesLoop
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-renew.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Serials subscription renew #[% subscriptionid %]</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 [% INCLUDE 'calendar.inc' %]
5 <style type="text/css">
6    #custom-doc { width:39.85em;*width:38.86em;min-width:531px; margin:auto; text-align:left; }
7    </style>
8 </head>
9 <body id="ser_subscription-renew" class="ser">
10
11 <div id="custom-doc" class="yui-t7">
12 [% IF ( renew ) %]
13   Subscription renewed.
14   
15 <script type="text/javascript">
16 //<![CDATA[
17   opener.document.location.reload();
18   self.close();
19   //]]>
20 </script>
21 [% ELSE %]
22       <div id="bd">
23 <form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
24                 <input type="hidden" name="op" value="renew" />
25                 <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
26                 <fieldset class="rows"><legend>Subscription renewal for [% bibliotitle %]</legend>
27         <ol>
28             <li>
29                 <label for="startdate">Start date: </label>
30                 <input type="text" size="10" id="startdate" name="startdate" value="[% startdate %]" class="datepicker"/>
31                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
32             </li>
33                 <li><fieldset>
34                 <legend>Subscription length:</legend>
35                 <ol><li><label for="numberlength">Number of num:</label><input type="text" id="numberlength" name="numberlength" value="[% numberlength %]" /></li>
36                 <li><label for="weeklength">Number of weeks: </label><input type="text" id="weeklength" name="weeklength" value="[% weeklength %]" /></li>
37                 <li><label for="monthlength">Number of months: </label><input type="text" id="monthlength" name="monthlength" value="[% monthlength %]" /></li></ol></fieldset></li>
38                 <li><label for="note">Note for the librarian that will manage your renewal request: </label>
39                 <textarea name="note" id="note" rows="5" cols="50"></textarea></li></ol></fieldset>
40                 <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
41 </form>
42 </div>
43 [% END %]
44
45 [% INCLUDE 'intranet-bottom.inc' %]
46