diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_queue.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_queue.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_queue.html b/phpBB/styles/subSilver/template/mcp_queue.html new file mode 100644 index 0000000000..570e97fc75 --- /dev/null +++ b/phpBB/styles/subSilver/template/mcp_queue.html @@ -0,0 +1,67 @@ +<!-- INCLUDE mcp_header.html --> + +<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"><form name="main" method="post" action="{S_MCP_ACTION}"> + <tr> + <th colspan="6" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> + </tr> + <tr> + <td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE mcp_jumpbox.html --></td> + <td colspan="4" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</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_SUBJECT} </th> + <th> {L_AUTHOR} </th> + <th> {L_POST_TIME} </th> + <th width="5%"> {L_SELECT} </th> + </tr> + <!-- IF S_HAS_UNAPPROVED_TOPICS --> + <tr> + <td class="row3" colspan="6"><b class="gensmall">{L_TOPICS}</b></td> + </tr> + <!-- ENDIF --> + <!-- BEGIN unapproved_topics --> + <tr> + <td class="row1" width="15%"><span class="gen">{unapproved_topics.FORUM}</span></td> + <td class="row2" width="18%"><span class="gen">{unapproved_topics.TOPIC}</span></td> + <td class="row1"><span class="gen">{unapproved_topics.SUBJECT}</span></td> + <td class="row2" align="center" width="15%"><span class="gen">{unapproved_topics.AUTHOR}</span></td> + <td class="row1" align="center" width="15%"><span class="gensmall">{unapproved_topics.POST_TIME}</span></td> + <td class="row2" align="center" width="5%">{unapproved_topics.S_CHECKBOX}</td> + </tr> + <!-- END unapproved_topics --> + <!-- IF S_HAS_UNAPPROVED_POSTS --> + <tr> + <td class="row3" colspan="6"><b class="gensmall">{L_POSTS}</b></td> + </tr> + <!-- ENDIF --> + <!-- BEGIN unapproved_posts --> + <tr> + <td class="row1" width="15%"><span class="gen">{unapproved_posts.FORUM}</span></td> + <td class="row2" width="18%"><span class="gen">{unapproved_posts.TOPIC}</span></td> + <td class="row1"><span class="gen">{unapproved_posts.SUBJECT}</span></td> + <td class="row2" align="center" width="15%"><span class="gen">{unapproved_posts.AUTHOR}</span></td> + <td class="row1" align="center" width="15%"><span class="gensmall">{unapproved_posts.POST_TIME}</span></td> + <td class="row2" align="center">{unapproved_posts.S_CHECKBOX}</td> + </tr> + <!-- END unapproved_posts --> + <!-- IF S_HAS_UNAPPROVED_TOPICS or S_HAS_UNAPPROVED_POSTS --> + <tr> + <td class="cat" colspan="6" height="28" align="center"><input class="btnlite" type="submit" name="approve" value="{L_APPROVE_POSTS}" /> <input class="btnlite" type="submit" name="disapprove" value="{L_DISAPPROVE_POSTS}" /></td> + </tr> + <!-- ELSE --> + <tr> + <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td> + </tr> + <!-- ENDIF --> +</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(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><span class="nav">{PAGINATION}</span></td> + </tr> +</table> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |