sibtracker/templates/default/forum/stats.tpl
2019-05-18 13:46:03 +08:00

22 lines
1.2 KiB
Smarty

<div class="borderwrap">
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" />&nbsp;Ñòàòèñòèêà ôîðóìà</div>
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
<tr>
<td width="1%" class="row1"><img src="{THEME}/forum/images/dlet_stats.gif" width="27" height="27" border="0" alt="Ñòàòèñòèêà ôîðóìà" /></td>
<td class="row2">Ñîîáùåíèé: <strong>{post-num}</strong>&nbsp;&nbsp;Òåì: <strong>{topic-num}</strong><hr />
[online-stats]
Íà ôîðóìå: <strong>{online-num}</strong> ïîñåòèòåëåé çà ïîñëåäíèå {online_time} ìèíóò<br />
Ïîëüçîâàòåëåé: <strong>{member_count}</strong>&nbsp;&nbsp;Ãîñòåé: <strong>{guest_count}</strong><br />
{member_online}<hr />
[/online-stats]
Âñåãî ïîëüçîâàòåëåé: <strong>{all-users}</strong>, Àêòèâíûõ: <strong>{forum-users}</strong><br />
Ïîñëåäíèé çàðåãèñòðèðîâàííûé: <strong>{last_user}</strong><br />
Ðåêîðä ïîñåùàåìîñòè ôîðóìà — <strong>{max_online}</strong>, çàôèêñèðîâàí — <strong>{max_online_time}</strong><br />
Ñàìûå àêòèâíûå: {top-users}
</td>
</tr>
<tr>
<td colspan="2" class="catend"><!-- äîëæíî áûòü ïóñòî --></td>
</tr>
</table>
</div>