More templates rewritten
[mailer.git] / templates / de / html / admin / admin_logout_form.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;action=logout"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0"
4         class="admin_table dashed" width="370">
5         <TR>
6                 <TD align="center" class="admin_title bottom2" height="30"><STRONG>{--ADMIN_LOGOUT_NOW--}</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD height="20" class="seperator">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD align="center" style="padding-left: 10px; padding-right: 10px">
14                 {--ADMIN_LOGOUT_NOTE--}</TD>
15         </TR>
16         <TR>
17                 <TD height="14" class="seperator">&nbsp;</TD>
18         </TR>
19         <TR>
20                 <TD align="center">{--ADMIN_LOGOUT_QUESTION--}</TD>
21         </TR>
22         <TR>
23                 <TD height="20" class="seperator bottom2">&nbsp;</TD>
24         </TR>
25         <TR>
26                 <TD align="center" height="30" class="admin_footer"><INPUT
27                         type="submit" name="no" class="admin_no" value="{--NO--}" />
28                 <INPUT type="submit" name="yes" class="admin_yes" value="{--YES--}" />
29                 </TD>
30         </TR>
31 </TABLE>
32 </FORM>