Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_transfer_new.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=login&amp;what=transfer&amp;do=new%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="right" class="bottom"><strong>
6                 {--MEMBER_SELECT_TRANSFER_TARGET_USERID--}:</strong>
7         </td>
8         <td align="center" class="bottom">
9                 $content[userid_selection]
10         </td>
11 </tr>
12
13 <tr>
14         <td align="right" class="bottom">
15                 <strong>{--MEMBER_TRANSFER_POINTS_MAXIMUM--}:</strong>
16         </td>
17         <td class="bottom">
18                 {%pipe,translateComma=$content[max_transferable]%} {?POINTS?}
19         </td>
20 </tr>
21
22 <tr>
23         <td align="right" class="bottom">
24                 <strong>{--MEMBER_TRANSFER_POINTS_AMOUNT--}:</strong>
25         </td>
26         <td class="bottom">
27                 <input type="text" class="form_field" name="points" size="5" maxlength="10" value="{%pipe,bigintval=$content[points]%}"$content[to_disabled] /> {?POINTS?}
28         </td>
29 </tr>
30
31 <tr>
32         <td align="right" class="bottom">
33                 <strong>{--MEMBER_ENTER_TRANSFER_POINTS_REASON--}:</strong>
34         </td>
35         <td class="bottom">
36                 <input type="text" class="form_field" name="reason" size="30" maxlength="255" value="{%pipe,secureString=$content[reason]%}"$content[to_disabled] />
37         </td>
38 </tr>
39
40 <tr>
41         <td align="right" class="bottom">
42                 <strong>{--MEMBER_TRANSFER_POINTS_SECURITY_CODE--}:</strong>
43         </td>
44         <td class="bottom">
45                 $content[captcha_code]
46         </td>
47 </tr>
48
49 <tr>
50         <td align="right" class="bottom">
51                 <strong>{--MEMBER_ENTER_TRANSFER_PASSWORD--}:</strong>
52         </td>
53         <td class="bottom">
54                 <input type="password" class="form_field" name="password" size="10" maxlength="255"$content[to_disabled] />
55         </td>
56 </tr>
57
58 <tr>
59         <td colspan="2" align="center" class="table_footer">
60                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}"$content[to_disabled] />
61                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_TRANSFER_ADD_NEW_SUBMIT--}"$content[to_disabled] />
62         </td>
63 </tr>
64 </table>
65 {%form_close%}
66 </div>