removing unused .inc : koha uses circulation-top.inc now.
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / mancredit.tmpl
1 <!-- TMPL_INCLUDE Name="members-top.inc" -->
2
3 <Center><h3>Manual Credit</h3></center>
4 <form action=/cgi-bin/koha/mancredit.pl method=post>
5 <table cellpadding=2 cellspacing=0 border=0>
6 <input type=hidden name="bornum" value="<!-- TMPL_VAR Name="bornum" -->">
7 <tr><td><b>讀者號碼<b></td><td><!-- TMPL_VAR Name="bornum" --></td></tr>
8 <tr><td><b>類別</b></td><Td>
9 <select name=type>
10 <option value=C>Credit</option>
11 <option value=BAY>Baycorp Adjustment</option>
12 <option value=WORK>已以工作抵償</option>
13 </select>
14 </td></tr>
15 <tr><td><b>圖書資料號碼</b></td><td><input type=text name=itemnum></td></tr>
16 <tr><td><b>說明</b></td><td><input type=text name=desc size=50></td></tr>
17 <tr><td><b>金額</b></td><td><input type=text name=amount></td></tr>
18 <tr><td><input type=submit name=add value="新增"></td></tr>
19 </table>
20 </form>
21
22 <!-- TMPL_INCLUDE Name="members-bottom.inc" -->