HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_admins_contct_form.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=admins_contct&amp;admin={!__ADMIN!}" method="POST" style="margin-bottom: 0px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
3         <TR>
4                 <TD width="195" class="admin_header bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></TD>
5                 <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
6                 <TD width="195" class="admin_header bottom2" align="left"><strong>{!__ADMIN!}</strong></TD>
7         </TR>
8         <TR>
9                 <TD colspan="3" class="seperator">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD colspan="3" align="center">
13                         {--ADMINS_ENTER_CONTACT_TEXT--}:<br />
14                         <textarea class="admin_normal" name="text" rows="5" cols="40"></textarea>
15                 </TD>
16         </TR>
17         <TR>
18                 <TD colspan="3" class="seperator bottom2">&nbsp;</TD>
19         </TR>
20         {--ADMINS_MESSAGING_SELECTION--}
21         <TR>
22                 <TD colspan="3" class="seperator">&nbsp;</TD>
23         </TR>
24         <TR>
25                 <TD class="admin_footer top2" align="right"><INPUT type="reset"
26                         class="admin_reset" value="{--CLEAR_FORM--}">
27                 <TD width="10" class="admin_footer top2 seperator">&nbsp;</TD>
28                 <TD class="admin_footer top2"><INPUT type="submit" name="ok"
29                         class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}"></TD>
30         </TR>
31 </TABLE>
32 </form>