[ Index ]

PHP Cross Reference of phpBB-3.2.11-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      <tr>
 134          <td>{L_BOARD_STARTED}{L_COLON} </td>
 135          <td><strong>{START_DATE}</strong></td>
 136          <td>{L_AVATAR_DIR_SIZE}{L_COLON} </td>
 137          <td><strong>{AVATAR_DIR_SIZE}</strong></td>
 138      </tr>
 139      <tr>
 140          <td>{L_DATABASE_SIZE}{L_COLON} </td>
 141          <td><strong>{DBSIZE}</strong></td>
 142          <td>{L_UPLOAD_DIR_SIZE}{L_COLON} </td>
 143          <td><strong>{UPLOAD_DIR_SIZE}</strong></td>
 144      </tr>
 145      <tr>
 146          <td>{L_DATABASE_SERVER_INFO}{L_COLON} </td>
 147          <td><strong>{DATABASE_INFO}</strong></td>
 148          <td>{L_GZIP_COMPRESSION}{L_COLON} </td>
 149          <td><strong>{GZIP_COMPRESSION}</strong></td>
 150      </tr>
 151      <tr>
 152          <td>{L_PHP_VERSION}{L_COLON} </td>
 153          <td><strong>{PHP_VERSION_INFO}</strong></td>
 154      <!-- IF S_TOTAL_ORPHAN -->
 155          <td>{L_NUMBER_ORPHAN}{L_COLON} </td>
 156          <td>
 157          <!-- IF TOTAL_ORPHAN > 0 -->
 158              <a href="{U_ATTACH_ORPHAN}" title="{L_MORE_INFORMATION}"><strong>{TOTAL_ORPHAN}</strong></a>
 159          <!-- ELSE -->
 160              <strong>{TOTAL_ORPHAN}</strong>
 161          <!-- ENDIF -->
 162          </td>
 163          <!-- ELSE -->
 164          <td>&nbsp;</td>
 165          <td>&nbsp;</td>
 166      <!-- ENDIF -->
 167      </tr>
 168      <!-- IF S_VERSIONCHECK -->
 169      <tr>
 170          <td>{L_BOARD_VERSION}{L_COLON} </td>
 171          <td>
 172              <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;]
 173          </td>
 174          <td>&nbsp;</td>
 175          <td>&nbsp;</td>
 176      </tr>
 177      <!-- ENDIF -->
 178      </tbody>
 179      </table>
 180  
 181      <!-- IF S_ACTION_OPTIONS -->
 182          <fieldset>
 183              <legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
 184  
 185              <form id="action_online_form" method="post" action="{U_ACTION}" data-ajax="true">
 186                  <dl>
 187                      <dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span>&nbsp;</span></dt>
 188                      <dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
 189                  </dl>
 190              </form>
 191  
 192              <form id="action_date_form" method="post" action="{U_ACTION}" data-ajax="true">
 193                  <dl>
 194                      <dt><label for="action_date">{L_RESET_DATE}</label><br /><span>&nbsp;</span></dt>
 195                      <dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
 196                  </dl>
 197              </form>
 198  
 199              <form id="action_stats_form" method="post" action="{U_ACTION}">
 200                  <dl>
 201                      <dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
 202                      <dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
 203                  </dl>
 204              </form>
 205  
 206              <form id="action_user_form" method="post" action="{U_ACTION}">
 207                  <dl>
 208                      <dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
 209                      <dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
 210                  </dl>
 211              </form>
 212  
 213              <form id="action_db_track_form" method="post" action="{U_ACTION}">
 214                  <dl>
 215                      <dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
 216                      <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>
 217                  </dl>
 218              </form>
 219  
 220              <!-- IF S_FOUNDER -->
 221              <form id="action_purge_sessions_form" method="post" action="{U_ACTION}" data-ajax="true">
 222                  <dl>
 223                      <dt><label for="action_purge_sessions">{L_PURGE_SESSIONS}</label><br /><span>{L_PURGE_SESSIONS_EXPLAIN}</span></dt>
 224                      <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>
 225                  </dl>
 226              </form>
 227              <!-- ENDIF -->
 228  
 229              <form id="action_purge_cache_form" method="post" action="{U_ACTION}" data-ajax="true">
 230                  <dl>
 231                      <dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
 232                      <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>
 233                  </dl>
 234              </form>
 235  
 236              <!-- EVENT acp_main_actions_append -->
 237            </fieldset>
 238      <!-- ENDIF -->
 239  
 240      <!-- IF .log -->
 241          <h2>{L_ADMIN_LOG}</h2>
 242  
 243          <p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
 244  
 245          <div style="text-align: right;"><a href="{U_ADMIN_LOG}">&raquo; {L_VIEW_ADMIN_LOG}</a></div>
 246  
 247          <table class="table1 zebra-table">
 248          <thead>
 249          <tr>
 250              <th>{L_USERNAME}</th>
 251              <th>{L_IP}</th>
 252              <th>{L_TIME}</th>
 253              <th>{L_ACTION}</th>
 254          </tr>
 255          </thead>
 256          <tbody>
 257          <!-- BEGIN log -->
 258              <tr>
 259                  <td>{log.USERNAME}</td>
 260                  <td style="text-align: center;">{log.IP}</td>
 261                  <td style="text-align: center;">{log.DATE}</td>
 262                  <td>{log.ACTION}</td>
 263              </tr>
 264          <!-- END log -->
 265          </tbody>
 266          </table>
 267      <!-- ENDIF -->
 268  
 269      <!-- IF S_INACTIVE_USERS -->
 270          <h2>{L_INACTIVE_USERS}</h2>
 271  
 272          <p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
 273  
 274          <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">&raquo; {L_VIEW_INACTIVE_USERS}</a></div>
 275  
 276          <table class="table1 zebra-table">
 277          <thead>
 278          <tr>
 279              <th>{L_USERNAME}</th>
 280              <th>{L_JOINED}</th>
 281              <th>{L_INACTIVE_DATE}</th>
 282              <th>{L_LAST_VISIT}</th>
 283              <th>{L_INACTIVE_REASON}</th>
 284          </tr>
 285          </thead>
 286          <tbody>
 287          <!-- BEGIN inactive -->
 288              <tr>
 289                  <td style="vertical-align: top;">
 290                      {inactive.USERNAME_FULL}
 291                      <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF -->
 292                  </td>
 293                  <td style="vertical-align: top;">{inactive.JOINED}</td>
 294                  <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td>
 295                  <td style="vertical-align: top;">{inactive.LAST_VISIT}</td>
 296                  <td style="vertical-align: top;">
 297                      {inactive.REASON}
 298                      <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF -->
 299                  </td>
 300              </tr>
 301          <!-- BEGINELSE -->
 302              <tr>
 303                  <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
 304              </tr>
 305          <!-- END inactive -->
 306          </tbody>
 307          </table>
 308      <!-- ENDIF -->
 309  
 310  <!-- ENDIF -->
 311  
 312  <!-- INCLUDE overall_footer.html -->


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