| 1 | <!-- INCLUDE mcp_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <form name="mcp" id="mcp" method="post" action="{S_MCP_ACTION}">
 | 
|---|
| 4 | 
 | 
|---|
| 5 | <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 6 | <!-- IF S_CAN_SPLIT -->
 | 
|---|
| 7 |         <tr>
 | 
|---|
| 8 |                 <th colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
 | 
|---|
| 9 |         </tr>
 | 
|---|
| 10 |         <tr>
 | 
|---|
| 11 |                 <td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td>
 | 
|---|
| 12 |         </tr>
 | 
|---|
| 13 |         <tr>
 | 
|---|
| 14 |                 <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td>
 | 
|---|
| 15 |                 <td class="row2" colspan="2"><input class="post" style="width: 350px" type="text" size="35" maxlength="64" name="subject" value="{SPLIT_SUBJECT}" /></td>
 | 
|---|
| 16 |         </tr>
 | 
|---|
| 17 |         <tr>
 | 
|---|
| 18 |                 <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td>
 | 
|---|
| 19 |                 <td class="row2" colspan="2"><select name="to_forum_id">{S_FORUM_SELECT}</select></td>
 | 
|---|
| 20 |         </tr>
 | 
|---|
| 21 | 
 | 
|---|
| 22 |         <!-- IF S_SHOW_TOPIC_ICONS -->
 | 
|---|
| 23 |                 <tr>
 | 
|---|
| 24 |                         <td class="row1"><span class="gen">{L_TOPIC_ICON}</span></td>
 | 
|---|
| 25 |                         <td class="row2" colspan="2">
 | 
|---|
| 26 |                                 <table width="100%" cellspacing="0" cellpadding="0" border="0">
 | 
|---|
| 27 |                                 <tr>
 | 
|---|
| 28 |                                         <td><span class="genmed nowrap"><input type="radio" class="radio" name="icon" value="0"<!-- IF not S_TOPIC_ICON --> checked="checked"<!-- ENDIF --> />{L_NO_TOPIC_ICON}</span> <!-- BEGIN topic_icon --><span class="nowrap"><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"<!-- IF topic_icon.S_CHECKED --> checked="checked"<!-- ENDIF --> /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /></span> <!-- END topic_icon --></td>
 | 
|---|
| 29 |                                 </tr>
 | 
|---|
| 30 |                                 </table>
 | 
|---|
| 31 |                         </td>
 | 
|---|
| 32 |                 </tr>
 | 
|---|
| 33 |         <!-- ENDIF -->
 | 
|---|
| 34 | <!-- ENDIF -->
 | 
|---|
| 35 | 
 | 
|---|
| 36 | <!-- IF S_CAN_MERGE -->
 | 
|---|
| 37 |         <tr>
 | 
|---|
| 38 |                 <th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>
 | 
|---|
| 39 |         </tr>
 | 
|---|
| 40 |         <tr>
 | 
|---|
| 41 |                 <td class="row2" colspan="3" align="center"><span class="gensmall">{L_MERGE_TOPIC_EXPLAIN}</span></td>
 | 
|---|
| 42 |         </tr>
 | 
|---|
| 43 |         <tr>
 | 
|---|
| 44 |                 <td class="row1" nowrap="nowrap"><span class="gen">{L_MERGE_TOPIC_ID}</span></td>
 | 
|---|
| 45 |                 <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>
 | 
|---|
| 46 |         </tr>
 | 
|---|
| 47 |         <!-- IF TO_TOPIC_INFO -->
 | 
|---|
| 48 |                 <tr>
 | 
|---|
| 49 |                         <td class="row3" colspan="3" align="center"><b class="gen">{TO_TOPIC_INFO}</b></td>
 | 
|---|
| 50 |                 </tr>
 | 
|---|
| 51 |         <!-- ENDIF -->
 | 
|---|
| 52 | <!-- ENDIF -->
 | 
|---|
| 53 | <tr>
 | 
|---|
| 54 |         <th colspan="3" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
 | 
|---|
| 55 | </tr>
 | 
|---|
| 56 | <tr>
 | 
|---|
| 57 |         <td class="row1" nowrap="nowrap"><span class="gen">{L_POSTS_PER_PAGE}</span><br /><span class="gensmall">{L_POSTS_PER_PAGE_EXPLAIN}</span></td>
 | 
|---|
| 58 |         <td class="row2" colspan="2"><input class="post" type="text" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></td>
 | 
|---|
| 59 | </tr>
 | 
|---|
| 60 | <tr>
 | 
|---|
| 61 |         <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>
 | 
|---|
| 62 | </tr>
 | 
|---|
| 63 | <tr>
 | 
|---|
| 64 |         <th nowrap="nowrap">{L_AUTHOR}</th>
 | 
|---|
| 65 |         <th nowrap="nowrap">{L_MESSAGE}</th>
 | 
|---|
| 66 |         <th nowrap="nowrap">{L_SELECT}</th>
 | 
|---|
| 67 | </tr>
 | 
|---|
| 68 | <tr>
 | 
|---|
| 69 |         <td class="row3" colspan="3" align="center"><span class="gensmall">{RETURN_TOPIC}</span></td>
 | 
|---|
| 70 | </tr>
 | 
|---|
| 71 | <!-- BEGIN postrow -->
 | 
|---|
| 72 | 
 | 
|---|
| 73 |         <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 74 | 
 | 
|---|
| 75 |                 <td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
 | 
|---|
| 76 |                 <td width="100%">
 | 
|---|
| 77 |                         <table width="100%" cellspacing="0" cellpadding="0" border="0">
 | 
|---|
| 78 |                         <tr valign="top">
 | 
|---|
| 79 |                                 <td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}:</b> </td>
 | 
