here is my online template
{htmldoctype}
<html>
<head>
<!--
Who's Online
by Kevin (kevin@tubescan.com)
and Mutt
-->
<title>Online Users - $bbtitle</title>
$headinclude
</head>
<body>
$header
<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td width="100%">$navbar</td>
</tr>
</table>
<!-- /breadcrumb -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
<td bgcolor="{tableheadbgcolor}" align="left" width="25%"><smallfont color="{tableheadtextcolor}"><b>User</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="left" width="55%"><smallfont color="{tableheadtextcolor}"><b>Location</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="center" width="10%"><smallfont color="{tableheadtextcolor}"><b>Time</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" align="center" width="10%"><smallfont color="{tableheadtextcolor}"><b>PM</b></smallfont></td>
</tr>
$onlinebits
</table>
</td></tr></table>
<!-- forum jump -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td nowrap><normalfont>$forumjump</normalfont></td>
<td width="100%" align="right" nowrap><b><smallfont>$timezone</smallfont></b></td>
</tr>
</table>
<!-- /forum jump -->
<br><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="50%" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}"><b>Online Statistics</b></smallfont></td></tr>
<tr><td align="center" bgcolor="{firstaltcolor}"><b><smallfont>
Total Online : $totalonline<hr>
$numbervisible members<br>
$numberinvisible ghosts<br>
$numberguest guests
</smallfont></b></td></tr>
</table>
</td></tr></table>
<br><br>
$footer
</body>
</html>
|