<!-- TITLE: Reviews -->
<table border=0 width="100%" cellpadding=0 cellspacing=0>
<form>
<input type=hidden name=mod value="Reviews">
<tr>
<td valign=top>
<select name="search_by" style="width:120">
<option value="">- Search by -
##search_by##
</select>
<input type=text size=8 name=q value="##q##">
Show
<select name="f_type">
<option value="">All
##f_type##
</select><input type="submit" value=" Go " class=button>
</td>
<td align=right>
</td>
</tr>
<tr>
<td colspan=2>
<font color=blue class=txt8>Total: ##numrecs##</font>
<hr size=1 color=green>
</td>
</tr>
</form>
</table>
<center>
<table border=0 cellpadding=0 cellspacing=0 width="100%">
<form method="post">
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td valign=top width="3%">
##num##.
</td>
<td valign=top width="3%">
<a href="##PAGE_URL##id=##id##"><img src=../img/admin/modify.gif alt="[M]" border=0></a>
<!-- IF ##images|len## -->
<br>
<img src="../img/photo.gif" border=0 align=middle>
<!-- ENDIF -->
</td>
<td valign=top width="35%">
<b>ID: ###id## {Item} ID: ###link_id##</b> <a class=txt8 href="javascript:OpenPreview('index.php?page=add&lid=##link_id##&cid=##cid##')">View Ad</a><br />
<b>User :</b> ##username##<br />
<b>E-mail :</b> ##email##<br />
<font class=txt8>
<b>Date/IP:</b> ##date## / ##ip##<br />
</font>
<input type="checkbox" name="ch_on[]" ##approved## value="##id##"> <font color="red"><b>Approved</b></font>
<input type="checkbox" name="chk_id[]" value="##id##"> <font color="blue"><b>Delete</b></font>
<input type="hidden" name="ch_all[]" value="##id##">
</td>
<td valign=top>
<b>##caption##</b><br>
##review|truncate:200:".."|nl2br##
</td>
</tr>
<tr>
<td colspan=4>
<hr size=1 />
</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- TPL_CELL : no -->
<tr><td colspan=4><center><i>No matching reviews</td></tr>
<!-- /TPL_CELL : no -->
<!-- /TPL_INSERT : row -->
<tr>
<td colspan=4><center><br />
<input type=button value=" Add " class=button
onClick="document.location='##PAGE_URL##pg=add'"><input type="submit"
value=" Update " class=button name=submdel>
</td>
</tr>
</form>
</table>
<p>##nav##
</center>