Code:
- <table border='0' cellspacing='1' cellpadding='5' class='border' width="100%" id="info_center">
-
- <tr>
- <td class="title1" colspan="3">
- <span style=float:left><b>Stats</b></span>
- </td>
- </tr>
-
- <tr>
- <td class="window1" colspan="3">
- <span style=float:left>
- <b>Staff Online:</b> {staff_on}
- <b>Members Online:</b> {member_on}
- <i>Guest(s) Online:</i> {guest_on}
- </span>
-
- <span style=float:right>We would like to welcome our newest member: {newest_members:1} </span> <br> <br>
-
-
- <center>The following number of people have visited
- today: <br>
- ---------------------------------------------------------
- <br>
- <b> Staff Members: </b> {staff_today}
- <b> Member(s): </b> {member_today}
- <i> Guest(s): </i> {guest_today} <br>
- {today_str}
-
-
- </td>
- </tr>
-
- <tr>
- <td class="window1" width="25%">
- <center><b>Total Topics:</b> {total_topics} | <b>Total Posts:</b> {total_posts}</center>
- </td>
- <td class="window1" width="50%">
- <center>
- <b>
- The last topic updated was: </b>
- {last_post} <b>by:</b> {last_post_user}
- </b>
- </td>
- <td class="window1" width="25%">
- <center>
- {if:guest}
- <a href=/action/login>Login</a> Or, <a href=/action/register>Register</a>
- {/if:guest}
- {if:member}
- <b>You have </b>{total_pms} PM's | {new_pms} <b>are new.</b>
- {/if:member}
- </center>
- </td>
- </tr>
-
- <tr>
- <td class="title1" align="center" colspan="3">
- Users Online
- </td>
- </tr>
-
- <tr>
- <td class="window1" align="center" colspan="3">
- <b> Legend: </b> <br>
- <font color="#D44949">Administrator</font> -
- <font color="#EC9A39"> Global Moderator </font> -
- <font color="#589768"> Graphics Team </font> -
- <font color="#F37D7D"> Coder </font> -
- Member <br>
- ---------------------------------------------------------
- <div align="left">
- {online_str}
- </div>
-
- </td>
- </tr>
-
- <tr>
- <td class="title1" colspan="3" align="center">
- <font color="white">
- <span style=float:left> <a href="#"> Back to top </a> </span>
- </font>
- </td>
- </tr>
-
- </table>
-
-
-