[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/styles/prosilver/template/ -> mcp_reports.html (source)

   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 bar-top">
  22              <div class="pagination">
  23                  {TOTAL_REPORTS}
  24                  <!-- IF .pagination -->
  25                      <!-- INCLUDE pagination.html -->
  26                  <!-- ELSE -->
  27                       &bull; {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 --> &amp; {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>
  50                              {% if postrow.ATTACH_ICON_IMG %} <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i>{% endif %}
  51                              <br>
  52                              <span>{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} &raquo; {postrow.PM_TIME}</span><br />
  53                              <span>{L_MESSAGE_TO} {postrow.RECIPIENTS}</span>
  54                              <div class="responsive-show" style="display: none;">
  55                                  {L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} &laquo; {postrow.REPORT_TIME}
  56                              </div>
  57                          </div>
  58                      </dt>
  59                      <dd class="moderation">
  60                          <span>{postrow.REPORTER_FULL} &laquo; {postrow.REPORT_TIME}</span>
  61                      </dd>
  62                      <!-- ELSE -->
  63                      <dt>
  64                          <div class="list-inner">
  65                              <a href="{{ postrow.U_VIEW_DETAILS }}" class="topictitle">{{ postrow.POST_SUBJECT }}</a>
  66                              {% if postrow.ATTACH_ICON_IMG %} <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i>{% endif %}
  67                              <br>
  68                              <span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} &raquo; {postrow.POST_TIME}</span>
  69                              <div class="responsive-show" style="display: none;">
  70                                  {L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} &laquo; {postrow.REPORT_TIME}<br />
  71                                  <!-- IF postrow.U_VIEWFORUM -->{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF -->
  72                              </div>
  73                          </div>
  74                      </dt>
  75                      <dd class="moderation">
  76                          <span>{postrow.REPORTER_FULL} &laquo; {postrow.REPORT_TIME}<br />
  77                          <!-- IF postrow.U_VIEWFORUM -->{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF --></span>
  78                      </dd>
  79                      <!-- ENDIF -->
  80                      <dd class="mark"><input type="checkbox" name="report_id_list[]" value="{postrow.REPORT_ID}" /></dd>
  81                  </dl>
  82              </li>
  83          <!-- END postrow -->
  84          </ul>
  85  
  86          <div class="action-bar bottom">
  87              <!-- INCLUDE display_options.html -->
  88              <!-- IF TOPIC_ID -->
  89                  <label>
  90                      <input type="hidden" name="t" value="0">
  91                      <input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" onClick="document.getElementById('mcp').submit()" />
  92                      <strong>{L_ONLY_TOPIC}</strong>
  93                  </label>
  94              <!-- ENDIF -->
  95  
  96              <div class="pagination">
  97                  {TOTAL_REPORTS}
  98                  <!-- IF .pagination -->
  99                      <!-- INCLUDE pagination.html -->
 100                  <!-- ELSE -->
 101                       &bull; {PAGE_NUMBER}
 102                  <!-- ENDIF -->
 103              </div>
 104          </div>
 105  
 106      <!-- ELSE -->
 107          <p><strong>{L_NO_REPORTS}</strong></p>
 108      <!-- ENDIF -->
 109  
 110      </div>
 111  </div>
 112  
 113  <!-- IF .postrow -->
 114      <fieldset class="display-actions">
 115          <input class="button2" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
 116          <!-- IF not S_CLOSED -->&nbsp;<input class="button1" type="submit" name="action[close]" value="{L_CLOSE_REPORTS}" /><!-- ENDIF -->
 117          <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>
 118      </fieldset>
 119  <!-- ENDIF -->
 120  </form>
 121  
 122  <!-- INCLUDE mcp_footer.html -->


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1