[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE mcp_header.html --> 2 3 <!-- DEFINE $CUSTOM_FIELDSET_CLASS = 'forum-selection2' --> 4 <!-- INCLUDE jumpbox.html --> 5 6 <h2><a href="{U_VIEW_FORUM}">{L_FORUM}{L_COLON} {FORUM_NAME}</a></h2> 7 8 <form method="post" id="mcp" action="{S_MCP_ACTION}"> 9 10 <div class="panel"> 11 <div class="inner"> 12 13 <div class="action-bar bar-top"> 14 <div class="pagination"> 15 {TOTAL_TOPICS} 16 <!-- IF .pagination --> 17 <!-- INCLUDE pagination.html --> 18 <!-- ELSE --> 19 • {PAGE_NUMBER} 20 <!-- ENDIF --> 21 </div> 22 </div> 23 24 <!-- IF .topicrow --> 25 <ul class="topiclist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->"> 26 <li class="header"> 27 <dl class="row-item"> 28 <dt><div class="list-inner">{L_TOPICS}</div></dt> 29 <dd class="posts">{L_REPLIES}</dd> 30 <dd class="lastpost"><span>{L_LAST_POST}</span></dd> 31 <!-- IF not S_MERGE_SELECT --><dd class="mark">{L_MARK}</dd><!-- ENDIF --> 32 </dl> 33 </li> 34 </ul> 35 <ul class="topiclist cplist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->"> 36 37 <!-- BEGIN topicrow --> 38 <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->"> 39 <dl class="row-item {topicrow.TOPIC_IMG_STYLE}"> 40 <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->> 41 <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> 42 <div class="list-inner"> 43 <!-- EVENT topiclist_row_prepend --> 44 <!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF --> 45 <!-- EVENT mcp_forum_topic_title_before --> 46 <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> 47 <!-- EVENT mcp_forum_topic_title_after --> 48 <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> 49 <a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}"> 50 <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span> 51 </a> 52 <!-- ENDIF --> 53 <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --> 54 <a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}"> 55 <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span> 56 </a> 57 <!-- ENDIF --> 58 <!-- IF topicrow.S_TOPIC_REPORTED --> 59 <a href="{topicrow.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}"> 60 <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> 61 </a> 62 <!-- ENDIF --> 63 <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> <a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF --> 64 <br /> 65 <!-- EVENT topiclist_row_topic_title_after --> 66 <div class="responsive-show" style="display: none;"> 67 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 68 {L_LAST_POST} {L_POST_BY_AUTHOR} {% EVENT mcp_forum_last_post_author_username_prepend %}{topicrow.LAST_POST_AUTHOR_FULL}{% EVENT mcp_forum_last_post_author_username_append %} « {topicrow.LAST_POST_TIME}<br /> 69 </div> 70 <span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span> 71 72 <!-- IF .topicrow.pagination --> 73 <div class="pagination"> 74 <ul> 75 <!-- BEGIN pagination --> 76 <!-- IF topicrow.pagination.S_IS_PREV --> 77 <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li> 78 <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> 79 <!-- ELSEIF topicrow.pagination.S_IS_NEXT --> 80 <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li> 81 <!-- ENDIF --> 82 <!-- END pagination --> 83 </ul> 84 </div> 85 <!-- ENDIF --> 86 87 <div class="responsive-hide"> 88 <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> 89 {% EVENT topiclist_row_topic_by_author_before %} 90 {L_POST_BY_AUTHOR} {% EVENT mcp_forum_topic_author_username_prepend %}{topicrow.TOPIC_AUTHOR_FULL}{% EVENT mcp_forum_topic_author_username_append %} » {topicrow.FIRST_POST_TIME} 91 {% EVENT topiclist_row_topic_by_author_after %} 92 </div> 93 <!-- EVENT topiclist_row_append --> 94 </div> 95 </dt> 96 <dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd> 97 <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {% EVENT mcp_forum_last_post_author_username_prepend %}{topicrow.LAST_POST_AUTHOR_FULL}{% EVENT mcp_forum_last_post_author_username_append %}<br />{topicrow.LAST_POST_TIME}</span></dd> 98 <!-- IF not S_MERGE_SELECT --> 99 <dd class="mark"> 100 <!-- 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 --> 101 </dd> 102 <!-- ENDIF --> 103 </dl> 104 </li> 105 <!-- END topicrow --> 106 </ul> 107 <!-- ELSE --> 108 <ul class="topiclist"> 109 <li><p class="notopics">{L_NO_TOPICS}</p></li> 110 </ul> 111 <!-- ENDIF --> 112 113 <div class="action-bar bottom"> 114 <!-- INCLUDE display_options.html --> 115 116 <div class="pagination"> 117 {TOTAL_TOPICS} 118 <!-- IF .pagination --> 119 <!-- INCLUDE pagination.html --> 120 <!-- ELSE --> 121 • {PAGE_NUMBER} 122 <!-- ENDIF --> 123 </div> 124 </div> 125 126 </div> 127 </div> 128 129 <!-- EVENT mcp_forum_actions_before --> 130 <fieldset class="display-actions"> 131 <!-- IF not S_MERGE_SELECT --> 132 <select name="action"> 133 <option value="" selected="selected">{L_SELECT_ACTION}</option> 134 <!-- IF S_CAN_DELETE --><option value="delete_topic">{L_DELETE}</option><!-- ENDIF --> 135 <!-- IF S_CAN_RESTORE --><option value="restore_topic">{L_RESTORE}</option><!-- ENDIF --> 136 <!-- IF S_CAN_MERGE --><option value="merge_topics">{L_MERGE}</option><!-- ENDIF --> 137 <!-- IF S_CAN_MOVE --><option value="move">{L_MOVE}</option><!-- ENDIF --> 138 <!-- IF S_CAN_FORK --><option value="fork">{L_FORK}</option><!-- ENDIF --> 139 <!-- IF S_CAN_LOCK --><option value="lock">{L_LOCK}</option><option value="unlock">{L_UNLOCK}</option><!-- ENDIF --> 140 <!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF --> 141 <!-- IF S_CAN_MAKE_NORMAL --><option value="make_normal">{L_MAKE_NORMAL}</option><!-- ENDIF --> 142 <!-- IF S_CAN_MAKE_STICKY --><option value="make_sticky">{L_MAKE_STICKY}</option><!-- ENDIF --> 143 <!-- IF S_CAN_MAKE_ANNOUNCE --><option value="make_announce">{L_MAKE_ANNOUNCE}</option><!-- ENDIF --> 144 <!-- IF S_CAN_MAKE_ANNOUNCE_GLOBAL --><option value="make_global">{L_MAKE_GLOBAL}</option><!-- ENDIF --> 145 <!-- EVENT mcp_forum_actions_append --> 146 </select> 147 <input class="button2" type="submit" value="{L_SUBMIT}" /> 148 <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> 149 <!-- ENDIF --> 150 {S_FORM_TOKEN} 151 </fieldset> 152 <!-- EVENT mcp_forum_actions_after --> 153 </form> 154 155 <!-- INCLUDE mcp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |