1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Whosonline implementation

git-svn-id: file:///svn/phpbb/trunk@146 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-15 16:37:53 +00:00
parent 079fc418f9
commit b830750d51
4 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<tr>
<td><table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
<tr class="tableheader">
<td colspan="2" align="center"><b>{L_WHOSONLINE}</b></td>
</tr>
<tr class="catheader">
<td align="center">{L_USERNAME}</td>
<td align="center">{L_LOCATION}</td>
</tr>
<!-- BEGIN userrow -->
<tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
<td><a href="profile.{PHPEX}?mode=view&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a></td>
<td><a href="{userrow.LOCATION_URL}">{userrow.LOCATION}</a></td>
</tr>
<!-- END userrow -->
</table></td>
</tr>
</table></td>
</tr>

View File

@@ -0,0 +1,15 @@
<tr>
<td>
<table border="0" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td align="right">
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
<td style="{font-size: 8pt; height: 55px;}">{JUMPBOX}</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

View File

@@ -0,0 +1,18 @@
<tr>
<td>
<table border="0" align="right" width="30%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
{L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
{L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&user_id={NEWEST_UID}">{NEWEST_USER}</a></b>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>