aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/admin
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-21 01:29:09 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-21 01:29:09 +0000
commitdf2f8692f083b3b34e6539abe6935e168954cd27 (patch)
tree6a1c1764c0d1b2336861b1ad076b1ab760ad4c72 /phpBB/templates/subSilver/admin
parentbd5f308f6b3ea7b89972ff5eb06857d6d2b7ec9e (diff)
downloadforums-df2f8692f083b3b34e6539abe6935e168954cd27.tar
forums-df2f8692f083b3b34e6539abe6935e168954cd27.tar.gz
forums-df2f8692f083b3b34e6539abe6935e168954cd27.tar.bz2
forums-df2f8692f083b3b34e6539abe6935e168954cd27.tar.xz
forums-df2f8692f083b3b34e6539abe6935e168954cd27.zip
Minor changes to whosonline stuff
git-svn-id: file:///svn/phpbb/trunk@1650 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/admin')
-rw-r--r--phpBB/templates/subSilver/admin/index_body.tpl34
1 files changed, 24 insertions, 10 deletions
diff --git a/phpBB/templates/subSilver/admin/index_body.tpl b/phpBB/templates/subSilver/admin/index_body.tpl
index f62df17777..6f00d84929 100644
--- a/phpBB/templates/subSilver/admin/index_body.tpl
+++ b/phpBB/templates/subSilver/admin/index_body.tpl
@@ -47,19 +47,33 @@
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
- <th width="25%" height="25" class="thCornerL">&nbsp;{L_USERNAME}&nbsp;</th>
- <th width="25%" height="25" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
- <th width="25%" height="25" class="thTop">&nbsp;{L_LOCATION}&nbsp;</th>
- <th width="25%" height="25" class="thCornerR">&nbsp;{L_IP_ADDRESS}&nbsp;</th>
+ <th width="20%" class="thCornerL" height="25">&nbsp;{L_USERNAME}&nbsp;</th>
+ <th width="20%" height="25" class="thTop">&nbsp;{L_STARTED}&nbsp;</th>
+ <th width="20%" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
+ <th width="20%" class="thCornerR">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
+ <th width="20%" height="25" class="thCornerR">&nbsp;{L_IP_ADDRESS}&nbsp;</th>
</tr>
- <!-- BEGIN userrow -->
+ <!-- BEGIN reg_user_row -->
<tr>
- <td width="25%" class="{userrow.ROW_CLASS}">&nbsp;<span class="gen"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></span>&nbsp;</td>
- <td width="25%" align="center" class="{userrow.ROW_CLASS}">&nbsp;<span class="gen">{userrow.LASTUPDATE}</span>&nbsp;</td>
- <td width="25%" class="{userrow.ROW_CLASS}">&nbsp;<span class="gen">{userrow.LOCATION}</span>&nbsp;</td>
- <td width="25%" class="{userrow.ROW_CLASS}">&nbsp;<span class="gen">{userrow.IP_ADDRESS}</span>&nbsp;</td>
+ <td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>
+ <td width="20%" align="center" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.STARTED}</span>&nbsp;</td>
+ <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>
+ <td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
+ <td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span>&nbsp;</td>
</tr>
- <!-- END userrow -->
+ <!-- END reg_user_row -->
+ <tr>
+ <td colspan="5" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
+ </tr>
+ <!-- BEGIN guest_user_row -->
+ <tr>
+ <td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>
+ <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.STARTED}</span>&nbsp;</td>
+ <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>
+ <td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
+ <td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span>&nbsp;</td>
+ </tr>
+ <!-- END guest_user_row -->
</table>
<br />