And this is uacp_body.tpl [code filename="uacp_body.tpl"]{TPL_CONTENT_TOPNAV1}<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left" class="navbar-links"><a href="{U_INDEX}">{L_INDEX}</a> » {L_UACP}</td>
<td align="right" class="navbar-text">{CURRENT_TIME}</td>
</tr>
</table>{TPL_CONTENT_TOPNAV2}
<form method="post" name="attach_list" action="{S_MODE_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT}
<input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" />
</span></td>
</tr>
</table>
<br />
{TPL_HDR1}{L_UACP} :: {USERNAME}{TPL_HDR2}<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25" class="thCornerL" nowrap="nowrap">#</th>
<th class="thTop" nowrap="nowrap">{L_FILENAME}</th>
<th class="thTop" nowrap="nowrap">{L_FILECOMMENT}</th>
<th class="thTop" nowrap="nowrap">{L_EXTENSION}</th>
<th class="thTop" nowrap="nowrap">{L_SIZE}</th>
<th class="thTop" nowrap="nowrap">{L_DOWNLOADS}</th>
<th class="thTop" nowrap="nowrap">{L_POST_TIME}</th>
<th class="thTop" nowrap="nowrap">{L_POSTED_IN_TOPIC}</th>
<th class="thCornerR" nowrap="nowrap">{L_DELETE}</th>
</tr>
<!-- BEGIN attachrow -->
<tr>
<td class="row4" align="center"><span class="gen"> {attachrow.ROW_NUMBER} </span></td>
<td class="{attachrow.ROW_CLASS}" align="center"><span class="gen"><a href="{attachrow.U_VIEW_ATTACHMENT}" class="gen" target="_blank">{attachrow.FILENAME}</a></span></td>
<td class="{attachrow.ROW_CLASS}" align="center"><span class="gen">{attachrow.COMMENT}</span></td>
<td class="{attachrow.ROW_CLASS}" align="center"><span class="gen">{attachrow.EXTENSION}</span></td>
<td class="{attachrow.ROW_CLASS}" align="center" valign="middle"><span class="gen"><b>{attachrow.SIZE}</b></span></td>
<td class="{attachrow.ROW_CLASS}" align="center" valign="middle"><span class="gen"><b>{attachrow.DOWNLOAD_COUNT}</b></span></td>
<td class="{attachrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{attachrow.POST_TIME}</span></td>
<td class="{attachrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{attachrow.POST_TITLE}</span></td>
<td class="{attachrow.ROW_CLASS}" align="center">{attachrow.S_DELETE_BOX}</td>
{attachrow.S_HIDDEN}
</tr>
<!-- END attachrow -->
<tr>
<td class="catBottom" colspan="9" height="28" align="right">
<input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" />
</td>
</tr>
</table>{TPL_FTR}
{S_USER_HIDDEN}
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="right" nowrap="nowrap" colspan="2"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b></td>
</tr>
<tr>
<td align="left"><span class="gen">{PAGE_NUMBER}</span></td>
<td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><div class="pagination">{PAGINATION}</span></td>
</tr>
</table></form>
{TPL_CONTENT_BOTTOM}[/code]








