Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas / admin / index_body.tpl
1 \r
2 <h1>{L_WELCOME}</h1>\r
3 \r
4 <p>{L_ADMIN_INTRO}</p>\r
5 \r
6 <h1>{L_FORUM_STATS}</h1>\r
7 \r
8 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">\r
9   <tr> \r
10         <th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th>\r
11         <th width="25%" height="25" class="thTop">{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
14   </tr>\r
15   <tr> \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
20   </tr>\r
21   <tr> \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
26   </tr>\r
27   <tr> \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
32   </tr>\r
33   <tr> \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
38   </tr>\r
39   <tr> \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
44   </tr>\r
45 </table>\r
46 <h1>{L_WHO_IS_ONLINE}</h1>\r
47 \r
48 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">\r
49   <tr> \r
50         <th width="20%" class="thCornerL" height="25">&nbsp;{L_USERNAME}&nbsp;</th>\r
51         <th width="20%" height="25" class="thTop">&nbsp;{L_STARTED}&nbsp;</th>\r
52         <th width="20%" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>\r
53         <th width="20%" class="thCornerR">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>\r
54         <th width="20%" height="25" class="thCornerR">&nbsp;{L_IP_ADDRESS}&nbsp;</th>\r
55   </tr>\r
56   <!-- BEGIN reg_user_row -->\r
57   <tr> \r
58         <td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>\r
59         <td width="20%" align="center" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.STARTED}</span>&nbsp;</td>\r
60         <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>\r
61         <td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>\r
62         <td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span>&nbsp;</td>\r
63   </tr>\r
64   <!-- END reg_user_row -->\r
65   <tr> \r
66         <td colspan="5" height="1" class="row3"><img src="../templates/christmas/images/spacer.gif" width="1" height="1" alt="."></td>\r
67   </tr>\r
68   <!-- BEGIN guest_user_row -->\r
69   <tr> \r
70         <td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>\r
71         <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.STARTED}</span>&nbsp;</td>\r
72         <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>\r
73         <td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>\r
74         <td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span>&nbsp;</td>\r
75   </tr>\r
76   <!-- END guest_user_row -->\r
77 </table>\r
78 \r
79 <br />\r