<!-- TITLE: Payments History -->
<center>
<!-- TPL_INSERT : b_User_Menu -->
<!-- TPL_CELL : def -->
##USER_MENU##
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : b_User_Menu -->
<br />
<b><font color=FF0000>Paid membership site? Upgrade/renew membership
<a href="index.php?page=order">here</a></font></b>
<!-- TPL_INSERT : expired -->
<!-- TPL_CELL : def -->
<font color=red><b>
Sorry your account has expired, please renew your membership <a href="index.php?page=order">here</a>
</b></font>
<br />
<br />
<!-- /TPL_CELL : def -->
<!-- TPL_CELL : realm -->
<font color=red><b>
Your membership level doesn't allow access to the page you were trying to go to.
You can upgrade your membership above to receive access.
</b></font>
<br />
<br />
<!-- /TPL_CELL : realm -->
<!-- /TPL_INSERT : expired -->
<br />
<br />
<b class=txt11>Pending Payments</b>
<br />
<br />
<table border=1 width="100%" cellspacing=0 cellpadding=1>
<tr class=ex_row>
<td> #</td>
<td> Date</td>
<td nowrap>Item ID</td>
<td> Details</td>
<td> Amount</td>
<td> Type</td>
<td> </td>
</tr>
<!-- TPL_INSERT : pending -->
<!-- TPL_CELL : def -->
<tr>
<td align=center class=txt8>##num##</td>
<td align=center class=txt8>##cdate##</td>
<td align=center class=txt8>
<!-- IF ##lid## -->
##lid##
<!-- ELSE -->
—
<!-- ENDIF -->
</td>
<td class=txt8>Payment (##descr##)</td>
<td align=right class=txt8>##CURR_SIGN####amount##</td>
<td align=center class=txt8>##ttype##</td>
<form name=frm_##num## method=post action="index.php?page=order">
<input type=hidden name=hw_ref value="index.php?page=account&pg=payment">
<input type=hidden name=id value="##lid##">
<input type=hidden name=cid value="##catid##">
##term_hiddens##
</form>
<td align=center nowrap>
<a href="javascript:document.frm_##num##.submit()" class=txt8>Pay Now</a>
</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : pending -->
</table>
<br />
<b class=txt11>Payments History</b>
<br />
<br />
<table border=1 width="100%" cellspacing=0 cellpadding=1>
<tr class=ex_row>
<td> #</td>
<td> Date</td>
<td nowrap>Item ID</td>
<td> Details</td>
<td> Amount</td>
<td> Total</td>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td align=center class=txt8>##num##</td>
<td align=center class=txt8>##cdate##</td>
<td align=center class=txt8>
<!-- IF ##lid## -->
##lid##
<!-- ELSE -->
—
<!-- ENDIF -->
</td>
<td class=txt8>Payment (##descr##) - Tran. No. ##txn_id##</td>
<td align=right class=txt8>##CURR_SIGN####amount##</td>
<td align=right class=txt8>##CURR_SIGN####balance##</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
</table>
<br />
##nav##
</center>