A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_list_online.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="99%" align="center" class="admin_table dashed">
2 <tr>
3         <td colspan="6" height="7" class="seperator">&nbsp;</td>
4 </tr>
5 <tr>
6         <td colspan="8" align="left">
7         <table border="0" cellspacing="0" cellpadding="0" width="100%">
8                 <tr>
9                         <td width="10">&nbsp;</td>
10                         <td><strong>{--ADMIN_ONLINE_DETAILS--}</strong></td>
11                 </tr>
12         </table>
13         </td>
14 </tr>
15 <tr>
16         <td colspan="8" height="10" class="seperator bottom">&nbsp;</td>
17 </tr>
18 <tr>
19         <td align="center" width="5%" class="admin_title bottom right"><strong>{--Id_SELECT--}</strong></td>
20         <td align="center" width="10%" class="admin_title bottom right"><strong>{--_UID--}:</strong></td>
21         <td align="center" width="10%" class="admin_title bottom right"><strong>{--REMOTE_IP--}:</strong></td>
22         <td align="center" width="5%" class="admin_title bottom right"><strong>{--_REFID--}:</strong></td>
23         <td align="center" width="10%" class="admin_title bottom right"><strong>{--_MODULE--}:</strong></td>
24         <td align="center" width="10%" class="admin_title bottom right"><strong>{--MENU_ACTION--}:</strong></td>
25         <td align="center" width="5%" class="admin_title bottom right"><strong>{--MENU_WHAT--}:</strong></td>
26         <td align="center" width="10%" class="admin_title bottom"><strong>{--LAST_SEEN--}:</strong></td>
27 </tr>
28 $content[rows]
29 <tr>
30         <td colspan="8" class="admin_footer">$content[online_timeout]</td>
31 </tr>
32 </table>