aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-09-14 22:21:57 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-09-14 22:21:57 +0000
commitf96ded2eb65d5f282c5d9c98cb43b0c5820646cd (patch)
tree6e6f81ba554a55aa49de2bc1466ed3171b9b8344 /phpBB/styles
parentdff8c2e0e18b89f0efa10ca8058208d46016c957 (diff)
downloadforums-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')
-rw-r--r--phpBB/styles/subSilver/template/mcp_footer.html8
-rw-r--r--phpBB/styles/subSilver/template/mcp_forum.html25
-rw-r--r--phpBB/styles/subSilver/template/mcp_front.html16
-rw-r--r--phpBB/styles/subSilver/template/mcp_header.html94
-rw-r--r--phpBB/styles/subSilver/template/mcp_jumpbox.html6
-rw-r--r--phpBB/styles/subSilver/template/mcp_message.html14
-rw-r--r--phpBB/styles/subSilver/template/mcp_post.html4
-rw-r--r--phpBB/styles/subSilver/template/mcp_topic.html100
8 files changed, 172 insertions, 95 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_footer.html b/phpBB/styles/subSilver/template/mcp_footer.html
new file mode 100644
index 0000000000..0b36dc9ed8
--- /dev/null
+++ b/phpBB/styles/subSilver/template/mcp_footer.html
@@ -0,0 +1,8 @@
+<!-- $Id$ -->
+
+ </td>
+ </tr>
+</table>
+
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/mcp_forum.html b/phpBB/styles/subSilver/template/mcp_forum.html
index e2ad68c00f..1942211c5f 100644
--- a/phpBB/styles/subSilver/template/mcp_forum.html
+++ b/phpBB/styles/subSilver/template/mcp_forum.html
@@ -1,17 +1,17 @@
<!-- $ Id: $ -->
<!-- INCLUDE mcp_header.html -->
-<form method="post" name="main" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
+<form method="post" name="main" 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}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></span></td>
+ <td colspan="6" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></span></td>
</tr>
<tr>
<th width="4%" height="28" nowrap="nowrap">&nbsp;</th>
- <th colspan="2" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
+ <th nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
<th width="8%" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
<th width="17%" nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
<th width="5%" nowrap="nowrap">&nbsp;{L_SELECT}&nbsp;</th>
@@ -19,7 +19,20 @@
<!-- BEGIN topicrow -->
<tr>
<td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
- <td class="row1" colspan="2"><span class="topictitle"><!-- IF topicrow.S_SELECT_TOPIC -->[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td>
+ <td class="row1" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr class="topictitle">
+ <!-- IF topicrow.S_SELECT_TOPIC -->
+ <td>[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ]</td>
+ <!-- ENDIF -->
+ <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_TOPIC_REPORTED -->
+ <td align="left" valign="middle">
+ <!-- IF topicrow.S_TOPIC_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a>&nbsp;<!-- ENDIF -->
+ <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;<!-- ENDIF -->
+ </td>
+ <!-- ENDIF -->
+ <td width="100%">{topicrow.ATTACH_ICON_IMG}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a><span class="gensmall"><br />{topicrow.GOTO_PAGE}</span></td>
+ </tr>
+ </table></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>
@@ -38,6 +51,7 @@
<!-- IF S_CAN_SYNC --><input type="submit" name="resync" class="btnlite" value="{L_RESYNC}" />&nbsp;<!-- ENDIF -->
</td>
</tr>
+</form>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
@@ -46,6 +60,5 @@
<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>
-</form>
<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/mcp_front.html b/phpBB/styles/subSilver/template/mcp_front.html
index 792f77f53a..1a0af2fe11 100644
--- a/phpBB/styles/subSilver/template/mcp_front.html
+++ b/phpBB/styles/subSilver/template/mcp_front.html
@@ -2,7 +2,7 @@
<!-- INCLUDE mcp_header.html -->
<!-- IF S_SHOW_UNAPPROVED -->
-<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="right">
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_UNAPPROVED}</span></td>
</tr>
@@ -33,11 +33,11 @@
<!-- ENDIF -->
</table>
-<br />
+<br clear="all" /><br clear="all" />
<!-- ENDIF -->
<!-- IF S_SHOW_REPORTS -->
-<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="right">
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_REPORTED}</span></td>
</tr>
@@ -68,11 +68,11 @@
<!-- ENDIF -->
</table>
-<br />
+<br clear="all" /><br clear="all" />
<!-- ENDIF -->
<!-- IF S_SHOW_LOGS -->
-<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="right">
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{L_LATEST_LOGS}</span></td>
</tr>
@@ -98,9 +98,7 @@
<!-- END log -->
</table>
-<br />
+<br clear="all" />
<!-- ENDIF -->
-<form name="main" action="{S_MCP_ACTION}" method="post"><!-- INCLUDE mcp_jumpbox.html --></form>
-
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE mcp_footer.html --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/mcp_header.html b/phpBB/styles/subSilver/template/mcp_header.html
index 86958767a7..6995fa55c5 100644
--- a/phpBB/styles/subSilver/template/mcp_header.html
+++ b/phpBB/styles/subSilver/template/mcp_header.html
@@ -1,43 +1,75 @@
+<!-- $Id$ -->
<!-- INCLUDE overall_header.html -->
-<script language="Javascript" type="text/javascript" defer="defer">
+<script language="javascript" type="text/javascript" defer="defer">
<!--
-function marklist(status)
+function marklist(form_name, status)
{
- for (i = 0; i < document.forms['main'].length; i++)
+ for (i = 0; i < document.forms[form_name].length; i++)
{
- document.forms['main'].elements[i].checked = status;
+ document.forms[form_name].elements[i].checked = status;
}
}
//-->
</script>
-<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
- <!-- IF TOPIC_TITLE -->
- <tr>
- <td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
- </tr>
- <!-- ELSEIF FORUM_NAME -->
- <tr>
- <td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
- </tr>
- <!-- ENDIF -->
- <!-- IF PAGINATION -->
- <tr>
- <td valign="bottom" class="gensmall">{MODERATORS}</td>
- <td align="right" valign="bottom" nowrap="nowrap"><b class="gensmall">{PAGINATION}</b></td>
- </tr>
- <!-- ENDIF -->
- <tr>
- <td class="nav" colspan="2" align="left" valign="middle"><!-- IF S_FORUM_NAV --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --><!-- ENDIF --></td>
- </tr>
-</table>
-<table class="tablebg" cellspacing="1" cellpadding="4" border="0" align="left">
- <tr>
- <!-- BEGIN tab --><!-- IF tab.S_IS_SELECTED --><td class="row1" nowrap="nowrap">&nbsp;<span class="gen"><b>{tab.NAME}</b><!-- ELSE --><td class="row2" nowrap="nowrap">&nbsp;<a class="nav" href="{tab.U_LINK}">{tab.NAME}</a><!-- ENDIF -->&nbsp;</td>
- <!-- END tab -->
- </tr>
-</table>
+<form method="post" name="mcp" action="{S_MCP_ACTION}"{S_FORM_ENCTYPE}><table width="95%" cellspacing="0" cellpadding="2" border="0" align="center">
+ <tr valign="top">
+ <td colspan="2"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <!-- IF TOPIC_TITLE -->
+ <tr>
+ <td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
+ </tr>
+ <!-- ELSEIF FORUM_NAME -->
+ <tr>
+ <td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
+ </tr>
+ <!-- ENDIF -->
+ <!-- IF PAGINATION -->
+ <tr>
+ <td valign="bottom" class="gensmall">{MODERATORS}</td>
+ <td align="right" valign="bottom" nowrap="nowrap"><b class="gensmall">{PAGINATION}</b></td>
+ </tr>
+ <!-- ENDIF -->
+ <tr>
+ <td class="nav" colspan="2" align="left" valign="middle"><!-- IF S_FORUM_NAV --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --><!-- ENDIF --></td>
+ </tr>
+ </table></td>
+</tr>
+<tr valign="top">
+ <td width="20%"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="left">
+ <tr>
+ <th height="28">{L_JUMPBOX}</th>
+ </tr>
+ <tr>
+ <td class="row1"><!-- INCLUDE mcp_jumpbox.html --></td>
+ </tr>
+ </table>
-<br clear="all" /> \ No newline at end of file
+ <br clear="all" /><br clear="all" />
+
+ <table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="left">
+ <tr>
+ <th height="28">{L_OPTIONS}</th>
+ </tr>
+ <!-- BEGIN mcp_section -->
+ <tr>
+ <!-- IF mcp_section.S_SELECTED -->
+ <td class="row1" height="28"><b class="nav">{mcp_section.L_TITLE}</b>
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <!-- BEGIN mcp_subsection -->
+ <tr>
+ <td class="nav">&#187;</td>
+ <td class="nav" height="20"><!-- IF mcp_section.mcp_subsection.S_SELECTED --><b>{mcp_section.mcp_subsection.L_TITLE}</b><!-- ELSE --><a href="{mcp_section.mcp_subsection.U_TITLE}">{mcp_section.mcp_subsection.L_TITLE}</a><!-- ENDIF --></td>
+ </tr>
+ <!-- END mcp_subsection -->
+ </table>
+ <!-- ELSE -->
+ <td class="row2" height="25" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'"><a class="nav" href="{mcp_section.U_TITLE}">{mcp_section.L_TITLE}</a>
+ <!-- ENDIF -->
+ </td>
+ </tr>
+ <!-- END mcp_section -->
+ </table></td>
+ <td width="80%"> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/mcp_jumpbox.html b/phpBB/styles/subSilver/template/mcp_jumpbox.html
index b731c864b1..d2b37b3989 100644
--- a/phpBB/styles/subSilver/template/mcp_jumpbox.html
+++ b/phpBB/styles/subSilver/template/mcp_jumpbox.html
@@ -1,10 +1,10 @@
-<!-- $Id$ --><span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.main.current_f.value){ forms['main'].submit() }">
+<!-- $Id$ --><span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.mcp.current_f.value){ forms['mcp'].submit() }">
<!-- IF S_ENABLE_SELECT_ALL -->
<option value="0">{L_ALL_FORUMS}</option>
<!-- ELSE -->
<option value="-1">{L_SELECT_FORUM}</option>
-<!-- ENDIF !-->
+<!-- ENDIF -->
<!-- BEGIN options --><option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="greyed"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option>
<!-- BEGINELSE -->
<!-- END options -->
-</select>&nbsp;<input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onClick="if(document.main.f.value == -1){return false;}" /> \ No newline at end of file
+</select>&nbsp;<input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onClick="if(document.mcp.f.value == -1){return false;}" /> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/mcp_message.html b/phpBB/styles/subSilver/template/mcp_message.html
new file mode 100644
index 0000000000..55a49cb604
--- /dev/null
+++ b/phpBB/styles/subSilver/template/mcp_message.html
@@ -0,0 +1,14 @@
+<!-- INCLUDE mcp_header.html -->
+
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
+ <tr>
+ <th height="28"><b>{MESSAGE_TITLE}</b></th>
+ </tr>
+ <tr>
+ <td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td>
+ </tr>
+</table>
+
+<br clear="all" />
+
+<!-- INCLUDE mcp_footer.html --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/mcp_post.html b/phpBB/styles/subSilver/template/mcp_post.html
index e5ce4d0abe..a86b63afd7 100644
--- a/phpBB/styles/subSilver/template/mcp_post.html
+++ b/phpBB/styles/subSilver/template/mcp_post.html
@@ -24,7 +24,7 @@
<td class="row2"><span class="gen">{POST_SUBJECT}</span></td>
</tr>
<tr>
- <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
+ <td class="spacer" colspan="2" height="1"></td>
</tr>
<tr>
<td class="row2" colspan="2"><span class="gen">{MESSAGE}</span></td>
@@ -121,4 +121,4 @@
<!-- ENDIF -->
</form>
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE mcp_footer.html --> \ No newline at end of file
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">&nbsp;&nbsp;{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}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<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 -->&nbsp;<input class="btnlite" type="submit" name="merge_posts" value="{L_MERGE_POSTS}" />&nbsp;<!-- ENDIF -->
- <!-- IF S_CAN_DELETE -->&nbsp;<input class="btnlite" type="submit" name="delete_posts" value="{L_DELETE_POSTS}" />&nbsp;<!-- ENDIF -->
- <!-- IF S_CAN_APPROVE -->&nbsp;<input class="btnlite" type="submit" name="approve" value="{L_APPROVE_POSTS}" />&nbsp;<!-- ENDIF -->
- <!-- IF S_CAN_SPLIT -->&nbsp;<input class="btnlite" type="submit" name="split_all" value="{L_SPLIT_POSTS}" />&nbsp;&nbsp;<input class="btnlite" type="submit" name="split_beyond" value="{L_SPLIT_AFTER}" />&nbsp;<!-- 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>&nbsp;<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}&nbsp;&nbsp;&nbsp;&nbsp;{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">&nbsp;<b>{L_POST_SUBJECT}:</b>&nbsp;</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%">&nbsp;<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%">&nbsp;{L_POST_BEEN_REPORTED}&nbsp;[ <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">&nbsp;<b><a style="color:green" href="{postrow.U_MCP_APPROVE}">{L_POST_NOT_APPROVED}</a></b>&nbsp;&nbsp;</td>
+ <!-- ENDIF -->
+ <!-- IF postrow.S_POST_REPORTED -->
+ <td width="5">{REPORTED_IMG}</td>
+ <td class="gensmall" nowrap="nowrap">&nbsp;<b><a style="color:red" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b>&nbsp;</td>
+ <!-- ENDIF -->
+ <td width="100%">&nbsp;</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}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<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