Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_wernis_mode_withdraw.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=login&amp;what=wernis&amp;do=withdraw%}
3 <table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--MEMBER_WERNIS_WITHDRAW_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">{--MEMBER_WERNIS_WITHDRAW_POINTS_ACCOUNT--}</td>
11                 <td class="bottom"><strong>{%pipe,translateComma=$content[points]%}</strong> Wernis</td>
12         </tr>
13         <tr>
14                 <td class="bottom" align="right">{--MEMBER_WERNIS_WITHDRAW_MIN_POINTS--}</td>
15                 <td class="bottom"><strong>{%config,translateComma=wernis_min_withdraw%}</strong> Wernis</td>
16         </tr>
17         <tr>
18                 <td height="35" align="right">{--MEMBER_WERNIS_WDS66_ID--}</td>
19                 <td><input type="text" class="form_field" name="wernis_userid" size="6" maxlength="5" value="{%user,wernis_userid%}" /></td>
20         </tr>
21         <tr>
22                 <td height="35" align="right">{--MEMBER_WERNIS_WDS66_PASSWORD--}</td>
23                 <td><input type="password" class="form_field" name="wds66_password" size="10" maxlength="255" /></td>
24         </tr>
25         <tr>
26                 <td height="35" align="right">{--MEMBER_WERNIS_WDS66_AMOUNT--}</td>
27                 <td><input type="text" class="form_field" name="amount" size="10" maxlength="255" /></td>
28         </tr>
29         <tr>
30                 <td colspan="2" align="center" class="table_footer">
31                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
32                         <input type="submit" class="form_submit" name="ok" value="{--MEMBER_WERNIS_WITHDRAW_SUBMIT--}" />
33                 </td>
34         </tr>
35 </table>
36 {%form_close%}
37
38 <div class="notice">
39         <strong class="notice">{--MEMBER_WERNIS_WITHDRAW_NOTICE--}</strong>
40 </div>
41 </div>