Performance hacks, encapsulation and more EL code usage:
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="100%">
3         <tr>
4                 <td>
5                         <div align="left" class="medium">
6                                 Hallo {%pipe,getUsername%}!
7                         </div>
8                 </td>
9                 <td align="center" width="300" class="dashed tiny">
10                         Aktueller Admin:
11                         [<a class="tiny" href="{%url=modules.php?module=admin&amp;what=admins_edit&amp;admin=$content%}"><strong>{%pipe,getAdminLogin=$content%}</strong></a>]
12                 </td>
13                 <td align="center" width="100" class="logout_box top bottom right">
14                         <a class="logout_box tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
15                 </td>
16         </tr>
17 </table>
18 </div>