2017-07-02 20:36:07 +02:00
<!-- INCLUDE mcp_header.html -->
<!-- DEFINE $CUSTOM_FIELDSET_CLASS = 'forum - selection2' -->
<!-- INCLUDE jumpbox.html -->
2017-07-02 23:55:22 +02:00
< h2 > < a href = "{U_VIEW_FORUM}" > {L_FORUM}{L_COLON} {FORUM_NAME}< / a > < / h2 >
2017-07-02 20:36:07 +02:00
< form method = "post" id = "mcp" action = "{S_MCP_ACTION}" >
< div class = "panel" >
< div class = "inner" >
2017-07-02 23:55:22 +02:00
< div class = "action-bar bar-top" >
< div class = "pagination" >
{TOTAL_TOPICS}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
• {PAGE_NUMBER}
<!-- ENDIF -->
< / div >
< / div >
2017-07-02 20:36:07 +02:00
<!-- IF .topicrow -->
2017-07-02 23:55:22 +02:00
< ul class = "topiclist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->" >
2017-07-02 20:36:07 +02:00
< li class = "header" >
< dl class = "icon" >
2017-07-02 23:55:22 +02:00
< dt > < div class = "list-inner" > {L_TOPICS}< / div > < / dt >
2017-07-02 20:36:07 +02:00
< dd class = "posts" > {L_REPLIES}< / dd >
< dd class = "lastpost" > < span > {L_LAST_POST}< / span > < / dd >
2017-07-02 23:55:22 +02:00
<!-- IF not S_MERGE_SELECT --> < dd class = "mark" > {L_MARK}< / dd > <!-- ENDIF -->
2017-07-02 20:36:07 +02:00
< / dl >
< / li >
< / ul >
2017-07-02 23:55:22 +02:00
< ul class = "topiclist cplist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->" >
2017-07-02 20:36:07 +02:00
<!-- BEGIN topicrow -->
< li class = "row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->" >
2017-07-02 23:55:22 +02:00
< dl class = "icon {topicrow.TOPIC_IMG_STYLE}" >
< dt < ! -- IF topicrow . TOPIC_ICON_IMG -- > style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> >
<!-- IF topicrow.S_UNREAD_TOPIC --> < a href = "{topicrow.U_NEWEST_POST}" class = "icon-link" > < / a > <!-- ENDIF -->
< div class = "list-inner" >
<!-- EVENT topiclist_row_prepend -->
<!-- IF topicrow.S_SELECT_TOPIC --> < a href = "{topicrow.U_SELECT_TOPIC}" class = "topictitle" > [ {L_SELECT_MERGE} ]< / a > <!-- ENDIF -->
<!-- EVENT mcp_forum_topic_title_before -->
2017-07-02 20:36:07 +02:00
< a href = "{topicrow.U_VIEW_TOPIC}" class = "topictitle" > {topicrow.TOPIC_TITLE}< / a >
2017-07-02 23:55:22 +02:00
<!-- EVENT mcp_forum_topic_title_after -->
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
< a href = "{topicrow.U_MCP_QUEUE}" > {topicrow.UNAPPROVED_IMG}
< / a >
<!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED -->
< a href = "{topicrow.U_MCP_QUEUE}" > {topicrow.DELETED_IMG}
< / a >
<!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED -->
< a href = "{topicrow.U_MCP_REPORT}" > {REPORTED_IMG}
< / a >
<!-- ENDIF -->
2017-07-02 20:36:07 +02:00
<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> < a href = "{topicrow.U_DELETE_TOPIC}" class = "topictitle" > [ {L_DELETE_SHADOW_TOPIC} ]< / a > <!-- ENDIF -->
< br / >
2017-07-02 23:55:22 +02:00
< div class = "responsive-show" style = "display: none;" >
<!-- IF topicrow.ATTACH_ICON_IMG --> {topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « {topicrow.LAST_POST_TIME}< br / >
< / div >
< span class = "responsive-show left-box" style = "display: none;" > {L_REPLIES}{L_COLON} < strong > {topicrow.REPLIES}< / strong > < / span >
<!-- IF .topicrow.pagination -->
< div class = "pagination" >
< ul >
<!-- BEGIN pagination -->
<!-- IF topicrow.pagination.S_IS_PREV -->
<!-- ELSEIF topicrow.pagination.S_IS_CURRENT --> < li class = "active" > < span > {topicrow.pagination.PAGE_NUMBER}< / span > < / li >
<!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --> < li class = "ellipsis" > < span > {L_ELLIPSIS}< / span > < / li >
<!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
<!-- ELSE --> < li > < a href = "{topicrow.pagination.PAGE_URL}" > {topicrow.pagination.PAGE_NUMBER}< / a > < / li >
<!-- ENDIF -->
<!-- END pagination -->
< / ul >
< / div >
<!-- ENDIF -->
< div class = "responsive-hide" >
<!-- IF topicrow.ATTACH_ICON_IMG --> {topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
< / div >
<!-- EVENT topiclist_row_append -->
< / div >
< / dt >
2017-07-02 20:36:07 +02:00
< dd class = "posts" > {topicrow.REPLIES} < dfn > {L_REPLIES}< / dfn > < / dd >
2017-07-02 23:55:22 +02:00
< dd class = "lastpost" > < span > < dfn > {L_LAST_POST} < / dfn > {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}< br / > {topicrow.LAST_POST_TIME}< / span > < / dd >
<!-- IF not S_MERGE_SELECT -->
2017-07-02 20:36:07 +02:00
< dd class = "mark" >
<!-- IF not topicrow.S_MOVED_TOPIC --> < input type = "checkbox" name = "topic_id_list[]" value = "{topicrow.TOPIC_ID}" < ! -- IF topicrow . S_TOPIC_CHECKED -- > checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF -->
< / dd >
2017-07-02 23:55:22 +02:00
<!-- ENDIF -->
2017-07-02 20:36:07 +02:00
< / dl >
< / li >
<!-- END topicrow -->
< / ul >
<!-- ELSE -->
< ul class = "topiclist" >
< li > < p class = "notopics" > {L_NO_TOPICS}< / p > < / li >
< / ul >
<!-- ENDIF -->
< fieldset class = "display-options" >
2017-07-02 23:55:22 +02:00
< label > {L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}< / label >
< label > {L_SORT_BY} {S_SELECT_SORT_KEY}< / label >
< label > {S_SELECT_SORT_DIR}< / label >
< input type = "submit" name = "sort" value = "{L_GO}" class = "button2" / >
2017-07-02 20:36:07 +02:00
< / fieldset >
< hr / >
2017-07-02 23:55:22 +02:00
< div class = "action-bar bottom" >
< div class = "pagination" >
{TOTAL_TOPICS}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
• {PAGE_NUMBER}
<!-- ENDIF -->
< / div >
< / div >
2017-07-02 20:36:07 +02:00
< / div >
< / div >
2017-07-02 23:55:22 +02:00
<!-- EVENT mcp_forum_actions_before -->
2017-07-02 20:36:07 +02:00
< fieldset class = "display-actions" >
2017-07-02 23:55:22 +02:00
<!-- IF not S_MERGE_SELECT -->
2017-07-02 20:36:07 +02:00
< select name = "action" >
< option value = "" selected = "selected" > {L_SELECT_ACTION}< / option >
<!-- IF S_CAN_DELETE --> < option value = "delete_topic" > {L_DELETE}< / option > <!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- IF S_CAN_RESTORE --> < option value = "restore_topic" > {L_RESTORE}< / option > <!-- ENDIF -->
2017-07-02 20:36:07 +02:00
<!-- IF S_CAN_MERGE --> < option value = "merge_topics" > {L_MERGE}< / option > <!-- ENDIF -->
<!-- IF S_CAN_MOVE --> < option value = "move" > {L_MOVE}< / option > <!-- ENDIF -->
<!-- IF S_CAN_FORK --> < option value = "fork" > {L_FORK}< / option > <!-- ENDIF -->
<!-- IF S_CAN_LOCK --> < option value = "lock" > {L_LOCK}< / option > < option value = "unlock" > {L_UNLOCK}< / option > <!-- ENDIF -->
<!-- IF S_CAN_SYNC --> < option value = "resync" > {L_RESYNC}< / option > <!-- ENDIF -->
<!-- IF S_CAN_MAKE_NORMAL --> < option value = "make_normal" > {L_MAKE_NORMAL}< / option > <!-- ENDIF -->
<!-- IF S_CAN_MAKE_STICKY --> < option value = "make_sticky" > {L_MAKE_STICKY}< / option > <!-- ENDIF -->
2017-07-02 23:55:22 +02:00
<!-- IF S_CAN_MAKE_ANNOUNCE --> < option value = "make_announce" > {L_MAKE_ANNOUNCE}< / option > <!-- ENDIF -->
<!-- IF S_CAN_MAKE_ANNOUNCE_GLOBAL --> < option value = "make_global" > {L_MAKE_GLOBAL}< / option > <!-- ENDIF -->
<!-- EVENT mcp_forum_actions_append -->
2017-07-02 20:36:07 +02:00
< / select >
< input class = "button2" type = "submit" value = "{L_SUBMIT}" / >
< div > < a href = "#" onclick = "marklist('mcp', 'topic_id_list', true); return false;" > {L_MARK_ALL}< / a > :: < a href = "#" onclick = "marklist('mcp', 'topic_id_list', false); return false;" > {L_UNMARK_ALL}< / a > < / div >
2017-07-02 23:55:22 +02:00
<!-- ENDIF -->
2017-07-02 20:36:07 +02:00
{S_FORM_TOKEN}
< / fieldset >
2017-07-02 23:55:22 +02:00
<!-- EVENT mcp_forum_actions_after -->
2017-07-02 20:36:07 +02:00
< / form >
2017-07-02 23:55:22 +02:00
<!-- INCLUDE mcp_footer.html -->