<!-- INCLUDE stats/stats_header.html -->
<!-- IF not S_ACTIVITY_USERS_DISABLED -->
<form id="stats" method="post" action="{S_STATS_ACTION}"{S_FORM_ENCTYPE}>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th colspan="3" width="100%">{L_STATS}</th>
</tr>
<tr>
<td class="row1" colspan="3" align="center"><p class="genmed"><img src="images/spacer.gif" width="4" alt="" /></p></td>
</tr>
<tr>
<th colspan="3">{L_OVERALL}</th>
</tr>
<tr>
<td>
<table class="fs_details_list">
<tr>
<td class="col1">{L_TOTAL_MEMBERS}:</td> <td class="col2">{TOTAL_MEMBERS} ({L_INCLUDING_BOTS})</td>
<td class="col3">{L_TOTAL_REG_USERS}:</td> <td class="col4">{TOTAL_REG_USERS}</td>
</tr>
<tr>
<td class="col1">{L_DELETED_USERS}:</td> <td class="col2">{DELETED_USERS}</td>
<td class="col3">{L_MOST_ONLINE}:</td> <td class="col4" colspan="3">{MOST_ONLINE} ({L_ONLINE_ON} {MOST_ONLINE_DATE})</td>
</tr>
</table>
</td>
</tr>
<!-- IF S_GROUPS -->
<tr>
<th colspan="3">{L_GROUPS}</th>
</tr>
<tr>
<td>
<table class="fs_details_list">
<thead>
<tr>
<td class="col1">{L_GROUPS}</td>
<td class="col2">{L_MEMBERS}</td><td class="col3"> </td><td class="col4"> </td>
</tr>
</thead>
<tbody>
<!-- BEGIN grouprow -->
<tr>
<td class="col1">{grouprow.U_GROUP}:</td><td class="col2" colspan="3">{grouprow.COUNT}</td>
</tr>
<!-- END grouprow -->
</tbody>
</table>
</td>
</tr>
<!-- ENDIF -->
<!-- IF S_RANKS -->
<tr>
<th colspan="3">{L_RANKS_POSTS}</th>
</tr>
<tr>
<td>
<table class="fs_details_list">
<thead>
<tr>
<td class="col1">{L_RANKS}</td><td class="col1">{L_RANK_MIN_POSTS}</td><td class="col1">{L_MEMBER_COUNT}</td><td class="col3"> </td>
</tr>
</thead>
<tbody>
<!-- BEGIN ranks_row -->
<tr>
<td class="col1"><!-- IF ranks_row.IS_MINE --><i>{ranks_row.RANK_TITLE}</i><!-- ELSE -->{ranks_row.RANK_TITLE}<!-- ENDIF -->:</td><td class="col1">{ranks_row.RANK_MIN_POSTS}</td><td class="col1">{ranks_row.COUNT}</td><td class="col3"> </td>
</tr>
<!-- END ranks_row -->
</tbody>
</table>
</td>
</tr>
<!-- ENDIF -->
<!-- IF S_ONLINE -->
<tr>
<th colspan="3"><a href="{U_WHO_IS_ONLINE}">{L_WHO_IS_ONLINE}</a> {WHO_IS_ONLINE_EXPLAIN}</th>
</tr>
<tr>
<td>
<table class="fs_details_list">
<thead>
<tr>
<td class="col1">{L_GROUPS}</td>
<td class="col2">{L_MEMBERS}</td><td class="col3"> </td><td class="col4"> </td>
</tr>
</thead>
<tbody>
<!-- BEGIN online_grouprow -->
<tr>
<td class="col1">{online_grouprow.U_GROUP}:</td><td class="col2" colspan="3">{online_grouprow.COUNT} <!-- IF online_grouprow.USERS_LIST -->({online_grouprow.USERS_LIST})<!-- ENDIF --></td>
</tr>
<!-- END online_grouprow -->
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table class="fs_details_list">
<tr>
<td class="col1">{L_TOTAL_ONLINE}:</td><td class="col2">{TOTAL_ONLINE}</td>
<td class="col3">{L_TOTAL_HIDDEN}:</td><td class="col4">{TOTAL_HIDDEN}</td>
</tr>
<tr>
<td class="col1">{L_TOTAL_MEMBERS_ONLINE}:</td><td class="col2">{TOTAL_MEMBERS_ONLINE}</td>
</tr>
</table>
</td>
</tr>
<!-- ENDIF -->
<tr>
<th colspan="3">{TOP_USERS_BY_POSTS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_USERS_BY_POSTS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_USERS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_posts_row -->
<tr>
<td>• {top_by_posts_row.U_USER}</td><td><div class="graph" style="width:{top_by_posts_row.BARWIDTH}%;"> </div></td><td>{top_by_posts_row.COUNT}</td><td>{top_by_posts_row.PCT}%</td>
</tr>
<!-- END top_by_posts_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_USERS_BY_TOPICS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_USERS_BY_POSTS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_USERS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_topics_row -->
<tr>
<td>• {top_by_topics_row.U_USER}</td><td><div class="graph" style="width:{top_by_topics_row.BARWIDTH}%;"> </div></td><td>{top_by_topics_row.COUNT}</td><td>{top_by_topics_row.PCT}%</td>
</tr>
<!-- END top_by_topics_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_USERS_BY_RECENT_POSTS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_USERS_BY_RECENT_POSTS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_USERS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_recent_posts_row -->
<tr>
<td>• {top_by_recent_posts_row.U_USER}</td><td><div class="graph" style="width:{top_by_recent_posts_row.BARWIDTH}%;"> </div></td><td>{top_by_recent_posts_row.COUNT}</td><td>{top_by_recent_posts_row.PCT}%</td>
</tr>
<!-- END top_by_recent_posts_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FRIENDS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FRIENDS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_USERS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_friends_row -->
<tr>
<td>• {top_friends_row.U_USER}</td><td><div class="graph" style="width:{top_friends_row.BARWIDTH}%;"> </div></td><td>{top_friends_row.COUNT}</td><td>{top_friends_row.PCT}%</td>
</tr>
<!-- END top_friends_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FOES}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FOES -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_USERS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_foes_row -->
<tr>
<td>• {top_foes_row.U_USER}</td><td><div class="graph" style="width:{top_foes_row.BARWIDTH}%;"> </div></td><td>{top_foes_row.COUNT}</td><td>{top_foes_row.PCT}%</td>
</tr>
<!-- END top_foes_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<td style="text-align: center;"><span>{RECENT_POSTS_DAYS_LIMIT_SELECT_BOX}</span></td>
</tr>
<tr>
<td style="text-align: center;"><span>{LIMIT_SELECT_BOX}</span></td>
</tr>
<tr>
<td style="text-align: right;"><span><i>{AS_ON}</i></span></td>
</tr>
</table>
<div>{S_FORM_TOKEN}</div>
</form>
<!-- ELSE -->
<!-- INCLUDE stats/stats_disabled.html -->
<!-- ENDIF -->
<!-- INCLUDE stats/stats_footer.html -->