[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE mcp_header.html --> 2 3 <form id="mcp" method="post" action="{S_MCP_ACTION}"> 4 5 <!-- IF not S_PM --> 6 <fieldset class="forum-selection"> 7 <label for="fo">{L_FORUM}{L_COLON} <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label> 8 <input type="submit" name="sort" value="{L_GO}" class="button2" /> 9 {S_FORM_TOKEN} 10 </fieldset> 11 <!-- ENDIF --> 12 13 <h2>{L_TITLE}</h2> 14 15 <div class="panel"> 16 <div class="inner"> 17 18 <p>{L_EXPLAIN}</p> 19 20 <!-- IF .postrow --> 21 <div class="action-bar top"> 22 <div class="pagination"> 23 {TOTAL_REPORTS} 24 <!-- IF .pagination --> 25 <!-- INCLUDE pagination.html --> 26 <!-- ELSE --> 27 • {PAGE_NUMBER} 28 <!-- ENDIF --> 29 </div> 30 </div> 31 32 <ul class="topiclist missing-column"> 33 <li class="header"> 34 <dl> 35 <dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt> 36 <dd class="moderation"><span>{L_REPORTER}<!-- IF not S_PM --> & {L_FORUM}<!-- ENDIF --></span></dd> 37 <dd class="mark">{L_MARK}</dd> 38 </dl> 39 </li> 40 </ul> 41 <ul class="topiclist cplist missing-column"> 42 43 <!-- BEGIN postrow --> 44 <li class="row<!-- IF postrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 45 <dl> 46 <!-- IF S_PM --> 47 <dt> 48 <div class="list-inner"> 49 <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.PM_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> 50 <span>{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}</span><br /> 51 <span>{L_MESSAGE_TO} {postrow.RECIPIENTS}</span> 52 <div class="responsive-show" style="display: none;"> 53 {L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} « {postrow.REPORT_TIME} 54 </div> 55 </div> 56 </dt> 57 <dd class="moderation"> 58 <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}</span> 59 </dd> 60 <!-- ELSE --> 61 <dt> 62 <div class="list-inner"> 63 <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> 64 <span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span> 65 <div class="responsive-show" style="display: none;"> 66 {L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br /> 67 <!-- IF postrow.U_VIEWFORUM -->{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF --> 68 </div> 69 </div> 70 </dt> 71 <dd class="moderation"> 72 <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br /> 73 <!-- IF postrow.U_VIEWFORUM -->{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF --></span> 74 </dd> 75 <!-- ENDIF --> 76 <dd class="mark"><input type="checkbox" name="report_id_list[]" value="{postrow.REPORT_ID}" /></dd> 77 </dl> 78 </li> 79 <!-- END postrow --> 80 </ul> 81 82 <fieldset class="display-options"> 83 <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label> 84 <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> 85 <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> 86 <input type="submit" name="sort" value="{L_GO}" class="button2" /> 87 </fieldset> 88 89 <hr /> 90 91 <div class="action-bar bottom"> 92 <div class="pagination"> 93 {TOTAL_REPORTS} 94 <!-- IF .pagination --> 95 <!-- INCLUDE pagination.html --> 96 <!-- ELSE --> 97 • {PAGE_NUMBER} 98 <!-- ENDIF --> 99 </div> 100 </div> 101 102 <!-- ELSE --> 103 <p><strong>{L_NO_REPORTS}</strong></p> 104 <!-- ENDIF --> 105 106 </div> 107 </div> 108 109 <!-- IF .postrow --> 110 <fieldset class="display-actions"> 111 <input class="button2" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" /> 112 <!-- IF not S_CLOSED --> <input class="button1" type="submit" name="action[close]" value="{L_CLOSE_REPORTS}" /><!-- ENDIF --> 113 <div><a href="#" onclick="marklist('mcp', 'report_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'report_id_list', false); return false;">{L_UNMARK_ALL}</a></div> 114 </fieldset> 115 <!-- ENDIF --> 116 </form> 117 118 <!-- INCLUDE mcp_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |