[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

   1  <!-- INCLUDE overall_header.html -->
   2  
   3  <a id="maincontent"></a>
   4  
   5  <!-- IF S_RESTORE_PERMISSIONS -->
   6  
   7      <h1>{L_PERMISSIONS_TRANSFERRED}</h1>
   8  
   9      <p>{L_PERMISSIONS_TRANSFERRED_EXPLAIN}</p>
  10  
  11  <!-- ELSE -->
  12  
  13      <h1>{L_WELCOME_PHPBB}</h1>
  14  
  15      <p>{L_ADMIN_INTRO}</p>
  16  
  17      <!-- IF S_UPDATE_INCOMPLETE -->
  18          <div class="errorbox">
  19              <p>{L_UPDATE_INCOMPLETE} <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
  20          </div>
  21      <!-- ELSEIF S_VERSIONCHECK_FAIL -->
  22          <div class="errorbox notice">
  23              <p>{L_VERSIONCHECK_FAIL}</p>
  24              <p>{VERSIONCHECK_FAIL_REASON}</p>
  25              <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> &middot; <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
  26          </div>
  27      <!-- ELSEIF not S_VERSION_UP_TO_DATE -->
  28          <div class="errorbox">
  29              <p>{L_VERSION_NOT_UP_TO_DATE_TITLE}</p>
  30              <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> &middot; <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
  31          </div>
  32      <!-- ENDIF -->
  33      <!-- IF S_VERSION_UPGRADEABLE -->
  34          <div class="errorbox notice">
  35              <p>{UPGRADE_INSTRUCTIONS}</p>
  36          </div>
  37      <!-- ENDIF -->
  38  
  39      <!-- IF S_SEARCH_INDEX_MISSING -->
  40          <div class="errorbox">
  41              <h3>{L_WARNING}</h3>
  42              <p>{L_NO_SEARCH_INDEX}</p>
  43          </div>
  44      <!-- ENDIF -->
  45  
  46      <!-- IF S_REMOVE_INSTALL -->
  47          <div class="errorbox">
  48              <h3>{L_WARNING}</h3>
  49              <p>{L_REMOVE_INSTALL}</p>
  50          </div>
  51      <!-- ENDIF -->
  52  
  53      <!-- IF S_MBSTRING_LOADED -->
  54          <!-- IF S_MBSTRING_FUNC_OVERLOAD_FAIL -->
  55              <div class="errorbox">
  56                  <h3>{L_ERROR_MBSTRING_FUNC_OVERLOAD}</h3>
  57                  <p>{L_ERROR_MBSTRING_FUNC_OVERLOAD_EXPLAIN}</p>
  58              </div>
  59          <!-- ENDIF -->
  60  
  61          <!-- IF S_MBSTRING_ENCODING_TRANSLATION_FAIL -->
  62              <div class="errorbox">
  63                  <h3>{L_ERROR_MBSTRING_ENCODING_TRANSLATION}</h3>
  64                  <p>{L_ERROR_MBSTRING_ENCODING_TRANSLATION_EXPLAIN}</p>
  65              </div>
  66          <!-- ENDIF -->
  67  
  68          <!-- IF S_MBSTRING_HTTP_INPUT_FAIL -->
  69              <div class="errorbox">
  70                  <h3>{L_ERROR_MBSTRING_HTTP_INPUT}</h3>
  71                  <p>{L_ERROR_MBSTRING_HTTP_INPUT_EXPLAIN}</p>
  72              </div>
  73          <!-- ENDIF -->
  74  
  75          <!-- IF S_MBSTRING_HTTP_OUTPUT_FAIL -->
  76              <div class="errorbox">
  77                  <h3>{L_ERROR_MBSTRING_HTTP_OUTPUT}</h3>
  78                  <p>{L_ERROR_MBSTRING_HTTP_OUTPUT_EXPLAIN}</p>
  79              </div>
  80          <!-- ENDIF -->
  81      <!-- ENDIF -->
  82  
  83      <!-- IF S_WRITABLE_CONFIG -->
  84          <div class="errorbox notice">
  85              <p>{L_WRITABLE_CONFIG}</p>
  86          </div>
  87      <!-- ENDIF -->
  88  
  89      <!-- IF S_PHP_VERSION_OLD -->
  90          <div class="errorbox notice">
  91              <p>{L_PHP_VERSION_OLD}</p>
  92          </div>
  93      <!-- ENDIF -->
  94  
  95      <!-- EVENT acp_main_notice_after -->
  96  
  97      <table class="table1 two-columns no-header" data-no-responsive-header="true">
  98          <caption>{L_FORUM_STATS}</caption>
  99          <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
 100      <thead>
 101      <tr>
 102          <th>{L_STATISTIC}</th>
 103          <th>{L_VALUE}</th>
 104          <th>{L_STATISTIC}</th>
 105          <th>{L_VALUE}</th>
 106      </tr>
 107      </thead>
 108      <tbody>
 109      <tr>
 110          <td>{L_NUMBER_POSTS}{L_COLON} </td>
 111          <td><strong>{TOTAL_POSTS}</strong></td>
 112          <td>{L_POSTS_PER_DAY}{L_COLON} </td>
 113          <td><strong>{POSTS_PER_DAY}</strong></td>
 114      </tr>
 115      <tr>
 116          <td>{L_NUMBER_TOPICS}{L_COLON} </td>
 117          <td><strong>{TOTAL_TOPICS}</strong></td>
 118          <td>{L_TOPICS_PER_DAY}{L_COLON} </td>
 119          <td><strong>{TOPICS_PER_DAY}</strong></td>
 120      </tr>
 121      <tr>
 122          <td>{L_NUMBER_USERS}{L_COLON} </td>
 123          <td><strong>{TOTAL_USERS}</strong></td>
 124          <td>{L_USERS_PER_DAY}{L_COLON} </td>
 125          <td><strong>{USERS_PER_DAY}</strong></td>
 126      </tr>
 127      <tr>
 128          <td>{L_NUMBER_FILES}{L_COLON} </td>
 129          <td><strong>{TOTAL_FILES}</strong></td>
 130          <td>{L_FILES_PER_DAY}{L_COLON} </td>
 131          <td><strong>{FILES_PER_DAY}</strong></td>
 132      </tr>
 133  
 134  
 135      <tr>
 136          <td>{L_BOARD_STARTED}{L_COLON} </td>
 137          <td><strong>{START_DATE}</strong></td>
 138          <td>{L_AVATAR_DIR_SIZE}{L_COLON} </td>
 139          <td><strong>{AVATAR_DIR_SIZE}</strong></td>
 140      </tr>
 141      <tr>
 142          <td>{L_DATABASE_SIZE}{L_COLON} </td>
 143          <td><strong>{DBSIZE}</strong></td>
 144          <td>{L_UPLOAD_DIR_SIZE}{L_COLON} </td>
 145          <td><strong>{UPLOAD_DIR_SIZE}</strong></td>
 146      </tr>
 147      <tr>
 148          <td>{L_DATABASE_SERVER_INFO}{L_COLON} </td>
 149          <td><strong>{DATABASE_INFO}</strong></td>
 150          <td>{L_GZIP_COMPRESSION}{L_COLON} </td>
 151          <td><strong>{GZIP_COMPRESSION}</strong></td>
 152      </tr>
 153      <!-- IF S_TOTAL_ORPHAN or S_VERSIONCHECK -->
 154      <tr>
 155      <!-- IF S_VERSIONCHECK -->
 156          <td>{L_BOARD_VERSION}{L_COLON} </td>
 157          <td>
 158              <strong><a href="{U_VERSIONCHECK}" <!-- IF S_VERSION_UP_TO_DATE -->style="color: #228822;" <!-- ELSEIF not S_VERSIONCHECK_FAIL -->style="color: #BC2A4D;" <!-- ENDIF -->title="{L_MORE_INFORMATION}">{BOARD_VERSION}</a></strong> [&nbsp;<a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;]
 159          </td>
 160      <!-- ENDIF -->
 161      <!-- IF S_TOTAL_ORPHAN -->
 162          <td>{L_NUMBER_ORPHAN}{L_COLON} </td>
 163          <td><strong>{TOTAL_ORPHAN}</strong></td>
 164      <!-- ENDIF -->
 165      <!-- IF not S_TOTAL_ORPHAN or not S_VERSIONCHECK -->
 166          <td>&nbsp;</td>
 167          <td>&nbsp;</td>
 168      <!-- ENDIF -->
 169      </tr>
 170      <!-- ENDIF -->
 171      </tbody>
 172      </table>
 173  
 174      <!-- IF S_ACTION_OPTIONS -->
 175          <fieldset>
 176              <legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
 177  
 178              <form id="action_online_form" method="post" action="{U_ACTION}" data-ajax="true">
 179                  <dl>
 180                      <dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span>&nbsp;</span></dt>
 181                      <dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
 182                  </dl>
 183              </form>
 184  
 185              <form id="action_date_form" method="post" action="{U_ACTION}" data-ajax="true">
 186                  <dl>
 187                      <dt><label for="action_date">{L_RESET_DATE}</label><br /><span>&nbsp;</span></dt>
 188                      <dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
 189                  </dl>
 190              </form>
 191  
 192              <form id="action_stats_form" method="post" action="{U_ACTION}">
 193                  <dl>
 194                      <dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
 195                      <dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
 196                  </dl>
 197              </form>
 198  
 199              <form id="action_user_form" method="post" action="{U_ACTION}">
 200                  <dl>
 201                      <dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
 202                      <dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
 203                  </dl>
 204              </form>
 205  
 206              <form id="action_db_track_form" method="post" action="{U_ACTION}">
 207                  <dl>
 208                      <dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
 209                      <dd><input type="hidden" name="action" value="db_track" /><input class="button2" type="submit" id="action_db_track" name="action_db_track" value="{L_RUN}" /></dd>
 210                  </dl>
 211              </form>
 212  
 213              <!-- IF S_FOUNDER -->
 214              <form id="action_purge_sessions_form" method="post" action="{U_ACTION}" data-ajax="true">
 215                  <dl>
 216                      <dt><label for="action_purge_sessions">{L_PURGE_SESSIONS}</label><br /><span>{L_PURGE_SESSIONS_EXPLAIN}</span></dt>
 217                      <dd><input type="hidden" name="action" value="purge_sessions" /><input class="button2" type="submit" id="action_purge_sessions" name="action_purge_sessions" value="{L_RUN}" /></dd>
 218                  </dl>
 219              </form>
 220              <!-- ENDIF -->
 221  
 222              <form id="action_purge_cache_form" method="post" action="{U_ACTION}" data-ajax="true">
 223                  <dl>
 224                      <dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
 225                      <dd><input type="hidden" name="action" value="purge_cache" /><input class="button2" type="submit" id="action_purge_cache" name="action_purge_cache" value="{L_RUN}" /></dd>
 226                  </dl>
 227              </form>
 228  
 229              <!-- EVENT acp_main_actions_append -->
 230            </fieldset>
 231      <!-- ENDIF -->
 232  
 233      <!-- IF .log -->
 234          <h2>{L_ADMIN_LOG}</h2>
 235  
 236          <p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
 237  
 238          <div style="text-align: right;"><a href="{U_ADMIN_LOG}">&raquo; {L_VIEW_ADMIN_LOG}</a></div>
 239  
 240          <table class="table1 zebra-table">
 241          <thead>
 242          <tr>
 243              <th>{L_USERNAME}</th>
 244              <th>{L_IP}</th>
 245              <th>{L_TIME}</th>
 246              <th>{L_ACTION}</th>
 247          </tr>
 248          </thead>
 249          <tbody>
 250          <!-- BEGIN log -->
 251              <tr>
 252                  <td>{log.USERNAME}</td>
 253                  <td style="text-align: center;">{log.IP}</td>
 254                  <td style="text-align: center;">{log.DATE}</td>
 255                  <td>{log.ACTION}</td>
 256              </tr>
 257          <!-- END log -->
 258          </tbody>
 259          </table>
 260      <!-- ENDIF -->
 261  
 262      <!-- IF S_INACTIVE_USERS -->
 263          <h2>{L_INACTIVE_USERS}</h2>
 264  
 265          <p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
 266  
 267          <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">&raquo; {L_VIEW_INACTIVE_USERS}</a></div>
 268  
 269          <table class="table1 zebra-table">
 270          <thead>
 271          <tr>
 272              <th>{L_USERNAME}</th>
 273              <th>{L_JOINED}</th>
 274              <th>{L_INACTIVE_DATE}</th>
 275              <th>{L_LAST_VISIT}</th>
 276              <th>{L_INACTIVE_REASON}</th>
 277          </tr>
 278          </thead>
 279          <tbody>
 280          <!-- BEGIN inactive -->
 281              <tr>
 282                  <td style="vertical-align: top;">
 283                      {inactive.USERNAME_FULL}
 284                      <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF -->
 285                  </td>
 286                  <td style="vertical-align: top;">{inactive.JOINED}</td>
 287                  <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td>
 288                  <td style="vertical-align: top;">{inactive.LAST_VISIT}</td>
 289                  <td style="vertical-align: top;">
 290                      {inactive.REASON}
 291                      <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF -->
 292                  </td>
 293              </tr>
 294          <!-- BEGINELSE -->
 295              <tr>
 296                  <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
 297              </tr>
 298          <!-- END inactive -->
 299          </tbody>
 300          </table>
 301      <!-- ENDIF -->
 302  
 303  <!-- ENDIF -->
 304  
 305  <!-- INCLUDE overall_footer.html -->


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1