<!-- INCLUDE stats/stats_header.html -->
<!-- IF not S_ACTIVITY_FORUMS_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} - {L_TITLE}</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_FORUMS}:</td> <td class="col2">{TOTAL_FORUMS}</td>
<td class="col3">{L_TOTAL_FORUM_CAT}:</td> <td class="col4">{TOTAL_FORUM_CAT}</td>
</tr>
<tr>
<td class="col1">{L_TOTAL_FORUM_POST}:</td> <td class="col2">{TOTAL_FORUM_POST}</td>
<td class="col3">{L_TOTAL_FORUM_LINK}:</td> <td class="col4">{TOTAL_FORUM_LINK}</td>
</tr>
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FORUMS_BY_TOPICS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_BY_TOPICS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_topics_row -->
<tr>
<td>• <a href="{top_by_topics_row.U_FORUM}" title="{top_by_topics_row.FORUM_NAME}">{top_by_topics_row.FORUM_NAME}</a></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_FORUMS_BY_POSTS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_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_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_posts_row -->
<tr>
<td>• <a href="{top_by_posts_row.U_FORUM}" title="{top_by_posts_row.FORUM_NAME}">{top_by_posts_row.FORUM_NAME}</a></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_FORUMS_BY_POLLS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_BY_POLLS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_polls_row -->
<tr>
<td>• <a href="{top_by_polls_row.U_FORUM}" title="{top_by_polls_row.FORUM_NAME}">{top_by_polls_row.FORUM_NAME}</a></td><td><div class="graph" style="width:{top_by_polls_row.BARWIDTH}%;"> </div></td><td>{top_by_polls_row.COUNT}</td><td>{top_by_polls_row.PCT}%</td>
</tr>
<!-- END top_by_polls_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FORUMS_BY_STICKY}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_BY_STICKY -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_sticky_row -->
<tr>
<td>• <a href="{top_by_sticky_row.U_FORUM}" title="{top_by_sticky_row.FORUM_NAME}">{top_by_sticky_row.FORUM_NAME}</a></td><td><div class="graph" style="width:{top_by_sticky_row.BARWIDTH}%;"> </div></td><td>{top_by_sticky_row.COUNT}</td><td>{top_by_sticky_row.PCT}%</td>
</tr>
<!-- END top_by_sticky_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FORUMS_BY_PARTICIPATION}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_BY_PARTICIPATION -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_participation_row -->
<tr>
<td>• <a href="{top_by_participation_row.U_FORUM}" title="{top_by_participation_row.FORUM_NAME}">{top_by_participation_row.FORUM_NAME}</a></td><td><div class="graph" style="width:{top_by_participation_row.BARWIDTH}%;"> </div></td><td>{top_by_participation_row.COUNT}</td><td>{top_by_participation_row.PCT}%</td>
</tr>
<!-- END top_by_participation_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FORUMS_BY_VIEWS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_BY_VIEWS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_views_row -->
<tr>
<td>• <a href="{top_by_views_row.U_FORUM}" title="{top_by_views_row.FORUM_NAME}">{top_by_views_row.FORUM_NAME}</a></td><td><div class="graph" style="width:{top_by_views_row.BARWIDTH}%;"> </div></td><td>{top_by_views_row.COUNT}</td><td>{top_by_views_row.PCT}%</td>
</tr>
<!-- END top_by_views_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</td>
</tr>
<tr>
<th colspan="3">{TOP_FORUMS_BY_SUBSCRIPTIONS}</th>
</tr>
<tr>
<td>
<table class="fs_details_graphs">
<!-- IF S_TOP_FORUMS_BY_SUBSCRIPTIONS -->
<colgroup span="4">
<col class="col_cat" />
<col class="col_bar" />
<col class="col_count" />
<col class="col_pct" />
</colgroup>
<thead>
<tr>
<td>{L_FORUMS}</td>
<td></td>
<td>{L_COUNT}</td>
<td>{L_PERCENT}</td>
</tr>
</thead>
<!-- BEGIN top_by_subscriptions_row -->
<tr>
<td>• <a href="{top_by_subscriptions_row.U_FORUM}" title="{top_by_subscriptions_row.FORUM_NAME}">{top_by_subscriptions_row.FORUM_NAME}</a></td><td><div class="graph" style="width:{top_by_subscriptions_row.BARWIDTH}%;"> </div></td><td>{top_by_subscriptions_row.COUNT}</td><td>{top_by_subscriptions_row.PCT}%</td>
</tr>
<!-- END top_by_subscriptions_row -->
<!-- ELSE --><tr><td> {L_NONE}</td></tr>
<!-- ENDIF -->
</table>
</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 -->