1
<!-- INCLUDE overall_header.html -->
3
<a name="maincontent"></a>
5
<!-- IF S_RESTORE_PERMISSIONS -->
7
<h1>{L_PERMISSIONS_TRANSFERRED}</h1>
9
<p>{L_PERMISSIONS_TRANSFERRED_EXPLAIN}</p>
13
<h1>{L_WELCOME_PHPBB}</h1>
15
<p>{L_ADMIN_INTRO}</p>
17
<!-- IF S_REMOVE_INSTALL -->
18
<div class="errorbox">
20
<p>{L_REMOVE_INSTALL}</p>
24
<table cellspacing="1">
25
<caption>{L_FORUM_STATS}</caption>
26
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
29
<th>{L_STATISTIC}</th>
31
<th>{L_STATISTIC}</th>
37
<td>{L_NUMBER_POSTS}: </td>
38
<td><strong>{TOTAL_POSTS}</strong></td>
39
<td>{L_POSTS_PER_DAY}: </td>
40
<td><strong>{POSTS_PER_DAY}</strong></td>
43
<td>{L_NUMBER_TOPICS}: </td>
44
<td><strong>{TOTAL_TOPICS}</strong></td>
45
<td>{L_TOPICS_PER_DAY}: </td>
46
<td><strong>{TOPICS_PER_DAY}</strong></td>
49
<td>{L_NUMBER_USERS}: </td>
50
<td><strong>{TOTAL_USERS}</strong></td>
51
<td>{L_USERS_PER_DAY}: </td>
52
<td><strong>{USERS_PER_DAY}</strong></td>
55
<td>{L_NUMBER_FILES}: </td>
56
<td><strong>{TOTAL_FILES}</strong></td>
57
<td>{L_FILES_PER_DAY}: </td>
58
<td><strong>{FILES_PER_DAY}</strong></td>
63
<td>{L_BOARD_STARTED}: </td>
64
<td><strong>{START_DATE}</strong></td>
65
<td>{L_AVATAR_DIR_SIZE}: </td>
66
<td><strong>{AVATAR_DIR_SIZE}</strong></td>
69
<td>{L_DATABASE_SIZE}: </td>
70
<td><strong>{DBSIZE}</strong></td>
71
<td>{L_UPLOAD_DIR_SIZE}: </td>
72
<td><strong>{UPLOAD_DIR_SIZE}</strong></td>
75
<td>{L_DATABASE_SERVER_INFO}: </td>
76
<td><strong>{DATABASE_INFO}</strong></td>
77
<td>{L_GZIP_COMPRESSION}: </td>
78
<td><strong>{GZIP_COMPRESSION}</strong></td>
81
<td>{L_BOARD_VERSION}: </td>
82
<td><strong>{BOARD_VERSION}</strong></td>
83
<!-- IF S_TOTAL_ORPHAN -->
84
<td>{L_NUMBER_ORPHAN}: </td>
85
<td><strong>{TOTAL_ORPHAN}</strong></td>
94
<!-- IF S_ACTION_OPTIONS -->
96
<legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
98
<form id="action_online_form" method="post" action="{U_ACTION}">
100
<dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span> </span></dt>
101
<dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
105
<form id="action_date_form" method="post" action="{U_ACTION}">
107
<dt><label for="action_date">{L_RESET_DATE}</label><br /><span> </span></dt>
108
<dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
112
<form id="action_stats_form" method="post" action="{U_ACTION}">
114
<dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
115
<dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
119
<form id="action_user_form" method="post" action="{U_ACTION}">
121
<dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
122
<dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
126
<form id="action_db_track_form" method="post" action="{U_ACTION}">
128
<dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
129
<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>
133
<!-- IF S_FOUNDER -->
134
<form id="action_purge_cache_form" method="post" action="{U_ACTION}">
136
<dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
137
<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>
145
<h2>{L_ADMIN_LOG}</h2>
147
<p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
149
<div style="text-align: right;"><a href="{U_ADMIN_LOG}">» {L_VIEW_ADMIN_LOG}</a></div>
151
<table cellspacing="1">
154
<th>{L_USERNAME}</th>
162
<!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
164
<td>{log.USERNAME}</td>
165
<td style="text-align: center;">{log.IP}</td>
166
<td style="text-align: center;">{log.DATE}</td>
167
<td>{log.ACTION}</td>
177
<!-- IF S_INACTIVE_USERS -->
178
<h2>{L_INACTIVE_USERS}</h2>
180
<p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
182
<div style="text-align: right;"><a href="{U_INACTIVE_USERS}">» {L_VIEW_INACTIVE_USERS}</a></div>
184
<table cellspacing="1">
187
<th>{L_USERNAME}</th>
189
<th>{L_INACTIVE_DATE}</th>
190
<th>{L_INACTIVE_REASON}</th>
191
<th>{L_LAST_VISIT}</th>
195
<!-- BEGIN inactive -->
196
<!-- IF inactive.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
198
<td><a href="{inactive.U_USER_ADMIN}">{inactive.USERNAME}</a></td>
199
<td>{inactive.JOINED}</td>
200
<td>{inactive.INACTIVE_DATE}</td>
201
<td>{inactive.REASON}</td>
202
<td>{inactive.LAST_VISIT}</td>
206
<td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
208
<!-- END inactive -->
216
<!-- INCLUDE overall_footer.html -->
b'\\ No newline at end of file'