2003-07-24 13:22:39 +00:00
<!-- INCLUDE mcp_header.html -->
2003-09-14 22:21:57 +00:00
< table class = "tablebg" width = "100%" cellspacing = "1" cellpadding = "2" border = "0" >
< form name = "main" method = "post" action = "{S_FORM_ACTION}" >
<!-- IF S_CAN_SPLIT -->
2003-07-24 13:22:39 +00:00
< tr >
< th colspan = "3" height = "28" 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 = "100" name = "subject" value = "{SPLIT_SUBJECT}" / > < / span > < / td >
< / tr >
< tr >
< td class = "row1" nowrap = "nowrap" > < span class = "gen" > {L_SPLIT_FORUM}< / span > < / td >
< td class = "row2" colspan = "2" > {S_FORUM_SELECT}< / td >
< / tr >
<!-- IF S_SHOW_TOPIC_ICONS -->
< 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 > < input type = "radio" name = "icon" value = "1" checked = "checked" / > < span class = "genmed" > {L_NONE}< / span > <!-- BEGIN topic_icon --> < input type = "radio" name = "icon" value = "{topic_icon.ICON_ID}" / > < img src = "{topic_icon.ICON_IMG}" width = "{topic_icon.ICON_WIDTH}" height = "{topic_icon.ICON_HEIGHT}" alt = "" title = "" hspace = "2" vspace = "2" / > <!-- END topic_icon --> < / td >
< / tr >
< / table > < / td >
< / tr >
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_CAN_MERGE -->
< tr >
< th colspan = "3" height = "28" nowrap = "nowrap" > {L_MERGE_TOPIC}< / th >
< / tr >
< tr >
< td class = "row3" colspan = "3" > < 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 >
2003-09-14 22:21:57 +00:00
< 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 >
2003-07-24 13:22:39 +00:00
< / tr >
<!-- ENDIF -->
2003-09-14 22:21:57 +00:00
<!-- ENDIF -->
2003-07-24 13:22:39 +00:00
< tr >
< th colspan = "3" height = "28" 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 >
< th height = "28" nowrap = "nowrap" > {L_AUTHOR}< / th >
< th nowrap = "nowrap" > {L_MESSAGE}< / th >
< th nowrap = "nowrap" > {L_SELECT}< / th >
< / tr >
<!-- BEGIN postrow -->
<!-- IF postrow.S_DISPLAY_MODES -->
< tr >
2003-09-14 22:21:57 +00:00
< 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 >
2003-07-24 13:22:39 +00:00
< / tr >
<!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT is even -->
< tr class = "row1" >
<!-- ELSE -->
< tr class = "row2" >
<!-- ENDIF -->
2003-09-14 22:21:57 +00:00
< 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 >
2003-07-24 13:22:39 +00:00
< / tr >
2003-09-14 22:21:57 +00:00
< / 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 >
2003-07-24 13:22:39 +00:00
< / tr >
2003-09-14 22:21:57 +00:00
< / table >
< / td >
< td width = "100%" valign = "top" > < table width = "100%" cellspacing = "0" cellpadding = "2" border = "0" >
2003-07-24 13:22:39 +00:00
< tr >
2003-09-14 22:21:57 +00:00
< td class = "postbody" valign = "top" > {postrow.MESSAGE}< br / > < br / > < / td >
2003-07-24 13:22:39 +00:00
< / tr >
< tr >
2003-09-14 22:21:57 +00:00
< 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 >
2003-07-24 13:22:39 +00:00
< / tr >
< / table > < / td >
< / tr >
< tr >
< td class = "row3" colspan = "3" height = "1" > < img src = "images/spacer.gif" width = "1" height = "1" alt = "" / > < / td >
< / tr >
<!-- END postrow -->
< 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 >
2003-09-14 22:21:57 +00:00
< / form >
2003-07-24 13:22:39 +00:00
< / table >
< table width = "100%" cellspacing = "2" cellpadding = "2" border = "0" align = "center" >
< tr >
< td class = "nav" align = "left" valign = "middle" > {PAGE_NUMBER}< / td >
2003-09-14 22:21:57 +00:00
< 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 >
2003-07-24 13:22:39 +00:00
< / tr >
< / table >
2003-09-14 22:21:57 +00:00
<!-- INCLUDE mcp_footer.html -->