<!-- TITLE: Add Expense --> <center> <form method=post> <table border="0" cellspacing="0" cellpadding=0 width=400> <tr> <td><b>Date</td> <td>##dt##</td> </tr> <tr> <td><b>Amount</td> <td><input name=amount size=10 value="##amount##"></td> </tr> <tr> <td><b>Reason</td> <td><input name=descr size=40 value="##descr##" maxlength=255></td> </tr> <tr height=30> <td> </td> <td> <input type=submit name=go value=" Save " class=button><input type=button value="Cancel" class=button onClick="document.location='index.php?page=payment&pg=expenses'"> </td> </tr> </table> </form> </center>