]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_wernis_mode_payout.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_wernis_mode_payout.tpl
index a38334c14cf5da9cd98a2d8fe98c0fe7bc1fbdbf..2ea7dd954f387e1e5d40236fd66883898f46c734 100644 (file)
@@ -1,14 +1,14 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=wernis&amp;mode=payout%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+{%form,formMethodPost=modules.php?module=login&amp;what=wernis&amp;do=payout%}
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="member_title bottom" height="30">
+               <td colspan="2" align="center" class="table_header bottom" height="30">
                        <strong>{--MEMBER_WERNIS_PAYOUT_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td height="25" align="right">{--MEMBER_WERNIS_PAYOUT_POINTS--}</td>
-               <td><strong>$content[points]</strong> Wernis</td>
+               <td><strong>{%pipe,translateComma=$content[points]%}</strong> Wernis</td>
        </tr>
        <tr>
                <td height="25" align="right">{--MEMBER_WERNIS_PAYOUT_MIN_POINTS--}</td>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_WERNIS_WDS66_ID--}</td>
-               <td><input type="text" name="wernis_userid" size="6" maxlength="5" value="$content[wernis_userid]" /></td>
+               <td><input type="text" class="form_field" name="wernis_userid" size="6" maxlength="5" value="{%user,wernis_userid%}" /></td>
        </tr>
        <tr>
                <td height="35" align="right">{--MEMBER_WERNIS_WDS66_PASSWORD--}</td>
-               <td><input type="password" name="wds66_password" size="10" maxlength="255" /></td>
+               <td><input type="password" class="form_field" name="wds66_password" size="10" maxlength="255" /></td>
        </tr>
        <tr>
                <td class="bottom" height="35" align="right">{--MEMBER_WERNIS_WDS66_AMOUNT--}</td>
-               <td class="bottom"><input type="text" name="amount" size="10" maxlength="255" /></td>
+               <td class="bottom"><input type="text" class="form_field" name="amount" size="10" maxlength="255" /></td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="member_footer">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="member_submit" value="{--MEMBER_WERNIS_PAYOUT_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_PAYOUT_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 
 <div class="para">
-       <strong class="member_note">{--MEMBER_WERNIS_PAYOUT_NOTE--}</strong>
+       <strong class="notice">{--MEMBER_WERNIS_PAYOUT_NOTICE--}</strong>
 </div>
 
-<div class="member_note">
+<div class="notice">
        Die Umrechnung von {?POINTS?} in Wernis enspricht derzeit <strong>{%config,translateComma=wernis_payout_factor%}:1</strong>.
        Das auszahlungsf&auml;hige {?POINTS?}-Guthaben ist entweder um eine
-       prozentuale Geb&uuml;hr von <strong>{%config,translateComma=wernis_payout_fee_percent%}%</strong>
+       prozentuale Geb&uuml;hr von <strong>{%config,translateComma=wernis_payout_fee_percent%}&#37;</strong>
        oder um einen fixen Betrag von <strong>{%config,translateComma=wernis_payout_fee_fix%} {?POINTS?}</strong>
        bereits reduziert.
 </div>