aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-06-06 20:53:46 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-06-06 20:53:46 +0000
commitdd9ad539fdab80badedf801a816b8a0beafbbf5c (patch)
treedb8ae8a184b060d5576604cc0dfa723773daedb8 /phpBB/adm/style/acp_main.html
parent2c8afb820e3842bed2ab6cec4053e71b5c566985 (diff)
downloadforums-dd9ad539fdab80badedf801a816b8a0beafbbf5c.tar
forums-dd9ad539fdab80badedf801a816b8a0beafbbf5c.tar.gz
forums-dd9ad539fdab80badedf801a816b8a0beafbbf5c.tar.bz2
forums-dd9ad539fdab80badedf801a816b8a0beafbbf5c.tar.xz
forums-dd9ad539fdab80badedf801a816b8a0beafbbf5c.zip
ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different apart from this, code cleanage, bug fixing, etc. git-svn-id: file:///svn/phpbb/trunk@6015 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r--phpBB/adm/style/acp_main.html114
1 files changed, 57 insertions, 57 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index e1c0fa9a05..5e2dfc7890 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -14,58 +14,58 @@
<table cellspacing="1">
<caption>{L_FORUM_STATS}</caption>
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
- <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>
- <td>{L_GZIP_COMPRESSION}: </td>
- <td><b>{GZIP_COMPRESSION}</b></td>
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- </tr>
- </tbody>
+<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>
+ <td>{L_GZIP_COMPRESSION}: </td>
+ <td><b>{GZIP_COMPRESSION}</b></td>
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+</tr>
+</tbody>
</table>
<!-- IF S_ACTION_OPTIONS -->
@@ -115,11 +115,11 @@
<table cellspacing="1">
<thead>
- <tr>
- <th>{L_USERNAME}</th>
- <th>{L_JOINED}</th>
- <th>{L_MARK}</th>
- </tr>
+ <tr>
+ <th>{L_USERNAME}</th>
+ <th>{L_JOINED}</th>
+ <th>{L_MARK}</th>
+ </tr>
</thead>
<tbody>
<!-- BEGIN inactive -->