template
[mailer.git] / 0.2.1 / templates / de / html / guest / guest_active_table.tpl
1 <DIV align="center">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="480"
3         class="guest_table dashed">
4         <TR>
5                 <TD colspan="3" class="guest_title2 bottom2" height="30"><STRONG>{--GUEST_ACTIVE_HEADER--}</STRONG>
6                 </TD>
7         </TR>
8         <TR>
9                 <TD class="guest_title2 bottom2 right2"><STRONG>{--_UID--}:</STRONG>
10                 </TD>
11                 <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_POINTS--}:</STRONG>
12                 </TD>
13                 <TD class="guest_title2 bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
14                 </TD>
15         </TR>
16         {!__ACTIVE_ROWS!}
17         <TR>
18                 <TD colspan="3" align="center" class="guest_footer" height="30">
19                 <FONT class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</FONT></TD>
20         </TR>
21 </TABLE>
22 </DIV>