]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/templates/Helius/viewonline_body.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / Helius / viewonline_body.tpl
1  \r
2 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">\r
3   <tr> \r
4         <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>\r
5   </tr>\r
6 </table>\r
7 \r
8 {TPL_HDR1}<span class="cattitle">{L_WHOSONLINE}</span>{TPL_HDR2}<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">\r
9   <tr> \r
10         <th width="35%" class="thCornerL" height="25">&nbsp;{L_USERNAME}&nbsp;</th>\r
11         <th width="25%" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>\r
12         <th width="40%" class="thCornerR">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>\r
13   </tr>\r
14   <tr> \r
15         <td class="row4" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td>\r
16   </tr>\r
17   <!-- BEGIN reg_user_row -->\r
18   <tr> \r
19         <td width="35%" class="row1" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{reg_user_row.U_USER_PROFILE}'">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>\r
20         <td width="25%" align="center" nowrap="nowrap" class="row2">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>\r
21         <td width="40%" class="row3" onmouseover="this.style.backgroundColor='{C_ROW3_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW3}';" onclick="window.location.href='{reg_user_row.U_FORUM_LOCATION}'">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>\r
22   </tr>\r
23   <!-- END reg_user_row -->\r
24   <tr> \r
25         <td colspan="3" height="1" class="spacerow"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" alt="."></td>\r
26   </tr>\r
27   <tr> \r
28         <td class="row4" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td>\r
29   </tr>\r
30   <!-- BEGIN guest_user_row -->\r
31   <tr> \r
32         <td width="35%" class="row1">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>\r
33         <td width="25%" align="center" nowrap="nowrap" class="row2">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>\r
34         <td width="40%" class="row3" onmouseover="this.style.backgroundColor='{C_ROW3_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW3}';" onclick="window.location.href='{guest_user_row.U_FORUM_LOCATION}'">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>\r
35   </tr>\r
36   <!-- END guest_user_row -->\r
37 </table>{TPL_FTR}\r
38 \r
39 <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">\r
40   <tr> \r
41         <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>\r
42         <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>\r
43   </tr>\r
44 </table>\r
45 \r
46 <br />\r
47 \r
48 <table width="100%" cellspacing="2" border="0" align="center">\r
49   <tr> \r
50         <td valign="top" align="right">{JUMPBOX}</td>\r
51   </tr>\r
52 </table>\r
53 \r