first go at moving templates to a modules/ dir
[koha_ffzg] / 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
5 <!--TMPL_IF Name="renew"-->
6  <div id="mainbloc">
7   Subscription renewed.
8   
9   <script type="text/javascript">
10   <!--
11   opener.document.location.reload();
12   self.close();
13   //-->
14   </script>
15 </div>
16 <!--TMPL_ELSE-->
17 <div id="mainbloc">
18
19 <h1 class="serial">subscription renewal for <!-- TMPL_VAR name="bibliotitle" --></h1>
20
21 <form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
22         <div id="bloc25">
23                 <input type="hidden" name="op" value="renew">
24                 <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
25                 <p><label class="label100">start date</label><input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->"></p>
26                 <p>Subscription length :</p>
27                 <p><label class="label100">Number of num</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
28                 <p><label class="label100">Number of weeks</label><input type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
29                 <p><label class="label100">Number of months</label><input type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
30                 <p>Note for the librarian that will manage your renewal request</p>
31                 <ul><textarea name="note" rows="10" cols="60"></textarea></ul>
32                 <input type="submit" value="Request a renewal" class="button serial">
33         </div>
34 </form>
35 </div>
36 <!-- /TMPL_IF -->
37
38 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
39