Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / mancredit.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Borrowers &rsaquo; Create Manual Credit</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="menu-members.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
14
15 <h2>Manual Credit</h2>
16 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
17 <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
18
19 <table>
20         <tr><th scope="row">Patron Number</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
21         <tr><th scope="row">Credit Type</th><td><select name="type">
22 <option value="C">Credit</option>
23 <option value="F">Forgiven</option>
24 </select></td></tr>
25         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
26         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
27         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
28 </table>
29
30 <input type="submit" name="add" value="Add Credit" />
31 </form>
32
33 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="borrowernumber" -->" name="borrowernumber" /><input type="submit" value="Cancel" /></form>
34
35
36 </div>
37 </div>
38 </div>
39
40 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
41 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->