HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_sub_points_all.tpl
1 <form
2         action="{!URL!}/modules.php?module=admin&amp;what=sub_points&amp;u_id=all"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="500"
5         align="center" class="admin_table dashed">
6         <TR>
7                 <TD class="admin_title seperator" height="10" colspan="3">&nbsp;</TD>
8         </TR>
9         <TR>
10                 <TD class="admin_title" colspan="3" align="center">{--ADMIN_SUB_POINTS_FROM_ALL--}:</TD>
11         </TR>
12         <TR>
13                 <TD class="admin_title seperator bottom2" height="10" colspan="3">&nbsp;</TD>
14         </TR>
15         <TR>
16                 <TD height="8" colspan="3" class="seperator">&nbsp;</TD>
17         </TR>
18         <TR>
19                 <TD align="right">{--ENTER_POINTS_SUB--}:</TD>
20                 <TD width="10" class="seperator">&nbsp;</TD>
21                 <TD><INPUT type="text" name="points" size="6" maxlength="7"
22                         class="admin_normal"></TD>
23         </TR>
24         <TR>
25                 <TD height="5" colspan="3" class="seperator">&nbsp;</TD>
26         </TR>
27         <TR>
28                 <TD align="right">{--ENTER_SUB_REASON--}:</TD>
29                 <TD width="10" class="seperator">&nbsp;</TD>
30                 <TD><textarea name="reason" class="admin_normal" rows="5"
31                         cols="20"></textarea></TD>
32         </TR>
33         <TR>
34                 <TD height="3" colspan="3" class="seperator">&nbsp;</TD>
35         </TR>
36         <TR>
37                 <TD height="5" colspan="3" class="seperator bottom2">&nbsp;</TD>
38         </TR>
39         <TR>
40                 <TD colspan="3" align="center" class="admin_footer"><INPUT type="reset"
41                         class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
42                         type="submit" class="admin_submit" name="ok"
43                         value="{--ADMIN_SUB_POINTS--}" /></TD>
44         </TR>
45 </TABLE>
46 </form>