1 <form accept-charset="utf-8" action="{%url=modules.php?module=login&what=transfer&mode=new%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
4 <td align="right" width="220" class="bottom" height="40"><strong>
5 {--TRANSFER_SELECT_TARGET_UID--}:</strong>
7 <td width="10" class="bottom right seperator"> </td>
8 <td width="10" class="bottom seperator"> </td>
9 <td align="center" width="280" class="bottom">
10 $content[userid_selection]
14 <td align="right" class="bottom" height="40">
15 <strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
17 <td width="10" class="bottom right seperator"> </td>
18 <td width="10" class="bottom seperator"> </td>
19 <td class="bottom">$content[max_transferable] {?POINTS?}</td>
22 <td align="right" class="bottom" height="40">
23 <strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
25 <td width="10" class="bottom right seperator"> </td>
26 <td width="10" class="bottom seperator"> </td>
28 <input type="text" name="points" class="member_normal" size="5" maxlength="10" value="$content[points]"$content[to_disabled] />
33 <td align="right" class="bottom" height="40">
34 <strong>{--TRANSFER_POINTS_REASON--}:</strong>
36 <td width="10" class="bottom right seperator"> </td>
37 <td width="10" class="bottom seperator"> </td>
39 <input type="text" name="reason" class="member_normal" size="30" maxlength="255" value="$content[reason]"$content[to_disabled] />
43 <td align="right" class="bottom" height="40">
44 <strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
46 <td width="10" class="bottom right seperator"> </td>
47 <td width="10" class="bottom seperator"> </td>
48 <td class="bottom">$content[captcha_code]</td>
51 <td align="right" class="bottom" height="40">
52 <strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
54 <td width="10" class="bottom right seperator"> </td>
55 <td width="10" class="bottom seperator"> </td>
57 <input type="password" name="password" class="member_normal" size="10" maxlength="255"$content[to_disabled] />
61 <td colspan="4" align="center" class="member_footer">
62 <input type="reset" class="member_reset" value="{--CLEAR_FORM--}"$content[to_disabled] />
63 <input type="submit" name="ok" class="member_submit" value="{--TRANSFER_ADD_NEW--}"$content[to_disabled] />