Mailer project continued (heavy refactoring):
[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" height="40"><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         <tr>
13                 <td align="right" class="bottom" height="40">
14                         <strong>{--MEMBER_TRANSFER_POINTS_MAXIMUM--}:</strong>
15                 </td>
16                 <td class="bottom">
17                         {%pipe,translateComma=$content[max_transferable]%} {?POINTS?}
18                 </td>
19         </tr>
20         <tr>
21                 <td align="right" class="bottom" height="40">
22                         <strong>{--MEMBER_TRANSFER_POINTS_AMOUNT--}:</strong>
23                 </td>
24                 <td class="bottom">
25                         <input type="text" class="form_field" name="points" size="5" maxlength="10" value="{%pipe,bigintval=$content[points]%}"$content[to_disabled] /> {?POINTS?}
26                 </td>
27         </tr>
28         <tr>
29                 <td align="right" class="bottom" height="40">
30                         <strong>{--MEMBER_ENTER_TRANSFER_POINTS_REASON--}:</strong>
31                 </td>
32                 <td class="bottom">
33                         <input type="text" class="form_field" name="reason" size="30" maxlength="255" value="{%pipe,secureString=$content[reason]%}"$content[to_disabled] />
34                 </td>
35         </tr>
36         <tr>
37                 <td align="right" class="bottom" height="40">
38                         <strong>{--MEMBER_TRANSFER_POINTS_SECURITY_CODE--}:</strong>
39                 </td>
40                 <td class="bottom">
41                         $content[captcha_code]
42                 </td>
43         </tr>
44         <tr>
45                 <td align="right" class="bottom" height="40">
46                         <strong>{--MEMBER_ENTER_TRANSFER_PASSWORD--}:</strong>
47                 </td>
48                 <td class="bottom">
49                         <input type="password" class="form_field" name="password" size="10" maxlength="255"$content[to_disabled] />
50                 </td>
51         </tr>
52         <tr>
53                 <td colspan="2" align="center" class="table_footer">
54                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}"$content[to_disabled] />
55                         <input type="submit" class="form_submit" name="ok" value="{--MEMBER_TRANSFER_ADD_NEW_SUBMIT--}"$content[to_disabled] />
56                 </td>
57         </tr>
58 </table>
59 {%form_close%}
60 </div>