182 |
kaklik |
1 |
|
|
|
2 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
3 |
<tr> |
|
|
4 |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
|
|
5 |
</tr> |
|
|
6 |
</table> |
|
|
7 |
|
|
|
8 |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
|
|
9 |
<tr> |
|
|
10 |
<th width="35%" class="thCornerL" height="25"> {L_USERNAME} </th> |
|
|
11 |
<th width="25%" class="thTop"> {L_LAST_UPDATE} </th> |
|
|
12 |
<th width="40%" class="thCornerR"> {L_FORUM_LOCATION} </th> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td> |
|
|
16 |
</tr> |
|
|
17 |
<!-- BEGIN reg_user_row --> |
|
|
18 |
<tr> |
|
|
19 |
<td width="35%" 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> |
|
|
20 |
<td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> |
|
|
21 |
<td width="40%" 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> |
|
|
22 |
</tr> |
|
|
23 |
<!-- END reg_user_row --> |
|
|
24 |
<tr> |
|
|
25 |
<td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> |
|
|
26 |
</tr> |
|
|
27 |
<tr> |
|
|
28 |
<td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td> |
|
|
29 |
</tr> |
|
|
30 |
<!-- BEGIN guest_user_row --> |
|
|
31 |
<tr> |
|
|
32 |
<td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td> |
|
|
33 |
<td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> |
|
|
34 |
<td width="40%" 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> |
|
|
35 |
</tr> |
|
|
36 |
<!-- END guest_user_row --> |
|
|
37 |
</table> |
|
|
38 |
|
|
|
39 |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
|
|
40 |
<tr> |
|
|
41 |
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> |
|
|
42 |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
|
|
43 |
</tr> |
|
|
44 |
</table> |
|
|
45 |
|
|
|
46 |
<br /> |
|
|
47 |
|
|
|
48 |
<table width="100%" cellspacing="2" border="0" align="center"> |
|
|
49 |
<tr> |
|
|
50 |
<td valign="top" align="right">{JUMPBOX}</td> |
|
|
51 |
</tr> |
|
|
52 |
</table> |
|
|
53 |
|