Koha/koha-tmpl/intranet-tmpl/default/zh-TW/mancredit.tmpl
2003-02-02 04:56:46 +00:00

22 lines
829 B
Cheetah
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<TMPL_INCLUDE Name="members-top.inc">
<Center><h3>Manual Credit</h3></center>
<form action=/cgi-bin/koha/mancredit.pl method=post>
<table cellpadding=2 cellspacing=0 border=0>
<input type=hidden name="bornum" value="<TMPL_VAR Name="bornum">">
<tr><td><b>ŪªÌ½s¸¹<b></td><td><TMPL_VAR Name="bornum"></td></tr>
<tr><td><b>Ãþ§O</b></td><Td>
<select name=type>
<option value=C>Credit</option>
<option value=BAY>Baycorp Adjustment</option>
<option value=WORK>Worked off</option>
</select>
</td></tr>
<tr><td><b>Itemnumber</b></td><td><input type=text name=itemnum></td></tr>
<tr><td><b>»¡©ú</b></td><td><input type=text name=desc size=50></td></tr>
<tr><td><b>ª÷ÃB</b></td><td><input type=text name=amount></td></tr>
<tr><td><input type=submit name=add value=Add></td></tr>
</table>
</form>
<TMPL_INCLUDE Name="members-bottom.inc">