]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mini_online.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
index be775baf0e8d4a05fb4786fe07588e6862470ac0..dcbdbcf455239fb4c69921dd60766219197d9156 100644 (file)
@@ -1,22 +1,23 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="170" class="admin_table dashed">
-       <TR>
-               <TD colspan="3" class="admin_title bottom2" align="center" height="30">
-               <STRONG>{--USER_NOW_ONLINE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD width="85%" class="bottom2" align="right"><FONT
-                       class="medium">{--GUESTS_ONLINE--}:</FONT></TD>
-               <TD width="5%" class="bottom2 seperator">&nbsp;</TD>
-               <TD width="10%" class="bottom2"><STRONG>{!_GUESTS_ONLINE!}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="bottom2" align="right"><FONT class="medium">{--MEMBERS_ONLINE--}:</FONT></TD>
-               <TD class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2"><STRONG>{!_MEMBERS_ONLINE!}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="right"><FONT class="medium">{--ADMINS_ONLINE--}:</FONT></TD>
-               <TDclass"seperator">&nbsp;</TD>
-               <TD><STRONG>{!_ADMINS_ONLINE!}</STRONG></TD>
-       </TR>
-</TABLE>
+<div class="para">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="2" class="admin_title bottom" align="center">
+                       <strong>{--USER_NOW_ONLINE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
+               <td class="bottom"><strong>$content[guests_online]</strong></td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
+               <td class="bottom"><strong>$content[members_online]</strong></td>
+       </tr>
+       <tr>
+               <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
+               <td><strong>$content[admins_online]</strong></td>
+       </tr>
+</table>
+</div>
+</div>