Moving stuff around..
Posted: Tue May 08, 2007 5:30 pm
As of right now I have forum stats in the Header and PM stuff on the bottom...if I wanted to swtich the two around how would I go about doing that?
Thanks.
Thanks.
Code: Select all
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle">- |Forum Stats| -</span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<td bgcolor="#36383F" align="left" valign="bottom"><span class="gensmall">
{TOTAL_USERS}, {TOTAL_POSTS}, {L_AVERAGE_USER_POSTS} <b>{AVERAGE_USER_POSTS}</b> <br />
{NEWEST_USER}
</span></td>
<td bgcolor="#36383F" align="right" valign="bottom"><span class="gensmall">
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
{CURRENT_TIME}<br />
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
</span></td>
</tr><tr>
<td class="row1" align="center" valign="middle" rowspan="3"><img src="templates/fusion/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
</tr><tr>
<td style="border-top: 1px solid #181B16" colspan="2" bgcolor="#36383F" align="left"><span class="gensmall"><b>{TOTAL_USERS_ONLINE} {RECORD_USERS}</b></span></td>
<tr>
<td class="row1" align="left"><span class="gensmall"><b>{UOT_COUNT}</b> {UOT_TITLE}: {UOT_LIST} </span></td>
</tr>
</tr><tr>
<td colspan="2" bgcolor="#36383F" align="left"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
Code: Select all
<br clear="all" />
Code: Select all
<!-- BEGIN switch_user_logged_in -->
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle"><a href="privmsg.php?folder=inbox" class="cattitle">Private Messages</a></span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" bgcolor="#000000">
<tr>
<td class="row1" width="22" align="center" valign="middle"> </td>
<td class="row2" align="left"><span class="gensmall">{PRIVATE_MESSAGE_INFO} - <a href="privmsg.php?folder=inbox">Inbox</a> | <a href="privmsg.php?folder=sentbox">Sentbox</a> | <a href="privmsg.php?folder=outbox">Outbox</a> | <a href="privmsg.php?folder=savebox">Savebox</a></span></td>
</tr>
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<!-- END switch_user_logged_in -->
Code: Select all
<!-- BEGIN catrow -->
Code: Select all
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle">- |Forum Stats| -</span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<td bgcolor="#36383F" align="left" valign="bottom"><span class="gensmall">
{TOTAL_USERS}, {TOTAL_POSTS}, {L_AVERAGE_USER_POSTS} <b>{AVERAGE_USER_POSTS}</b> <br />
{NEWEST_USER}
</span></td>
<td bgcolor="#36383F" align="right" valign="bottom"><span class="gensmall">
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
{CURRENT_TIME}<br />
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
</span></td>
</tr><tr>
<td class="row1" align="center" valign="middle" rowspan="3"><img src="templates/fusion/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
</tr><tr>
<td style="border-top: 1px solid #181B16" colspan="2" bgcolor="#36383F" align="left"><span class="gensmall"><b>{TOTAL_USERS_ONLINE} {RECORD_USERS}</b></span></td>
<tr>
<td class="row1" align="left"><span class="gensmall"><b>{UOT_COUNT}</b> {UOT_TITLE}: {UOT_LIST} </span></td>
</tr>
</tr><tr>
<td colspan="2" bgcolor="#36383F" align="left"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
<!-- BEGIN catrow -->
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" bgcolor="#000000">
<tr>
<th class="thCornerL" height="10" nowrap="nowrap"> </th>
<th class="thCornerL" height="10" nowrap="nowrap" align="left"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN forumrow -->
<!-- IF ! forumrow.PARENT -->
<tr>
<td class="row1" align="center" valign="middle"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="22" height="26" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row2" width="100%"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><!-- IF catrow.forumrow.MODERATORS --><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}<br /></span><!-- ENDIF -->
<!-- BEGIN sub --><!-- DEFINE $HAS_SUB = 1 --><!-- IF catrow.forumrow.sub.NUM > 0 -->, <!-- ELSE --><span class="genmed">{L_SUBFORUMS}: <!-- ENDIF -->{catrow.forumrow.sub.LAST_POST_SUB} <a href="{catrow.forumrow.sub.U_VIEWFORUM}" <!-- IF catrow.forumrow.sub.UNREAD -->class="topic-new"<!-- ENDIF --> title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}</a><!-- END sub -->
<!-- IF $HAS_SUB --></span><!-- UNDEFINE $HAS_SUB --><!-- ENDIF -->
</td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_POSTS}</span></td>
<td class="row1" align="center" valign="middle" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- ENDIF -->
<!-- END forumrow -->
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<Br>
<!-- END catrow -->
<!-- BEGIN switch_user_logged_in -->
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle"><a href="privmsg.php?folder=inbox" class="cattitle">Private Messages</a></span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" bgcolor="#000000">
<tr>
<td class="row1" width="22" align="center" valign="middle"> </td>
<td class="row2" align="left"><span class="gensmall">{PRIVATE_MESSAGE_INFO} - <a href="privmsg.php?folder=inbox">Inbox</a> | <a href="privmsg.php?folder=sentbox">Sentbox</a> | <a href="privmsg.php?folder=outbox">Outbox</a> | <a href="privmsg.php?folder=savebox">Savebox</a></span></td>
</tr>
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<!-- END switch_user_logged_in -->
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
<td valign="top" align="right"><span class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> |
<!-- END switch_user_logged_in -->
<a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span><br><br></td>
</tr>
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<tr>
<td colspan="2" align="right" valign="middle" height="28"><span class="gensmall">
<input class="post" type="text" name="username" size="10" />
<input class="post" type="password" name="password" size="10" maxlength="32" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br />
<input class="text" type="checkbox" name="autologin" /> {L_AUTO_LOGIN}
</span> </td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
<br clear="all" />
<table cellspacing="0" border="0" align="center" cellpadding="5" class="forumline2">
<tr>
<td width="22" align="center"><img src="templates/fusion/images/on.gif" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="22" align="center"><img src="templates/fusion/images/off.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="22" align="center"><img src="templates/fusion/images/lock.gif" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
Code: Select all
<!-- BEGIN switch_user_logged_in -->
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle"><a href="privmsg.php?folder=inbox" class="cattitle">Private Messages</a></span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" bgcolor="#000000">
<tr>
<td class="row1" width="22" align="center" valign="middle"> </td>
<td class="row2" align="left"><span class="gensmall">{PRIVATE_MESSAGE_INFO} - <a href="privmsg.php?folder=inbox">Inbox</a> | <a href="privmsg.php?folder=sentbox">Sentbox</a> | <a href="privmsg.php?folder=outbox">Outbox</a> | <a href="privmsg.php?folder=savebox">Savebox</a></span></td>
</tr>
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<!-- END switch_user_logged_in -->
<br />
<!-- BEGIN catrow -->
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" bgcolor="#000000">
<tr>
<th class="thCornerL" height="10" nowrap="nowrap"> </th>
<th class="thCornerL" height="10" nowrap="nowrap" align="left"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN forumrow -->
<!-- IF ! forumrow.PARENT -->
<tr>
<td class="row1" align="center" valign="middle"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="22" height="26" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row2" width="100%"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><!-- IF catrow.forumrow.MODERATORS --><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}<br /></span><!-- ENDIF -->
<!-- BEGIN sub --><!-- DEFINE $HAS_SUB = 1 --><!-- IF catrow.forumrow.sub.NUM > 0 -->, <!-- ELSE --><span class="genmed">{L_SUBFORUMS}: <!-- ENDIF -->{catrow.forumrow.sub.LAST_POST_SUB} <a href="{catrow.forumrow.sub.U_VIEWFORUM}" <!-- IF catrow.forumrow.sub.UNREAD -->class="topic-new"<!-- ENDIF --> title="{catrow.forumrow.sub.FORUM_DESC_HTML}">{catrow.forumrow.sub.FORUM_NAME}</a><!-- END sub -->
<!-- IF $HAS_SUB --></span><!-- UNDEFINE $HAS_SUB --><!-- ENDIF -->
</td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOTAL_POSTS}</span></td>
<td class="row1" align="center" valign="middle" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- ENDIF -->
<!-- END forumrow -->
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<Br>
<!-- END catrow -->
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
<tr>
<td align="left" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
<td valign="top" align="right"><span class="gensmall">
<!-- BEGIN switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> |
<!-- END switch_user_logged_in -->
<a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span><br><br></td>
</tr>
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<tr>
<td colspan="2" align="right" valign="middle" height="28"><span class="gensmall">
<input class="post" type="text" name="username" size="10" />
<input class="post" type="password" name="password" size="10" maxlength="32" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br />
<input class="text" type="checkbox" name="autologin" /> {L_AUTO_LOGIN}
</span> </td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
<br clear="all" />
<!-- top table setup -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="templates/fusion/images/cat_back.gif">
<tr>
<td width="150" height="27" align="left" valign="bottom">
<img border="0" src="templates/fusion/images/cat_top_ls.gif" width="150" height="27"></td>
<td width="100%" align="center">
<span class="cattitle">- |Forum Stats| -</span></td>
<td width="150" height="27" align="right" valign="top">
<img border="0" src="templates/fusion/images/cat_top_rs.gif" width="150" height="27"></td>
</tr>
</table>
<!-- End top table setup -->
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<td bgcolor="#36383F" align="left" valign="bottom"><span class="gensmall">
{TOTAL_USERS}, {TOTAL_POSTS}, {L_AVERAGE_USER_POSTS} <b>{AVERAGE_USER_POSTS}</b> <br />
{NEWEST_USER}
</span></td>
<td bgcolor="#36383F" align="right" valign="bottom"><span class="gensmall">
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
{CURRENT_TIME}<br />
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
</span></td>
</tr><tr>
<td class="row1" align="center" valign="middle" rowspan="3"><img src="templates/fusion/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
</tr><tr>
<td style="border-top: 1px solid #181B16" colspan="2" bgcolor="#36383F" align="left"><span class="gensmall"><b>{TOTAL_USERS_ONLINE} {RECORD_USERS}</b></span></td>
<tr>
<td class="row1" align="left"><span class="gensmall"><b>{UOT_COUNT}</b> {UOT_TITLE}: {UOT_LIST} </span></td>
</tr>
</tr><tr>
<td colspan="2" bgcolor="#36383F" align="left"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
<!-- bottom table setup -->
<table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="14" align="left" valign="top">
<img src="templates/fusion/images/ls_main_table_bottom.gif" width="60" height="14"></td>
<td height="14" width="100%" background="templates/fusion/images/extended_main_table_bottom.gif"><img src="templates/fusion/images/clear.gif" width="100%" height="14"></td>
<td width="60" height="14" align="right" valign="top">
<img border="0" src="templates/fusion/images/rs_main_table_bottom.gif" width="60" height="14"></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
<table cellspacing="0" border="0" align="center" cellpadding="5" class="forumline2">
<tr>
<td width="22" align="center"><img src="templates/fusion/images/on.gif" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="22" align="center"><img src="templates/fusion/images/off.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="22" align="center"><img src="templates/fusion/images/lock.gif" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>