Fixing typo in value_builder/dateaccessioned.pl; Adding error message output to addit...
[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 </head>
5 <body>
6
7 <!--TMPL_IF Name="renew"-->
8   Subscription renewed.
9   
10 <script type="text/javascript">
11 //<![CDATA[
12   opener.document.location.reload();
13   self.close();
14   //]]>
15 </script>
16 <!--TMPL_ELSE-->
17
18 <h1>Subscription renewal for <!-- TMPL_VAR name="bibliotitle" --></h1>
19
20 <form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
21                 <input type="hidden" name="op" value="renew" />
22                 <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" />
23                 <p><label for="startdate">Start date</label><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" /></p>
24                 <p>Subscription length :</p>
25                 <p><label for="numberlength">Number of num</label><input type="text" id="numberlength" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->" /></p>
26                 <p><label for="weeklength">Number of weeks</label><input type="text" id="weeklength" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->" /></p>
27                 <p><label for="monthlength">Number of months</label><input type="text" id="monthlength" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->" /></p>
28                 <p><label for="note">Note for the librarian that will manage your renewal request</label></p>
29                 <p><textarea name="note" id="note" rows="10" cols="60"></textarea></p>
30                 <input type="submit" value="Request a renewal" class="button" />
31 </form>
32
33 <!-- /TMPL_IF -->
34
35 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
36