<html> <head> <title>Payment Transactions Print Preview</title> <meta http-equiv="Content-Type" content="text/html; charset=##CHARSET##"> <link rel="stylesheet" type="text/css" href="../img/admin/styles.css"> </head> <body bgcolor="#FFFFFF"> <h4>Payment Transactions for period: ##ds## - ##de##</h4> <table border=0 width=500> <tr> <td width="90%"><b>Title</td> <td width="5%" nowrap><center><b>Amount</td> <td width="5%"><center><b>Date</td> </tr> <tr> <td colspan=3><hr size=1></td> </tr> <!-- TPL_INSERT : row --> <!-- TPL_CELL : def --> <tr> <td>##descr##</td> <td><center>##amount##</td> <td nowrap>##cdate##</td> </tr> <!-- /TPL_CELL : def --> <!-- /TPL_INSERT : row --> <tr> <td colspan=3><hr size=1></td> </tr> <tr> <td>Total Income</td> <td><center>##total##</td> <td></td> </tr> </table> </body> </html>