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" colspan="3">{L_TOPIC_REVIEW}: {TOPIC_TITLE}</th>
|
---|
65 | </tr>
|
---|
66 | <tr>
|
---|
67 | <td class="row3" colspan="3" align="center"><span class="gensmall">{RETURN_TOPIC}</span></td>
|
---|
68 | </tr>
|
---|
69 | <!-- BEGIN postrow -->
|
---|
70 |
|
---|
71 | <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
---|
72 |
|
---|
73 | <td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
|
---|
74 | <td width="100%">
|
---|
75 | <table width="100%" cellspacing="0" cellpadding="0" border="0">
|
---|
76 | <tr valign="top">
|
---|
77 | <td class="gensmall" nowrap="nowrap"> <b>{L_POST_SUBJECT}:</b> </td>
|
---|
78 | <td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
|
---|
79 | </tr>
|
---|
80 | </table>
|
---|
81 | </td>
|
---|
82 | <td width="5%" align="center"><a href="{postrow.U_POST_DETAILS}">{INFO_IMG}</a></td>
|
---|
83 | </tr>
|
---|
84 |
|
---|
85 | <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
---|
86 |
|
---|
87 | <td width="100%" valign="top" colspan="2">
|
---|
88 | <table width="100%" cellspacing="0" cellpadding="2" border="0">
|
---|
89 | <tr>
|
---|
90 | <td valign="top">
|
---|
91 | <div class="postbody">{postrow.MESSAGE}</div>
|
---|
92 | <!-- IF postrow.S_HAS_ATTACHMENTS -->
|
---|
93 | <br clear="all" /><br />
|
---|
94 |
|
---|
95 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
96 | <tr>
|
---|
97 | <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
|
---|
98 | </tr>
|
---|
99 | <!-- BEGIN attachment -->
|
---|
100 | <tr>
|
---|
101 | <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
|
---|
102 | </tr>
|
---|
103 | <!-- END attachment -->
|
---|
104 | </table>
|
---|
105 | <!-- ENDIF -->
|
---|
106 |
|
---|
107 | </td>
|
---|
108 | </tr>
|
---|
109 | <tr>
|
---|
110 | <td valign="bottom">
|
---|
111 | <table width="100%" cellspacing="0" cellpadding="0" border="0">
|
---|
112 | <tr valign="middle">
|
---|
113 | <td width="100%">
|
---|
114 | <!-- IF postrow.S_POST_UNAPPROVED and postrow.U_MCP_APPROVE --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /><!-- ENDIF -->
|
---|
115 | <!-- IF postrow.S_POST_REPORTED and postrow.U_MCP_REPORT --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF -->
|
---|
116 | </td>
|
---|
117 | <td width="10" nowrap="nowrap">{postrow.MINI_POST_IMG}</td>
|
---|
118 | <td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td>
|
---|
119 | </tr>
|
---|
120 | </table>
|
---|
121 | </td>
|
---|
122 | </tr>
|
---|
123 | </table>
|
---|
124 | </td>
|
---|
125 | <td 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>
|
---|
126 | </tr>
|
---|
127 | <tr>
|
---|
128 | <td class="row3" colspan="3" height="1"><img src="images/spacer.gif" width="1" height="1" alt="" /></td>
|
---|
129 | </tr>
|
---|
130 | <!-- END postrow -->
|
---|
131 | <tr>
|
---|
132 | <td class="cat" colspan="3" align="center"><select name="action"><option value="" selected="selected">{L_SELECT_ACTION}</option>
|
---|
133 | <!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF -->
|
---|
134 | <!-- 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 -->
|
---|
135 | <!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
|
---|
136 | <!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF ACTION eq 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
|
---|
137 | <!-- 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 -->
|
---|
138 | </select> <input class="btnmain" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /></td>
|
---|
139 | </tr>
|
---|
140 | </table>
|
---|
141 | {S_HIDDEN_FIELDS}
|
---|
142 | {S_FORM_TOKEN}
|
---|
143 | </form>
|
---|
144 |
|
---|
145 | <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
---|
146 | <tr>
|
---|
147 | <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>
|
---|
148 | </tr>
|
---|
149 | </table>
|
---|
150 |
|
---|
151 | <!-- INCLUDE mcp_footer.html -->
|
---|