9ac55c4adc44e21c3840bce119cb7676fd5826ef
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
1 <table border="0" cellspacing="0" cellpadding="0" 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>
5                 </td>
6         </tr>
7         <tr>
8                 <td width="85%" class="bottom2" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
9                 <td width="5%" class="bottom2 seperator">&nbsp;</td>
10                 <td width="10%" class="bottom2"><strong>$content[guests_online]</strong></td>
11         </tr>
12         <tr>
13                 <td class="bottom2" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
14                 <td class="bottom2 seperator">&nbsp;</td>
15                 <td class="bottom2"><strong>$content[members_online]</strong></td>
16         </tr>
17         <tr>
18                 <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
19                 <td class"seperator">&nbsp;</td>
20                 <td><strong>$content[admins_online]</strong></td>
21         </tr>
22 </table>