4 <p>{L_ADMIN_INTRO}</p>
\r
6 <h1>{L_FORUM_STATS}</h1>
\r
8 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
\r
10 <th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th>
\r
11 <th width="25%" height="25" class="thTop">dddddd{L_VALUE}</th>
\r
12 <th width="25%" nowrap="nowrap" height="25" class="thTop">{L_STATISTIC}</th>
\r
13 <th width="25%" height="25" class="thCornerR">{L_VALUE}</th>
\r
16 <td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td>
\r
17 <td class="row2"><b>{NUMBER_OF_POSTS}</b></td>
\r
18 <td class="row1" nowrap="nowrap">{L_POSTS_PER_DAY}:</td>
\r
19 <td class="row2"><b>{POSTS_PER_DAY}</b></td>
\r
22 <td class="row1" nowrap="nowrap">{L_NUMBER_TOPICS}:</td>
\r
23 <td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
\r
24 <td class="row1" nowrap="nowrap">{L_TOPICS_PER_DAY}:</td>
\r
25 <td class="row2"><b>{TOPICS_PER_DAY}</b></td>
\r
28 <td class="row1" nowrap="nowrap">{L_NUMBER_USERS}:</td>
\r
29 <td class="row2"><b>{NUMBER_OF_USERS}</b></td>
\r
30 <td class="row1" nowrap="nowrap">{L_USERS_PER_DAY}:</td>
\r
31 <td class="row2"><b>{USERS_PER_DAY}</b></td>
\r
34 <td class="row1" nowrap="nowrap">{L_BOARD_STARTED}:</td>
\r
35 <td class="row2"><b>{START_DATE}</b></td>
\r
36 <td class="row1" nowrap="nowrap">{L_AVATAR_DIR_SIZE}:</td>
\r
37 <td class="row2"><b>{AVATAR_DIR_SIZE}</b></td>
\r
40 <td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td>
\r
41 <td class="row2"><b>{DB_SIZE}</b></td>
\r
42 <td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td>
\r
43 <td class="row2"><b>{GZIP_COMPRESSION}</b></td>
\r
46 <h1>{L_WHO_IS_ONLINE}</h1>
\r
48 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
\r
50 <th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th>
\r
51 <th width="20%" height="25" class="thTop"> {L_STARTED} </th>
\r
52 <th width="20%" class="thTop"> {L_LAST_UPDATE} </th>
\r
53 <th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th>
\r
54 <th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
\r
56 <!-- BEGIN reg_user_row -->
\r
58 <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td>
\r
59 <td width="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td>
\r
60 <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
\r
61 <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td>
\r
62 <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td>
\r
64 <!-- END reg_user_row -->
\r
66 <td colspan="5" height="1" class="row3"><img src="../templates/christmas2/images/spacer.gif" width="1" height="1" alt="."></td>
\r
68 <!-- BEGIN guest_user_row -->
\r
70 <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td>
\r
71 <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td>
\r
72 <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
\r
73 <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td>
\r
74 <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td>
\r
76 <!-- END guest_user_row -->
\r