diff options
Diffstat (limited to 'phpBB/templates/subSilver/mcp_forum.html')
-rw-r--r-- | phpBB/templates/subSilver/mcp_forum.html | 118 |
1 files changed, 57 insertions, 61 deletions
diff --git a/phpBB/templates/subSilver/mcp_forum.html b/phpBB/templates/subSilver/mcp_forum.html index 9d63c8cac1..6e76dd42cc 100644 --- a/phpBB/templates/subSilver/mcp_forum.html +++ b/phpBB/templates/subSilver/mcp_forum.html @@ -1,68 +1,64 @@ +<form method="post" action="{S_MCP_ACTION}"> + <!-- INCLUDE mcp_header.html --> -<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"><form method="post" action="{S_MCP_ACTION}"> +<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"> + <tr> + <th width="4%" nowrap="nowrap"> </th> + <th nowrap="nowrap"> {L_TOPICS} </th> + <th width="8%" nowrap="nowrap"> {L_REPLIES} </th> + <th width="17%" nowrap="nowrap"> {L_LAST_POST} </th> + <th width="5%" nowrap="nowrap"> {L_SELECT} </th> + </tr> + <!-- BEGIN topicrow --> + <tr> + <td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> + <td class="row1"><span class="topictitle"><!-- IF topicrow.S_MERGE_SELECT -->[ {topicrow.S_MERGE_SELECT} ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td> + <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> + <td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td> + <td class="row2" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /></td> + </tr> + <!-- BEGINELSE --> <tr> - <td colspan="2"> - <table width="100%" class="forumline" cellspacing="1" cellpadding="4" border="0"> - <tr> - <th width="4%" class="thLeft" nowrap="nowrap"> </th> - <th nowrap="nowrap"> {L_TOPICS} </th> - <th width="8%" nowrap="nowrap"> {L_REPLIES} </th> - <th width="17%" nowrap="nowrap"> {L_LASTPOST} </th> - <th width="5%" class="thRight" nowrap="nowrap"> {L_SELECT} </th> - </tr> - <!-- BEGIN topicrow --> - <tr> - <td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> - <td class="row1"> <span class="topictitle"><!-- IF topicrow.S_MERGE_SELECT -->[ {topicrow.S_MERGE_SELECT} ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td> - <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> - <td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td> - <td class="row2" align="center" valign="middle"> - <input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /> - </td> - </tr> - <!-- BEGINELSE --> - <tr> - <td class="row1" colspan="8" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> - </tr> - <!-- END topicrow --> - <tr align="right"> - <td class="catBottom" colspan="5" height="29"> {S_HIDDEN_FIELDS} - <!-- IF S_CAN_DELETE --> - <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> - - <!-- ENDIF --> - <!-- IF S_CAN_MOVE --> - <input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> - - <!-- ENDIF --> - <!-- IF S_CAN_LOCK --> - <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> - - <!-- ENDIF --> - <!-- IF S_CAN_UNLOCK --> - <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> - - <!-- ENDIF --> - <!-- IF S_CAN_RESYNC --> - <input type="submit" name="resync" class="liteoption" value="{L_RESYNC}" /> - <!-- ENDIF --> - </td> - </tr> - </table> - <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> - <tr> - <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td> - <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> - </tr> - </table> - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td align="right">{JUMPBOX}</td> - </tr> - </table> + <td class="row1" colspan="8" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> + </tr> + <!-- END topicrow --> + <tr align="right"> + <td class="cat" colspan="5" height="28">{S_HIDDEN_FIELDS} + <!-- IF S_CAN_DELETE --> + <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> + + <!-- ENDIF --> + <!-- IF S_CAN_MOVE --> + <input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> + + <!-- ENDIF --> + <!-- IF S_CAN_LOCK --> + <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> + + <!-- ENDIF --> + <!-- IF S_CAN_UNLOCK --> + <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> + + <!-- ENDIF --> + <!-- IF S_CAN_RESYNC --> + <input type="submit" name="resync" class="liteoption" value="{L_RESYNC}" /> + <!-- ENDIF --> </td> </tr> -</form></table> +</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"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> + </tr> +</table></form> + +<table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td align="right"><!-- INCLUDE jumpbox.html --></td> + </tr> +</table> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file |