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