aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO/viewonline_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/PSO/viewonline_body.tpl')
-rw-r--r--phpBB/templates/PSO/viewonline_body.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl
new file mode 100644
index 0000000000..08bca63aed
--- /dev/null
+++ b/phpBB/templates/PSO/viewonline_body.tpl
@@ -0,0 +1,23 @@
+<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="4" align="center"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b><br />This data is based on users active over the past five minutes.</td>
+ </tr>
+ <tr class="catheader">
+ <td width="35%" align="center">&nbsp;{L_USERNAME}&nbsp;</td>
+ <td width="25%" align="center">&nbsp;{L_LAST_UPDATE}&nbsp;</td>
+ <td width="40%" align="center">&nbsp;{L_LOCATION}&nbsp;</td>
+ </tr>
+ <!-- BEGIN userrow -->
+ <tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
+ <td width="35%">&nbsp;<a href="profile.{PHPEX}?mode=viewprofile&{S_USERS_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
+ <td width="25%" align="center">&nbsp;{userrow.LASTUPDATE}&nbsp;</td>
+ <td width="40%">&nbsp;<a href="{userrow.LOCATION_URL}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>
+ </tr>
+ <!-- END userrow -->
+ </table></td>
+ </tr>
+ </table></td>
+</tr> \ No newline at end of file