| <! |
| |
| <form name="mcp" id="mcp" method="post" action="{S_MCP_ACTION}"> |
| |
| <table class="tablebg" width="100%" cellspacing="1"> |
| <! |
| <tr> |
| <th colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> |
| </tr> |
| <tr> |
| <td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td> |
| </tr> |
| <tr> |
| <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td> |
| <td class="row2" colspan="2"><input class="post" style="width: 350px" type="text" size="35" maxlength="64" name="subject" value="{SPLIT_SUBJECT}" /></td> |
| </tr> |
| <tr> |
| <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td> |
| <td class="row2" colspan="2"><select name="to_forum_id">{S_FORUM_SELECT}</select></td> |
| </tr> |
| |
| <! |
| <tr> |
| <td class="row1"><span class="gen">{L_TOPIC_ICON}</span></td> |
| <td class="row2" colspan="2"> |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> |
| <tr> |
| <td><span class="genmed nowrap"><input type="radio" class="radio" name="icon" value="0"<! |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <! |
| <! |
| |
| <! |
| <tr> |
| <th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th> |
| </tr> |
| <tr> |
| <td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td> |
| </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}" /> <a href="{U_SELECT_TOPIC}">{L_SELECT_TOPIC}</a></td> |
| </tr> |
| <! |
| <tr> |
| <td class="row3" colspan="3" align="center"><b class="gen">{TO_TOPIC_INFO}</b></td> |
| </tr> |
| <! |
| <! |
| <tr> |
| <th colspan="3" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> |
| </tr> |
| <tr> |
| <td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span></td> |
| <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" 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}" /></td> |
| </tr> |
| <tr> |
| <th nowrap="nowrap">{L_AUTHOR}</th> |
| <th nowrap="nowrap">{L_MESSAGE}</th> |
| <th nowrap="nowrap">{L_SELECT}</th> |
| </tr> |
| <tr> |
| <td class="row3" colspan="3" align="center"><span class="gensmall">{RETURN_TOPIC}</span></td> |
| </tr> |
| <! |
| |
| <! |
| |
| <td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td> |
| <td width="100%"> |
| <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> |
| </table> |
| </td> |
| <td rowspan="2" width="5%" align="center"><input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}"<! |
| </tr> |
| |
| <! |
| |
| <td valign="bottom"> |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> |
| <tr valign="middle"> |
| <td align="center"><span class="gensmall">[ <a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a> ]</span></td> |
| </tr> |
| </table> |
| </td> |
| <td width="100%" valign="top"> |
| <table width="100%" cellspacing="0" cellpadding="2" border="0"> |
| <tr> |
| <td valign="top"> |
| <div class="postbody">{postrow.MESSAGE}</div> |
| <! |
| <br clear="all" /><br /> |
| |
| <table class="tablebg" width="100%" cellspacing="1"> |
| <tr> |
| <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td> |
| </tr> |
| <! |
| <tr> |
| <! |
| </tr> |
| <! |
| </table> |
| <! |
| |
| </td> |
| </tr> |
| <tr> |
| <td valign="bottom"> |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> |
| <tr valign="middle"> |
| <td width="100%"> |
| <! |
| <! |
| </td> |
| <td width="10" nowrap="nowrap">{postrow.MINI_POST_IMG}</td> |
| <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td class="row3" colspan="3" height="1"><img src="images/spacer.gif" width="1" height="1" alt="" /></td> |
| </tr> |
| <! |
| <tr> |
| <td class="cat" colspan="3" align="center"><select name="action"><option value="" selected="selected">{L_SELECT_ACTION}</option> |
| <! |
| <! |
| <! |
| <! |
| <! |
| </select> <input class="btnmain" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /></td> |
| </tr> |
| </table> |
| {S_HIDDEN_FIELDS} |
| {S_FORM_TOKEN} |
| </form> |
| |
| <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
| <tr> |
| <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="gensmall"><a href="#" onclick="marklist('mcp', '', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', '', false); return false;">{L_UNMARK_ALL}</a></b></td> |
| </tr> |
| </table> |
| |
| <! |