mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
43 lines
2.1 KiB
HTML
43 lines
2.1 KiB
HTML
<!-- INCLUDE mcp_header.html -->
|
|
|
|
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"><form name="mcp" method="post" action="{S_MCP_ACTION}">
|
|
<tr>
|
|
<th colspan="6" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="5" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_ITEMS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></span></td>
|
|
</tr>
|
|
<tr>
|
|
<th height="28"> {L_FORUM} </th>
|
|
<th> {L_TOPIC} </th>
|
|
<th> {L_AUTHOR} </th>
|
|
<th> {L_POST_TIME} </th>
|
|
<th width="5%"> {L_SELECT} </th>
|
|
</tr>
|
|
|
|
<!-- BEGIN postrow -->
|
|
<tr>
|
|
<td class="row1" width="15%"><a class="gen" href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a></td>
|
|
<td class="row2" width="18%"><a class="gen" href="{postrow.U_VIEWTOPIC}">{postrow.TOPIC_TITLE}</a></td>
|
|
<td class="row1" align="center" width="15%"><span class="gen">{postrow.POSTER}</span></td>
|
|
<td class="row2" align="center" width="15%"><span class="gensmall">{postrow.POST_TIME}</span></td>
|
|
<td class="row1" align="center">{postrow.S_CHECKBOX}</td>
|
|
</tr>
|
|
<!-- BEGINELSE -->
|
|
<tr>
|
|
<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td>
|
|
</tr>
|
|
<!-- END postrow -->
|
|
<tr>
|
|
<td class="cat" colspan="6" height="28" align="center"><input class="btnmain" type="submit" name="mode[approve]" value="{L_APPROVE}" /> <input class="btnlite" type="submit" name="mode[disapprove]" value="{L_DISAPPROVE}" /></td>
|
|
</tr>
|
|
</form></table>
|
|
|
|
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td>
|
|
<td align="right" valign="top" nowrap="nowrap"><b class="gensmall"><a href="javascript:marklist('mcp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('mcp', false);">{L_UNMARK_ALL}</a></b><br /><span class="nav">{PAGINATION}</span></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- INCLUDE mcp_footer.html --> |