2005-12-19 18:55:52 +00:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
|
|
|
<a name="maincontent"></a><h1>{L_WELCOME_PHPBB}</h1>
|
|
|
|
|
|
|
|
<p>{L_ADMIN_INTRO}</p>
|
|
|
|
|
2006-05-27 16:24:21 +00:00
|
|
|
<!-- IF S_DEBUG_EXTRA -->
|
|
|
|
<div class="errorbox">
|
|
|
|
<h3>{L_WARNING}</h3>
|
|
|
|
<p>{L_DEBUG_EXTRA_WARNING}</p>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
2006-08-12 15:37:28 +00:00
|
|
|
<!-- IF S_REMOVE_INSTALL -->
|
|
|
|
<div class="errorbox">
|
|
|
|
<h3>{L_WARNING}</h3>
|
|
|
|
<p>{L_REMOVE_INSTALL}</p>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
2005-12-19 18:55:52 +00:00
|
|
|
<table cellspacing="1">
|
|
|
|
<caption>{L_FORUM_STATS}</caption>
|
|
|
|
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
|
2006-06-06 20:53:46 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{L_STATISTIC}</th>
|
|
|
|
<th>{L_VALUE}</th>
|
|
|
|
<th>{L_STATISTIC}</th>
|
|
|
|
<th>{L_VALUE}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>{L_NUMBER_POSTS}: </td>
|
|
|
|
<td><b>{TOTAL_POSTS}</b></td>
|
|
|
|
<td>{L_POSTS_PER_DAY}: </td>
|
|
|
|
<td><b>{POSTS_PER_DAY}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{L_NUMBER_TOPICS}: </td>
|
|
|
|
<td><b>{TOTAL_TOPICS}</b></td>
|
|
|
|
<td>{L_TOPICS_PER_DAY}: </td>
|
|
|
|
<td><b>{TOPICS_PER_DAY}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{L_NUMBER_USERS}: </td>
|
|
|
|
<td><b>{TOTAL_USERS}</b></td>
|
|
|
|
<td>{L_USERS_PER_DAY}: </td>
|
|
|
|
<td><b>{USERS_PER_DAY}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{L_NUMBER_FILES}: </td>
|
|
|
|
<td><b>{TOTAL_FILES}</b></td>
|
|
|
|
<td>{L_FILES_PER_DAY}: </td>
|
|
|
|
<td><b>{FILES_PER_DAY}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{L_BOARD_STARTED}: </td>
|
|
|
|
<td><b>{START_DATE}</b></td>
|
|
|
|
<td>{L_AVATAR_DIR_SIZE}: </td>
|
|
|
|
<td><b>{AVATAR_DIR_SIZE}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>{L_DATABASE_SIZE}: </td>
|
|
|
|
<td><b>{DBSIZE}</b></td>
|
|
|
|
<td>{L_UPLOAD_DIR_SIZE}: </td>
|
|
|
|
<td><b>{UPLOAD_DIR_SIZE}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2006-07-09 16:23:57 +00:00
|
|
|
<td>{L_DATABASE_SERVER_INFO}: </td>
|
|
|
|
<td><b>{DATABASE_INFO}</b></td>
|
2006-06-06 20:53:46 +00:00
|
|
|
<td>{L_GZIP_COMPRESSION}: </td>
|
|
|
|
<td><b>{GZIP_COMPRESSION}</b></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
2005-12-19 18:55:52 +00:00
|
|
|
</table>
|
|
|
|
|
2006-04-17 13:09:50 +00:00
|
|
|
<!-- IF S_ACTION_OPTIONS -->
|
|
|
|
<form id="stats" method="post" action="{U_ACTION}">
|
|
|
|
<fieldset class="quick">
|
|
|
|
<select name="action">{S_ACTION_OPTIONS}</select>
|
2005-12-19 18:55:52 +00:00
|
|
|
|
2006-04-17 13:09:50 +00:00
|
|
|
<input class="button2" type="submit" name="submit" value="{L_SUBMIT}" />
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
<!-- ENDIF -->
|
2005-12-19 18:55:52 +00:00
|
|
|
|
2006-04-17 13:09:50 +00:00
|
|
|
<!-- IF .log -->
|
|
|
|
<h2>{L_ADMIN_LOG}</h2>
|
2005-12-19 18:55:52 +00:00
|
|
|
|
2006-04-17 13:09:50 +00:00
|
|
|
<p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
|
2005-12-19 18:55:52 +00:00
|
|
|
|
2006-04-17 13:09:50 +00:00
|
|
|
<table cellspacing="1">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{L_USERNAME}</th>
|
|
|
|
<th>{L_IP}</th>
|
|
|
|
<th>{L_TIME}</th>
|
|
|
|
<th>{L_ACTION}</th>
|
2005-12-19 18:55:52 +00:00
|
|
|
</tr>
|
2006-04-17 13:09:50 +00:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<!-- BEGIN log -->
|
|
|
|
<!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
|
|
|
|
|
|
|
<td>{log.USERNAME}</td>
|
|
|
|
<td style="text-align: center;">{log.IP}</td>
|
|
|
|
<td style="text-align: center;">{log.DATE}</td>
|
|
|
|
<td>{log.ACTION}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END log -->
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2006-07-09 16:23:57 +00:00
|
|
|
|
|
|
|
<br />
|
|
|
|
<div style="text-align: right;"><a href="{U_ADMIN_LOG}">» {L_VIEW_ADMIN_LOG}</a></div>
|
|
|
|
|
2006-04-17 13:09:50 +00:00
|
|
|
<!-- ENDIF -->
|
2005-12-19 18:55:52 +00:00
|
|
|
|
|
|
|
<!-- IF S_INACTIVE_USERS -->
|
|
|
|
<h2>{L_INACTIVE_USERS}</h2>
|
|
|
|
|
|
|
|
<p>{L_INACTIVE_USERS_EXPLAIN}</p>
|
|
|
|
|
|
|
|
<form id="inactive" method="post" action="{U_ACTION}">
|
|
|
|
|
|
|
|
<table cellspacing="1">
|
|
|
|
<thead>
|
2006-06-06 20:53:46 +00:00
|
|
|
<tr>
|
|
|
|
<th>{L_USERNAME}</th>
|
|
|
|
<th>{L_JOINED}</th>
|
2006-07-01 19:11:52 +00:00
|
|
|
<th>{L_LAST_VISIT}</th>
|
2006-06-06 20:53:46 +00:00
|
|
|
<th>{L_MARK}</th>
|
|
|
|
</tr>
|
2005-12-19 18:55:52 +00:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<!-- BEGIN inactive -->
|
|
|
|
<!-- IF inactive.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
|
|
|
|
|
|
|
<td><a href="{inactive.U_USER_ADMIN}">{inactive.USERNAME}</a></td>
|
|
|
|
<td>{inactive.DATE}</td>
|
2006-07-01 19:11:52 +00:00
|
|
|
<td>{inactive.LAST_VISIT}</td>
|
2006-06-13 15:06:32 +00:00
|
|
|
<td> <input type="checkbox" class="radio" name="mark[]" value="{inactive.USER_ID}" /> </td>
|
2005-12-19 18:55:52 +00:00
|
|
|
</tr>
|
|
|
|
<!-- BEGINELSE -->
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END inactive -->
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- IF .inactive -->
|
|
|
|
<fieldset class="quick">
|
2006-02-12 19:21:00 +00:00
|
|
|
<p><a href="javascript:marklist('inactive', 'mark', true);">{L_MARK_ALL}</a> • <a href="javascript:marklist('inactive', 'mark', false);">{L_UNMARK_ALL}</a></p>
|
2005-12-19 18:55:52 +00:00
|
|
|
<select name="action">{S_INACTIVE_OPTIONS}</select>
|
|
|
|
|
|
|
|
<input class="button2" type="submit" name="submit" value="{L_SUBMIT}" />
|
|
|
|
</fieldset>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|