HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / 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                 <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div></TD>
20         </TR>
21 </TABLE>
22 </div>