More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td colspan="3" class="admin_title bottom" align="center">
5                         <strong>{--USER_NOW_ONLINE--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="85%" class="bottom" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
10                 <td width="5%" class="bottom seperator">&nbsp;</td>
11                 <td width="10%" class="bottom"><strong>$content[guests_online]</strong></td>
12         </tr>
13         <tr>
14                 <td class="bottom" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
15                 <td class="bottom seperator">&nbsp;</td>
16                 <td class="bottom"><strong>$content[members_online]</strong></td>
17         </tr>
18         <tr>
19                 <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
20                 <td class"seperator">&nbsp;</td>
21                 <td><strong>$content[admins_online]</strong></td>
22         </tr>
23 </table>
24 </div>
25 <br />