[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/adm/style/ -> acp_logs.html (source)

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <a id="maincontent"></a>
   4  
   5  <h1>{L_TITLE}</h1>
   6  
   7  <p>{L_EXPLAIN}</p>
   8  
   9  <form id="list" method="post" action="{U_ACTION}">
  10  
  11  <fieldset class="display-options search-box">
  12      {L_SEARCH_KEYWORDS}{L_COLON} <input type="text" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="button2" name="filter" value="{L_SEARCH}" />
  13  </fieldset>
  14  
  15  <!-- IF .pagination -->
  16  <div class="pagination top-pagination">
  17      <!-- INCLUDE pagination.html -->
  18  </div>
  19  <!-- ENDIF -->
  20  
  21  <!-- IF .log -->
  22      <table class="table1 zebra-table fixed-width-table">
  23      <thead>
  24      <tr>
  25          <th style="width: 15%;">{L_USERNAME}</th>
  26          <th style="width: 15%;">{L_IP}</th>
  27          <th style="width: 20%;">{L_TIME}</th>
  28          <th>{L_ACTION}</th>
  29          <!-- IF S_CLEARLOGS -->
  30              <th style="width: 50px;">{L_MARK}</th>
  31          <!-- ENDIF -->
  32      </tr>
  33      </thead>
  34      <tbody>
  35      <!-- BEGIN log -->
  36          <tr>
  37              <td>
  38                  {log.USERNAME}
  39                  <!-- IF log.REPORTEE_USERNAME -->
  40                  <br />&raquo; {log.REPORTEE_USERNAME}
  41                  <!-- ENDIF -->
  42              </td>
  43              <td style="text-align: center;">{log.IP}</td>
  44              <td style="text-align: center;">{log.DATE}</td>
  45              <td>{log.ACTION}<!-- IF log.DATA --><br /><span>{log.DATA}</span><!-- ENDIF --></td>
  46              <!-- IF S_CLEARLOGS -->
  47                  <td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{log.ID}" /></td>
  48              <!-- ENDIF -->
  49          </tr>
  50      <!-- END log -->
  51      </tbody>
  52      </table>
  53  
  54  <!-- IF .pagination -->
  55      <div class="pagination">
  56          <!-- INCLUDE pagination.html -->
  57      </div>
  58  <!-- ENDIF -->
  59  
  60  <!-- ELSE -->
  61      <div class="errorbox">
  62          <p>{L_NO_ENTRIES}</p>
  63      </div>
  64  <!-- ENDIF -->
  65  
  66  <fieldset class="display-options">
  67      {L_DISPLAY_LOG}{L_COLON} &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}
  68      <input class="button2" type="submit" value="{L_GO}" name="sort" />
  69      {S_FORM_TOKEN}
  70  </fieldset>
  71  <hr />
  72  
  73  <!-- IF S_SHOW_FORUMS -->
  74      <fieldset class="quick">
  75          {L_SELECT_FORUM}{L_COLON} <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ this.form.submit(); }">{S_FORUM_BOX}</select>
  76          <!-- EVENT acp_logs_quick_select_forum_button_prepend --><input class="button2" type="submit" value="{L_GO}" /><!-- EVENT acp_logs_quick_select_forum_button_append -->
  77      </fieldset>
  78  <!-- ENDIF -->
  79  
  80  <!-- IF .log and S_CLEARLOGS -->
  81      <fieldset class="quick">
  82          <input class="button2" type="submit" name="delall" value="{L_DELETE_ALL}" />&nbsp;
  83          <input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" /><br />
  84          <p class="small"><a href="#" onclick="marklist('list', 'mark', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('list', 'mark', false); return false;">{L_UNMARK_ALL}</a></p>
  85      </fieldset>
  86  <!-- ENDIF -->
  87  
  88  </form>
  89  
  90  <!-- INCLUDE overall_footer.html -->


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1