]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_wernis_mode_withdraw.tpl
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple...
[mailer.git] / templates / de / html / member / member_wernis_mode_withdraw.tpl
index bf92071fc294c33e60d43307373d0de30a276904..ffba548d33dc76d4db55d9fbdb18875426e27303 100644 (file)
@@ -1,50 +1,41 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=wernis&amp;mode=withdraw%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=login&amp;what=wernis&amp;do=withdraw%}
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
        <tr>
-               <td colspan="3" align="center" class="member_title2 bottom" height="30">
-                       <strong>{--WERNIS_MEMBER_WITHDRAW_TITLE--}</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--MEMBER_WERNIS_WITHDRAW_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td width="315" class="bottom" height="25" align="right">{--WERNIS_MEMBER_WITHDRAW_POINTS_ACCOUNT--}</td>
-               <td width="10" class="seperator bottom">&nbsp;</td>
-               <td width="115" class="bottom"><strong>$content[points]</strong> Wernis</td>
+               <td class="bottom" height="25" align="right">{--MEMBER_WERNIS_WITHDRAW_POINTS_ACCOUNT--}</td>
+               <td class="bottom"><strong>{%pipe,translateComma=$content[points]%}</strong> Wernis</td>
        </tr>
        <tr>
-               <td width="315" class="bottom" height="25" align="right">{--WERNIS_MEMBER_WITHDRAW_MIN_POINTS--}</td>
-               <td width="10" class="seperator bottom">&nbsp;</td>
-               <td width="115" class="bottom"><strong>{%config,translateComma=wernis_min_withdraw%}</strong> Wernis</td>
+               <td class="bottom" height="25" align="right">{--MEMBER_WERNIS_WITHDRAW_MIN_POINTS--}</td>
+               <td class="bottom"><strong>{%config,translateComma=wernis_min_withdraw%}</strong> Wernis</td>
        </tr>
        <tr>
-               <td colspan="3" height="3" class="seperator">&nbsp;</td>
+               <td height="35" align="right">{--MEMBER_WERNIS_WDS66_ID--}</td>
+               <td><input type="text" class="form_field" name="wernis_userid" size="6" maxlength="5" value="{%user,wernis_userid%}" /></td>
        </tr>
        <tr>
-               <td width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_ID--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="text" name="wernis_userid" size="6" maxlength="5" value="$content[wernis_userid]" /></td>
+               <td height="35" align="right">{--MEMBER_WERNIS_WDS66_PASSWORD--}</td>
+               <td><input type="password" class="form_field" name="wds66_password" size="10" maxlength="255" /></td>
        </tr>
        <tr>
-               <td width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_PASSWORD--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="password" name="wds66_password" size="10" maxlength="255" /></td>
+               <td height="35" align="right">{--MEMBER_WERNIS_WDS66_AMOUNT--}</td>
+               <td><input type="text" class="form_field" name="amount" size="10" maxlength="255" /></td>
        </tr>
        <tr>
-               <td width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_AMOUNT--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td width="115"><input type="text" name="amount" size="10" maxlength="255" /></td>
-       </tr>
-       <tr>
-               <td colspan="3" height="3" class="seperator bottom">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" align="center" class="member_footer">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="member_submit" value="{--WERNIS_MEMBER_WITHDRAW_SUBMIT--}" />
+               <td colspan="2" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_WERNIS_WITHDRAW_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 
-<div class="member_note">
-       <strong class="member_note">{--WERNIS_MEMBER_WITHDRAW_NOTE--}</strong>
+<div class="notice">
+       <strong class="notice">{--MEMBER_WERNIS_WITHDRAW_NOTICE--}</strong>
+</div>
 </div>