aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewonline_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/viewonline_body.html')
-rw-r--r--phpBB/templates/subSilver/viewonline_body.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/viewonline_body.html b/phpBB/templates/subSilver/viewonline_body.html
new file mode 100644
index 0000000000..9dcd5a8089
--- /dev/null
+++ b/phpBB/templates/subSilver/viewonline_body.html
@@ -0,0 +1,63 @@
+<!-- INCLUDE overall_header.html -->
+
+<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
+ <tr>
+ <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
+ </tr>
+</table>
+
+<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
+ <tr>
+ <th width="35%" class="thCornerL" height="25">&nbsp;{L_USERNAME}&nbsp;</th>
+ <th width="25%" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
+ <th width="40%" class="thCornerR">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
+ </tr>
+ <tr>
+ <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td>
+ </tr>
+ <!-- BEGIN reg_user_row -->
+ <!-- IF reg_user_row.S_ROW_COUNT is even -->
+ <tr class="row1">
+ <!-- ELSE -->
+ <tr class="row2">
+ <!-- ENDIF -->
+ <td width="35%">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>
+ <td width="25%" align="center" nowrap="nowrap">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>
+ <td width="40%">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
+ </tr>
+ <!-- END reg_user_row -->
+ <tr>
+ <td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
+ </tr>
+ <tr>
+ <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td>
+ </tr>
+ <!-- BEGIN guest_user_row -->
+ <!-- IF guest_user_row.S_ROW_COUNT is even -->
+ <tr class="row1">
+ <!-- ELSE -->
+ <tr class="row2">
+ <!-- ENDIF -->
+ <td width="35%">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>
+ <td width="25%" align="center" nowrap="nowrap">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>
+ <td width="40%">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
+ </tr>
+ <!-- END guest_user_row -->
+</table>
+
+<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
+ <tr>
+ <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
+ <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
+ </tr>
+</table>
+
+<br />
+
+<table width="100%" cellspacing="2" border="0" align="center">
+ <tr>
+ <td valign="top" align="right"><!-- INCLUDE jumpbox.html --></td>
+ </tr>
+</table>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file