HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_transfer_new.tpl
1 <form action="{!URL!}/modules.php?module=login&amp;what=transfer&amp;mode=new" method="POST" style="margin-bottom: 0px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="guest_table dashed">
3         <TR>
4                 <TD align="right" width="220" class="bottom2" height="40"><strong>{--TRANSFER_SELECT_TARGET_UID--}:</strong>
5                 </TD>
6                 <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
7                 <TD width="10" class="bottom2 seperator">&nbsp;</TD>
8                 <TD align="center" width="280" class="bottom2">
9                 {!__TRANSFER_USERID_SELECTION!}</TD>
10         </TR>
11         <TR>
12                 <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
13                 </TD>
14                 <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
15                 <TD width="10" class="bottom2 seperator">&nbsp;</TD>
16                 <TD class="bottom2">{!__TRANSFER_MAX_VALUE!} {!POINTS!}</TD>
17         </TR>
18         <TR>
19                 <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
20                 </TD>
21                 <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
22                 <TD width="10" class="bottom2 seperator">&nbsp;</TD>
23                 <TD class="bottom2"><INPUT type="text" name="points"
24                         class="member_normal" size="5" maxlength="10"
25                         value="{!__TRANSFER_POINTS_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
26                 {!POINTS!}</TD>
27         </TR>
28         <TR>
29                 <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_REASON--}:</strong>
30                 </TD>
31                 <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
32                 <TD width="10" class="bottom2 seperator">&nbsp;</TD>
33                 <TD class="bottom2"><INPUT type="text" name="reason"
34                         class="member_normal" size="30" maxlength="255"
35                         value="{!__TRANSFER_REASON_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
36                 </TD>
37         </TR>
38         <TR>
39                 <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
40                 </TD>
41                 <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
42                 <TD width="10" class="bottom2 seperator">&nbsp;</TD>
43                 <TD class="bottom2">{!__TRANSFER_IMAGE_INPUT!}</TD>
44         </TR>
45         <TR>
46                 <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
47                 </TD>
48                 <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
49                 <TD width="10" class="bottom2 seperator">&nbsp;</TD>
50                 <TD class="bottom2"><INPUT type="password" name="password"
51                         class="member_normal" size="10" maxlength="255"{!__TRANSFER_TO_DISABLED!}>
52                 </TD>
53         </TR>
54         <TR>
55                 <TD colspan="4" align="center" class="member_footer"><INPUT
56                         type="reset" class="member_reset" value="{--CLEAR_FORM--}"{!__TRANSFER_TO_DISABLED!}>
57                 <INPUT type="submit" name="ok" class="member_submit"
58                         value="{--TRANSFER_ADD_NEW--}"{!__TRANSFER_TO_DISABLED!}></TD>
59         </TR>
60 </TABLE>
61 </form>