Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_welcome_admins.tpl
1 <div align="center">
2         <strong class="big">: : : Willkommen zum Administrationsbereich : : :</strong>
3 </div>
4
5 <div align="center">
6 <table border="0" cellspacing="0" cellpadding="0" width="100%">
7         <tr>
8                 <td>
9                         <div align="left" class="medium">
10                                 Hallo {%pipe,getUsername%}!
11                         </div>
12                 </td>
13                 <td align="center" width="300" class="dashed tiny">
14                         Aktueller Admin:
15                         [<a class="tiny" href="{%url=modules.php?module=admin&amp;what=admins_edit&amp;admin=$content[id]%}"><strong>$content[login]</strong></a>]
16                 </td>
17                 <td align="center" width="100" class="logout_box top bottom right">
18                         <a class="logout_box tiny" href="{%url=modules.php?module=admin&amp;action=logout%}">Ausloggen</a>
19                 </td>
20         </tr>
21 </table>
22 </div>