diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-09-14 22:21:57 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-09-14 22:21:57 +0000 |
commit | f96ded2eb65d5f282c5d9c98cb43b0c5820646cd (patch) | |
tree | 6e6f81ba554a55aa49de2bc1466ed3171b9b8344 /phpBB/styles/subSilver/template/mcp_topic.html | |
parent | dff8c2e0e18b89f0efa10ca8058208d46016c957 (diff) | |
download | forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar.gz forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar.bz2 forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar.xz forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.zip |
MCP take 2, see forum
git-svn-id: file:///svn/phpbb/trunk@4496 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_topic.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_topic.html | 100 |
1 files changed, 56 insertions, 44 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_topic.html b/phpBB/styles/subSilver/template/mcp_topic.html index 6722048df9..83b08e5277 100644 --- a/phpBB/styles/subSilver/template/mcp_topic.html +++ b/phpBB/styles/subSilver/template/mcp_topic.html @@ -1,7 +1,8 @@ <!-- INCLUDE mcp_header.html --> -<form name="main" method="post" action="{S_FORM_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> - <!-- IF S_CAN_SPLIT --> +<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> +<form name="main" method="post" action="{S_FORM_ACTION}"> +<!-- IF S_CAN_SPLIT --> <tr> <th colspan="3" height="28" nowrap="nowrap">{L_SPLIT_TOPIC}</th> </tr> @@ -36,9 +37,14 @@ </tr> <tr> <td class="row1" nowrap="nowrap"><span class="gen">{L_MERGE_TOPIC_ID}</span></td> - <td class="row2" colspan="2"><input class="post" type="text" size="6" name="to_topic_id" value="{TO_TOPIC_ID}" /> <input class="btnlite" type="submit" name="select_topic" value="{L_SELECT_TOPIC}" /><!-- IF TO_TOPIC_INFO --><br /><span class="gensmall">{TO_TOPIC_INFO}</span><!-- ENDIF --></td> + <td class="row2" colspan="2"><input class="post" type="text" size="6" name="to_topic_id" value="{TO_TOPIC_ID}" /> <input class="btnlite" type="submit" name="mode[merge_select]" value="{L_SELECT_TOPIC}" /></td> + </tr> + <!-- IF TO_TOPIC_INFO --> + <tr> + <td class="row2" colspan="3" align="center"><b class="gen"> {TO_TOPIC_INFO}</b></td> </tr> <!-- ENDIF --> + <!-- ENDIF --> <tr> <th colspan="3" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> </tr> @@ -47,9 +53,6 @@ <td class="row2" colspan="2"><input class="post" type="text" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}"></td> </tr> <tr> - <td class="cat" colspan="3" height="28" align="center"><span class="gensmall">{L_DISPLAY_POSTS}:</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" nowrap="nowrap">{L_AUTHOR}</th> <th nowrap="nowrap">{L_MESSAGE}</th> <th nowrap="nowrap">{L_SELECT}</th> @@ -57,12 +60,12 @@ <!-- BEGIN postrow --> <!-- IF postrow.S_DISPLAY_MODES --> <tr> - <td class="cat" colspan="3" height="28" align="center"> - <!-- IF S_CAN_MERGE --> <input class="btnlite" type="submit" name="merge_posts" value="{L_MERGE_POSTS}" /> <!-- ENDIF --> - <!-- IF S_CAN_DELETE --> <input class="btnlite" type="submit" name="delete_posts" value="{L_DELETE_POSTS}" /> <!-- ENDIF --> - <!-- IF S_CAN_APPROVE --> <input class="btnlite" type="submit" name="approve" value="{L_APPROVE_POSTS}" /> <!-- ENDIF --> - <!-- IF S_CAN_SPLIT --> <input class="btnlite" type="submit" name="split_all" value="{L_SPLIT_POSTS}" /> <input class="btnlite" type="submit" name="split_beyond" value="{L_SPLIT_AFTER}" /> <!-- ENDIF --> - </td> + <td class="cat" colspan="3" height="28" align="center"><select name="mode"> + <!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF --> + <!-- IF S_CAN_DELETE --><option value="delete_posts">{L_DELETE_POSTS}</option><!-- ENDIF --> + <!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF MODE == 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF --> + <!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF MODE == 'split' --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF --> + </select> <input class="btnmain" type="submit" value="{L_SUBMIT}"></td> </tr> <!-- ENDIF --> <!-- IF postrow.S_ROW_COUNT is even --> @@ -70,42 +73,51 @@ <!-- ELSE --> <tr class="row2"> <!-- ENDIF --> - <td align="left" valign="top"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span><br /><br /><br /><span class="gensmall"><a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a></span></td> - <td width="100%" valign="top"><table width="100%" cellspacing="0" cellpadding="2" border="0"> - <tr> - <td valign="middle"><img src="imagesets/subSilver/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}: - {postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> - </tr> - <tr> - <td><hr /></td> + <td align="center"><b class="postauthor">{postrow.POSTER_NAME}</b></td> + <td width="100%" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr valign="top"> + <td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}:</b> </td> + <td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td> </tr> - <!-- IF postrow.S_POST_UNAPPROVED --> - <tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr align="left" valign="middle"> - <td>{UNAPPROVED_IMG}</td> - <td class="gensmall" width="100%"> <b><a style="color:green" href="{postrow.U_APPROVE}">{L_POST_NOT_APPROVED}</a></b></td> - </tr> - </table></td></tr> - <tr> - <td colspan="2"><hr /></td> - </tr> - <!-- ENDIF --> - <!-- IF postrow.S_POST_REPORTED --> - <tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr align="left" valign="middle"> - <td>{REPORTED_IMG}</td> - <td class="gensmall" width="100%"> {L_POST_BEEN_REPORTED} [ <a href="{postrow.U_MCP_REPORT}">{L_READ_REPORTS}</a> ]</td> + </table></td> + <td rowspan="2" width="5%" align="center">{postrow.S_CHECKBOX}</td> + </tr> + <!-- IF postrow.S_ROW_COUNT is even --> + <tr class="row1"> + <!-- ELSE --> + <tr class="row2"> + <!-- ENDIF --> + <td valign="bottom"> + <table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr valign="middle"> + <td height="28" align="center"><span class="gensmall">[ <a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a> ]</span></td> </tr> - </table></td></tr> + </table> + </td> + <td width="100%" valign="top"><table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> - <td colspan="2"><hr /></td> + <td class="postbody" valign="top">{postrow.MESSAGE}<br /><br /></td> </tr> - <!-- ENDIF --> <tr> - <td class="postbody" valign="top">{postrow.MESSAGE}</td> + <td valign="bottom"> + <table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr valign="middle"> + <!-- IF postrow.S_POST_UNAPPROVED --> + <td width="5">{UNAPPROVED_IMG}</td> + <td class="gensmall" nowrap="nowrap"> <b><a style="color:green" href="{postrow.U_MCP_APPROVE}">{L_POST_NOT_APPROVED}</a></b> </td> + <!-- ENDIF --> + <!-- IF postrow.S_POST_REPORTED --> + <td width="5">{REPORTED_IMG}</td> + <td class="gensmall" nowrap="nowrap"> <b><a style="color:red" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b> </td> + <!-- ENDIF --> + <td width="100%"> </td> + <td width="10" nowrap="nowrap">{postrow.POST_ICON_IMG}</td> + <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td> + </tr> + </table> + </td> </tr> </table></td> - <td width="5%" align="center">{postrow.S_CHECKBOX}</td> </tr> <tr> <td class="row3" colspan="3" height="1"><img src="images/spacer.gif" width="1" height="1" alt="" /></td> @@ -114,14 +126,14 @@ <tr> <td class="cat" colspan="3" height="28" align="center"><span class="gensmall">{L_DISPLAY_POSTS}:</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> +</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> + <td align="right" valign="top" nowrap="nowrap"><b class="gensmall"><a href="javascript:marklist('mcp', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><span class="nav">{PAGINATION}</span></td> </tr> </table> -</form> -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |