Bug 5917 / Bug 6085 : Fixing not being able to change language
[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 <style type="text/css">
5    #custom-doc { width:39.85em;*width:38.86em;min-width:531px; margin:auto; text-align:left; }
6    </style>
7 </head>
8 <body>
9
10 <div id="custom-doc" class="yui-t7">
11 [% IF ( renew ) %]
12   Subscription renewed.
13   
14 <script type="text/javascript">
15 //<![CDATA[
16   opener.document.location.reload();
17   self.close();
18   //]]>
19 </script>
20 [% ELSE %]
21       <div id="bd">
22 <form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
23                 <input type="hidden" name="op" value="renew" />
24                 <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
25                 <fieldset class="rows"><legend>Subscription renewal for [% bibliotitle %]</legend>
26                 <ol><li><label for="startdate">Start date: </label><input type="text" id="startdate" name="startdate" value="[% startdate %]" /></li>
27                 <li><fieldset>
28                 <legend>Subscription length:</legend>
29                 <ol><li><label for="numberlength">Number of num:</label><input type="text" id="numberlength" name="numberlength" value="[% numberlength %]" /></li>
30                 <li><label for="weeklength">Number of weeks: </label><input type="text" id="weeklength" name="weeklength" value="[% weeklength %]" /></li>
31                 <li><label for="monthlength">Number of months: </label><input type="text" id="monthlength" name="monthlength" value="[% monthlength %]" /></li></ol></fieldset></li>
32                 <li><label for="note">Note for the librarian that will manage your renewal request: </label>
33                 <textarea name="note" id="note" rows="5" cols="50"></textarea></li></ol></fieldset>
34                 <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset>
35 </form>
36 </div>
37 [% END %]
38
39 [% INCLUDE 'intranet-bottom.inc' %]
40