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