6 <h1>Helius phpBB Style Notes</h1>
8 You are allowed to use this phpBB style only if you agree to the following conditions:<br />
9 - You cannot remove my copyright notice from style without my permission.<br />
10 - You cannot use images from this style anywhere else without my permission.<br />
11 - You can convert this style to another software, but converted style must have my copyright.<br />
12 - If you want to create new phpBB style based on this style you must ask my permission.<br />
13 - If you modify this style it still should contain my copyright because it is based on my work. Modified style should not be available for download without my permission.<br />
15 For support visit: <a href="http://www.phpbbstyles.com" target="_blank">http://www.phpbbstyles.com</a><br />
21 <h1>{L_FORUM_STATS}</h1>
23 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
25 <th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th>
26 <th width="25%" height="25" class="thTop">{L_VALUE}</th>
27 <th width="25%" nowrap="nowrap" height="25" class="thTop">{L_STATISTIC}</th>
28 <th width="25%" height="25" class="thCornerR">{L_VALUE}</th>
31 <td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td>
32 <td class="row2"><b>{NUMBER_OF_POSTS}</b></td>
33 <td class="row1" nowrap="nowrap">{L_POSTS_PER_DAY}:</td>
34 <td class="row2"><b>{POSTS_PER_DAY}</b></td>
37 <td class="row1" nowrap="nowrap">{L_NUMBER_TOPICS}:</td>
38 <td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
39 <td class="row1" nowrap="nowrap">{L_TOPICS_PER_DAY}:</td>
40 <td class="row2"><b>{TOPICS_PER_DAY}</b></td>
43 <td class="row1" nowrap="nowrap">{L_NUMBER_USERS}:</td>
44 <td class="row2"><b>{NUMBER_OF_USERS}</b></td>
45 <td class="row1" nowrap="nowrap">{L_USERS_PER_DAY}:</td>
46 <td class="row2"><b>{USERS_PER_DAY}</b></td>
49 <td class="row1" nowrap="nowrap">{L_BOARD_STARTED}:</td>
50 <td class="row2"><b>{START_DATE}</b></td>
51 <td class="row1" nowrap="nowrap">{L_AVATAR_DIR_SIZE}:</td>
52 <td class="row2"><b>{AVATAR_DIR_SIZE}</b></td>
55 <td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td>
56 <td class="row2"><b>{DB_SIZE}</b></td>
57 <td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td>
58 <td class="row2"><b>{GZIP_COMPRESSION}</b></td>
61 <h1>{L_WHO_IS_ONLINE}</h1>
63 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
65 <th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th>
66 <th width="20%" height="25" class="thTop"> {L_STARTED} </th>
67 <th width="20%" class="thTop"> {L_LAST_UPDATE} </th>
68 <th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th>
69 <th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
71 <!-- BEGIN reg_user_row -->
73 <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>
74 <td width="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td>
75 <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
76 <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>
77 <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>
79 <!-- END reg_user_row -->
81 <td colspan="5" height="1" class="row3"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" alt="."></td>
83 <!-- BEGIN guest_user_row -->
85 <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td>
86 <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td>
87 <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
88 <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>
89 <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>
91 <!-- END guest_user_row -->