Fix for Bug 3659, Add place hold option from patron checkout tab
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-renew.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials Subscription renew #<!-- TMPL_VAR name="subscriptionid" --></title>
3 <!-- TMPL_INCLUDE NAME="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 <!--TMPL_IF Name="renew"-->
12   Subscription renewed.
13   
14 <script type="text/javascript">
15 //<![CDATA[
16   opener.document.location.reload();
17   self.close();
18   //]]>
19 </script>
20 <!--TMPL_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="<!-- TMPL_VAR name="subscriptionid" -->" />
25                 <fieldset class="rows"><legend>Subscription renewal for <!-- TMPL_VAR name="bibliotitle" --></legend>
26                 <ol><li><label for="startdate">Start date: </label><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR name="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="<!-- TMPL_VAR name="numberlength" -->" /></li>
30                 <li><label for="weeklength">Number of weeks: </label><input type="text" id="weeklength" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->" /></li>
31                 <li><label for="monthlength">Number of months: </label><input type="text" id="monthlength" name="monthlength" value="<!-- TMPL_VAR name="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 <!-- /TMPL_IF -->
38
39 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
40