{template}address_bar_part1{/template}
{$lang['statics']}
{template}address_bar_part2{/template}
<br />
<table width="95%" border="0" cellspacing="1" class="border" align="center">
<tr align="center">
<td width="10%" class="tcat">
{$lang['Age_forum']}
</td>
<td width="20%" class="tcat">
{$lang['Join_the_forum']}
</td>
<td width="10%" class="tcat">
{$lang['Number_Members']}
</td>
<td width="10%" class="tcat">
{$lang['Number_Subjects']}
</td>
<td width="10%" class="tcat">
{$lang['Number_replys']}
</td>
<td width="10%" class="tcat">
{$lang['Number_Members_active']}
</td>
<td width="10%" class="tcat">
{$lang['Number_forums']}
</td>
</tr>
<tr align="center">
<td width="10%" class="row1">
{$StaticInfo['Age']}
{$lang['Day']}
</td>
<td width="20%" class="row1">
{$StaticInfo['InstallDate']}
</td>
<td width="10%" class="row1">
{$StaticInfo['GetMemberNumber']}
</td>
<td width="10%" class="row1">
{$StaticInfo['GetSubjectNumber']}
</td>
<td width="10%" class="row1">
{$StaticInfo['GetReplyNumber']}
</td>
<td width="10%" class="row1">
{$StaticInfo['GetActiveMember']}
</td>
<td width="10%" class="row1">
{$StaticInfo['GetSectionNumber']}
</td>
</tr>
</table>
<br />
<table width="95%" border="0" cellspacing="1" class="border" align="center">
<tr align="center">
<td class="tcat">
{$lang['Author_oldest_topic']}
</td>
<td class="tcat">
{$lang['Author_Newer_topic']}
</td>
<td class="tcat">
{$lang['topics_replies_author']}
</td>
</tr>
<tr align="center">
<td class="row1">
<a href="index.php?page=profile&show=1&username={$StaticInfo['OldestSubjectWriter']}">{$StaticInfo['OldestSubjectWriter']}</a>
</td>
<td class="row1">
<a href="index.php?page=profile&show=1&username={$StaticInfo['NewerSubjectWriter']}">{$StaticInfo['NewerSubjectWriter']}</a>
</td>
<td class="row1">
<a href="index.php?page=profile&show=1&username={$StaticInfo['MostSubjectWriter']}">{$StaticInfo['MostSubjectWriter']}</a>
</td>
</tr>
</table>
<br />
<table width="50%" border="0" cellspacing="1" class="border" align="center">
<tr align="center">
<td width="50%" class="tcat" colspan="2">
{$lang['More_posts_by_members']}
</td>
</tr>
{Des::while}{TopTenList}
<tr align="center">
<td width="30%" class="row1">
<a href="index.php?page=profile&show=1&id={$TopTenList['id']}">{$TopTenList['username']}</a>
</td>
<td width="20%" class="row1">
{$TopTenList['posts']}
</td>
</tr>
{/Des::while}
</table>
<br />
<table width="50%" border="0" cellspacing="1" class="border" align="center">
<tr align="center">
<td width="50%" class="tcat" colspan="2">
{$lang['More_Topic_Replies']}
</td>
</tr>
<tr align="center">
<td width="30%" class="row1">
{$lang['subject_title']}
</td>
<td width="20%" class="row1">
{$lang['sort_reply_number']}
</td>
</tr>
{Des::while}{TopSubject}
<tr align="center">
<td width="30%" class="row1">
<a href="index.php?page=topic&show=1&id={$TopSubject['id']}">{$TopSubject['title']}</a>
</td>
<td width="20%" class="row1">
{$TopSubject['reply_number']}
</td>
</tr>
{/Des::while}
</table>
<br />
<table width="50%" border="0" cellspacing="1" class="border" align="center">
<tr align="center">
<td width="50%" class="tcat" colspan="2">
{$lang['The_most_visited_topics']}
</td>
</tr>
<tr align="center">
<td width="30%" class="row1">
{$lang['subject_title']}
</td>
<td width="20%" class="row1">
{$lang['num_visitors']}
</td>
</tr>
{Des::while}{TopSubjectVisitor}
<tr align="center">
<td width="30%" class="row1">
<a href="index.php?page=topic&show=1&id={$TopSubjectVisitor['id']}">{$TopSubjectVisitor['title']}</a>
</td>
<td width="20%" class="row1">
{$TopSubjectVisitor['visitor']}
</td>
</tr>
{/Des::while}
</table>
<br />
{template}jump_forums_list{/template}
<br />
<br />
<br />