|---|
| 80 |                                 <td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
 | 
|---|
| 81 |                         </tr>
 | 
|---|
| 82 |                         </table>
 | 
|---|
| 83 |                 </td>
 | 
|---|
| 84 |                 <td rowspan="2" width="5%" align="center"><input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> /></td>
 | 
|---|
| 85 |         </tr>
 | 
|---|
| 86 | 
 | 
|---|
| 87 |         <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 88 | 
 | 
|---|
| 89 |                 <td valign="bottom">
 | 
|---|
| 90 |                         <table width="100%" cellspacing="0" cellpadding="0" border="0">
 | 
|---|
| 91 |                         <tr valign="middle">
 | 
|---|
| 92 |                                 <td align="center"><span class="gensmall">[ <a href="{postrow.U_POST_DETAILS}">{L_POST_DETAILS}</a> ]</span></td>
 | 
|---|
| 93 |                         </tr>
 | 
|---|
| 94 |                         </table>
 | 
|---|
| 95 |                 </td>
 | 
|---|
| 96 |                 <td width="100%" valign="top">
 | 
|---|
| 97 |                         <table width="100%" cellspacing="0" cellpadding="2" border="0">
 | 
|---|
| 98 |                         <tr>
 | 
|---|
| 99 |                                 <td valign="top">
 | 
|---|
| 100 |                                         <div class="postbody">{postrow.MESSAGE}</div>
 | 
|---|
| 101 |                                         <!-- IF postrow.S_HAS_ATTACHMENTS -->
 | 
|---|
| 102 |                                                 <br clear="all" /><br />
 | 
|---|
| 103 | 
 | 
|---|
| 104 |                                                 <table class="tablebg" width="100%" cellspacing="1">
 | 
|---|
| 105 |                                                 <tr>
 | 
|---|
| 106 |                                                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
 | 
|---|
| 107 |                                                 </tr>
 | 
|---|
| 108 |                                                 <!-- BEGIN attachment -->
 | 
|---|
| 109 |                                                         <tr>
 | 
|---|
| 110 |                                                                 <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
 | 
|---|
| 111 |                                                         </tr>
 | 
|---|
| 112 |                                                 <!-- END attachment -->
 | 
|---|
| 113 |                                                 </table>
 | 
|---|
| 114 |                                         <!-- ENDIF -->
 | 
|---|
| 115 | 
 | 
|---|
| 116 |                                 </td>
 | 
|---|
| 117 |                         </tr>
 | 
|---|
| 118 |                         <tr>
 | 
|---|
| 119 |                                 <td valign="bottom">
 | 
|---|
| 120 |                                         <table width="100%" cellspacing="0" cellpadding="0" border="0">
 | 
|---|
| 121 |                                         <tr valign="middle">
 | 
|---|
| 122 |                                                 <td width="100%">
 | 
|---|
| 123 |                                                         <!-- IF postrow.S_POST_UNAPPROVED and postrow.U_MCP_APPROVE -->{UNAPPROVED_IMG} <span class="postapprove"><a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><!-- ENDIF -->
 | 
|---|
| 124 |                                                         <!-- IF postrow.S_POST_REPORTED and postrow.U_MCP_REPORT -->{REPORTED_IMG}<span class="postreported"><a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF -->
 | 
|---|
| 125 |                                                 </td>
 | 
|---|
| 126 |                                                 <td width="10" nowrap="nowrap">{postrow.MINI_POST_IMG}</td>
 | 
|---|
| 127 |                                                 <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td>
 | 
|---|
| 128 |                                         </tr>
 | 
|---|
| 129 |                                         </table>
 | 
|---|
| 130 |                                 </td>
 | 
|---|
| 131 |                         </tr>
 | 
|---|
| 132 |                         </table>
 | 
|---|
| 133 |                 </td>
 | 
|---|
| 134 |         </tr>
 | 
|---|
| 135 |         <tr>
 | 
|---|
| 136 |                 <td class="row3" colspan="3" height="1"><img src="images/spacer.gif" width="1" height="1" alt="" /></td>
 | 
|---|
| 137 |         </tr>
 | 
|---|
| 138 | <!-- END postrow -->
 | 
|---|
| 139 | <tr>
 | 
|---|
| 140 |         <td class="cat" colspan="3" align="center"><select name="action"><option value="" selected="selected">{L_SELECT_ACTION}</option>
 | 
|---|
| 141 |                 <!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF -->
 | 
|---|
| 142 |                 <!-- IF S_CAN_LOCK --><option value="lock_post">{L_LOCK_POST_POSTS} [ {L_LOCK_POST_EXPLAIN} ]</option><option value="unlock_post">{L_UNLOCK_POST_POSTS}</option><!-- ENDIF -->
 | 
|---|
| 143 |                 <!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
 | 
|---|
| 144 |                 <!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF ACTION eq 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
 | 
|---|
| 145 |                 <!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF ACTION eq 'split' --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF -->
 | 
|---|
| 146 |         </select> <input class="btnmain" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /></td>
 | 
|---|
| 147 | </tr>
 | 
|---|
| 148 | </table>
 | 
|---|
| 149 | {S_HIDDEN_FIELDS}
 | 
|---|
| 150 | {S_FORM_TOKEN}
 | 
|---|
| 151 | </form>
 | 
|---|
| 152 | 
 | 
|---|
| 153 | <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
 | 
|---|
| 154 | <tr>
 | 
|---|
| 155 |         <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>
 | 
|---|
| 156 | </tr>
 | 
|---|
| 157 | </table>
 | 
|---|
| 158 | 
 | 
|---|
| 159 | <!-- INCLUDE mcp_footer.html -->
 | 
|---|