2003-11-06 15:05:50 +00:00
|
|
|
<!-- INCLUDE ucp_header.html -->
|
|
|
|
|
2004-01-05 12:38:44 +00:00
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2004-05-26 19:43:15 +00:00
|
|
|
<!-- IF S_ATTACHMENT_ROWS -->
|
2003-11-06 15:05:50 +00:00
|
|
|
|
2004-01-05 12:38:44 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
2003-11-08 18:12:46 +00:00
|
|
|
<tr>
|
|
|
|
<th nowrap="nowrap">#</th>
|
|
|
|
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th>
|
|
|
|
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th>
|
|
|
|
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th>
|
|
|
|
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th>
|
|
|
|
<th width="2%" nowrap="nowrap">{L_DELETE}</th>
|
|
|
|
</tr>
|
2003-11-06 15:05:50 +00:00
|
|
|
|
2004-01-05 12:38:44 +00:00
|
|
|
<!-- BEGIN attachrow -->
|
2003-11-06 15:05:50 +00:00
|
|
|
|
2004-01-10 12:19:10 +00:00
|
|
|
<!-- IF attachrow.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->
|
2003-11-06 15:05:50 +00:00
|
|
|
|
2004-01-05 12:38:44 +00:00
|
|
|
<td class="gen" style="padding: 4px;" align="center" width="2%"> {attachrow.ROW_NUMBER} </td>
|
2004-05-26 19:43:15 +00:00
|
|
|
<td style="padding: 4px;"><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall"><!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
|
2004-01-05 12:38:44 +00:00
|
|
|
<td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"> {attachrow.POST_TIME} </td>
|
|
|
|
<td class="gen" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
|
|
|
|
<td class="gen" style="padding: 4px;" align="center">{attachrow.DOWNLOAD_COUNT}</td>
|
|
|
|
<td style="padding: 4px;" align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
|
2003-11-06 15:05:50 +00:00
|
|
|
</tr>
|
2004-01-05 12:38:44 +00:00
|
|
|
<!-- END attachrow -->
|
2003-11-06 15:05:50 +00:00
|
|
|
|
2003-11-08 18:12:46 +00:00
|
|
|
<tr>
|
2004-05-02 13:06:57 +00:00
|
|
|
<td class="cat" colspan="6"><div style="float:left"><span class="gensmall">{L_SORT_BY}: </span><select name="sk">{S_SORT_OPTIONS}</select> <select name="sd">{S_ORDER_SELECT}</select> <input class="btnlite" type="submit" name="sort" value="{L_SORT}" /></div><div style="float:right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" /> </div></td>
|
2003-11-08 18:12:46 +00:00
|
|
|
</tr>
|
2003-11-06 15:05:50 +00:00
|
|
|
</table>
|
|
|
|
|
2004-01-05 12:38:44 +00:00
|
|
|
<div class="nav" style="float:left">{PAGE_NUMBER}</div><div style="float:right"><b class="gensmall"><a href="javascript:marklist('ucp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('ucp', false);">{L_UNMARK_ALL}</a></b><!-- IF PAGINATION --><br /><span class="nav">{PAGINATION}</span><!-- ENDIF --></div>
|
2004-01-04 18:10:41 +00:00
|
|
|
|
2003-11-06 15:05:50 +00:00
|
|
|
<!-- ELSE -->
|
|
|
|
|
2004-01-05 12:38:44 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
2003-11-08 18:12:46 +00:00
|
|
|
<tr>
|
2004-05-26 19:43:15 +00:00
|
|
|
<th height="28">{L_TITLE}</th>
|
2004-01-10 12:19:10 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="row1">
|
|
|
|
<td height="25" align="center"><b class="genmed">{L_UCP_NO_ATTACHMENTS}</b></td>
|
2003-11-08 18:12:46 +00:00
|
|
|
</tr>
|
2003-11-06 15:05:50 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
2003-11-08 18:12:46 +00:00
|
|
|
<!-- INCLUDE ucp_footer.html -->
|