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 / members / maninvoice.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Borrowers &rsaquo; Create Manual Invoice</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 <!-- TMPL_IF NAME="ERROR" -->
16 <!-- TMPL_IF NAME="ITEMNUMBER" -->
17   ERROR an invalid itemnumber was entered, please hit back and try again
18 <!-- /TMPL_IF -->
19 <!-- TMPL_ELSE -->
20 <form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" />
21         <table>
22         <caption>Manual Invoice</caption>
23         <tr><th scope="row">Borrowernumber</th><td><!-- TMPL_VAR Name="borrowernumber" --></td></tr>
24         <tr><th scope="row">Type</th><td><select name="type">
25 <option value="L">Lost Item</option>
26 <option value="F">Fine</option>
27 <option value="A">Account Management Fee</option>
28 <option value="N">New Card</option>
29 <option value="M">Sundry</option>
30 <option value="REF">Cash Refund</option>
31 </select></td></tr>
32         <tr><th scope="row">Itemnumber</th><td><input type="text" name="itemnum" /></td></tr>
33         <tr><th scope="row">Description</th><td><input type="text" name="desc" size="50" /></td></tr>
34         <tr><th scope="row">Amount</th><td>$<input type="text" name="amount" /></td></tr>
35         </table>
36 <input type="submit" name="add" value="Add Charge" />
37 </form>
38
39 <form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" /><input type="submit" value="Cancel" /></form>
40
41 <!-- /TMPL_IF -->
42
43 </div>
44 </div>
45 </div>
46
47 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
48 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->