%%PERL: $input{'action'} = "Admin Dashboard"%%
%%TEMPLATE:adminheader%%
%%TEMPLATE:adminheader_users%%
<center>
<table width=600 cellpadding=4 cellspacing=0 border=0 bgcolor=#dfdfdf>
<tr>
<td align=center><font face=Verdana,Verdana size=2 color=#333333> <b>Member Statistics</b></font></a></td>
</tr>
</table>
<table width=600 cellpadding=4 cellspacing=0 border=0 align=center>
<tr>
<td align=left width=250>
All members
</td>
<td align=left width=50>
%%no of members%%
</td>
<td align=left width=250>
Waiting Approval
</td>
<td align=left width=50>
%%unapproved%%
</td>
</tr><tr>
<td align=left width=250>
New members today
</td>
<td align=left width=100>
%%new today%%
</td>
<td align=left width=250>
Logged members today
</td>
<td align=left width=100>
%%logged today%%
</td>
</tr><tr>
<td align=left width=250>
New members this week
</td>
<td align=left width=100>
%%new week%%
</td>
<td align=left width=250>
Updated members this week
</td>
<td align=left width=100>
%%update week%%
</td>
</tr><tr>
<td align=left width=250>
New members this month
</td>
<td align=left width=100>
%%new month%%
</td>
<td align=left width=250>
Updated members this month
</td>
<td align=left width=100>
%%update month%%
</td>
</tr>
</table>
<p>
<table width=600 cellpadding=4 cellspacing=0 border=0 bgcolor=#dfdfdf>
<tr>
<td align=center><font face=Verdana,Verdana size=2 color=#333333> <b>Online Members</b></font></a></td>
</tr>
</table>
<table width=600 cellpadding=4 cellspacing=0 border=0 align=center>
<tr><td>
%%ONLINE:, %%
</td></tr>
</table>
<p>
<table width=600 cellpadding=4 cellspacing=0 border=0 bgcolor=#dfdfdf>
<tr>
<td align=center><font face=Verdana,Verdana size=2 color=#333333> <b>Server Information</b> </font></a></td>
</tr>
</table>
<table width=600 cellpadding=4 cellspacing=0 border=0 align=center>
<tr><td>
<div style="width:599px; overflow: auto">
%%env%%
</div>
</td></tr>
</table>
<p>
</center>
%%TEMPLATE:adminfooter%%