<form method=post name=f_paym>
<table border=0 width="100%" cellpadding=2 cellspacing=0 align=center>
<tr>
<td><font color=blue class=txt8 nowrap>Total: ##numrecs##</font></td>
<td width=1%><b>Sort by</b></td>
<td width=1%>
<select name="ob_field" style="width:125px">
##sel_ob_field##
</select>
</td>
<td width=1%>
<select name="ob_direction" style="width:125px">
##sel_ob_direction##
</select>
</td>
<td width=1%><input type=submit value="Apply" class=button></td>
</tr>
</table>
<font color=blue class=txt8 nowrap>Total earn credits from AD bid (All Category): $##tot_sum_credits##</font><br><br>
<table cellpadding=1 cellspacing=0 border=1 align=center width="100%">
<tr class=ex_row>
<th>#</th>
<th>Title</th>
<th>Category</th>
<th>Bid Amount</th>
<th>report</th>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td valign=top align=center>##n##</td>
<td valign=top>##title##</td>
<td valign=top><a href='##HW_MOD_URL##&pg=cat_stats&catid=##catid##'>##cat##</a></td>
<td valign=top align=center>##bid_amount##</td>
<td valign=top align=center><a href='##HW_MOD_URL##&pg=bid_stats&link_id=##link_id##'>report</a></td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
</table><br>
<center>##nav##</center>