]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_mini_online.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="170" class="admin_table dashed">
2         <TR>
3                 <TD colspan="3" class="admin_title bottom2" align="center" height="30">
4                 <strong>{--USER_NOW_ONLINE--}</strong></TD>
5         </TR>
6         <TR>
7                 <TD width="85%" class="bottom2" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></TD>
8                 <TD width="5%" class="bottom2 seperator">&nbsp;</TD>
9                 <TD width="10%" class="bottom2"><strong>{!_GUESTS_ONLINE!}</strong></TD>
10         </TR>
11         <TR>
12                 <TD class="bottom2" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></TD>
13                 <TD class="bottom2 seperator">&nbsp;</TD>
14                 <TD class="bottom2"><strong>{!_MEMBERS_ONLINE!}</strong></TD>
15         </TR>
16         <TR>
17                 <TD align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></TD>
18                 <TDclass"seperator">&nbsp;</TD>
19                 <TD><strong>{!_ADMINS_ONLINE!}</strong></TD>
20         </TR>
21 </TABLE>