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