A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_transfer_new.tpl
index ade3b3ee17567f8c5d0dc20204180ddc05194539..f64f6c2fe482ac0c1a8f4c086dca0754a83ea402 100644 (file)
@@ -1,64 +1,60 @@
-<FORM
-       action="{!URL!}/modules.php?module=login&amp;what=transfer&amp;mode=new"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="guest_table dashed">
-       <TR>
-               <TD align="right" width="220" class="bottom2" height="40"><STRONG>{--TRANSFER_SELECT_TARGET_UID--}:</STRONG>
-               </TD>
-               <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
-               <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD align="center" width="280" class="bottom2">
-               {--__TRANSFER_USERID_SELECTION--}</TD>
-       </TR>
-       <TR>
-               <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_MAXIMUM--}:</STRONG>
-               </TD>
-               <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
-               <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2">{--__TRANSFER_MAX_VALUE--} {!POINTS!}</TD>
-       </TR>
-       <TR>
-               <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_AMOUNT--}:</STRONG>
-               </TD>
-               <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
-               <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2"><INPUT type="text" name="points"
-                       class="member_normal" size="5" maxlength="10"
-                       value="{--__TRANSFER_POINTS_VALUE--}"{--__TRANSFER_TO_DISABLED--}>
-               {!POINTS!}</TD>
-       </TR>
-       <TR>
-               <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_REASON--}:</STRONG>
-               </TD>
-               <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
-               <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2"><INPUT type="text" name="reason"
-                       class="member_normal" size="30" maxlength="255"
-                       value="{--__TRANSFER_REASON_VALUE--}"{--__TRANSFER_TO_DISABLED--}>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_SECURITY_CODE--}:</STRONG>
-               </TD>
-               <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
-               <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2">{--__TRANSFER_IMAGE_INPUT--}</TD>
-       </TR>
-       <TR>
-               <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_ENTER_PASSWORD--}:</STRONG>
-               </TD>
-               <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
-               <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2"><INPUT type="password" name="password"
-                       class="member_normal" size="10" maxlength="255"{--__TRANSFER_TO_DISABLED--}>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="4" align="center" class="member_footer"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}"{--__TRANSFER_TO_DISABLED--}>&nbsp;*
-               <INPUT type="submit" name="ok" class="member_submit"
-                       value="{--TRANSFER_ADD_NEW--}"{--__TRANSFER_TO_DISABLED--}></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=transfer&amp;mode=new%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td align="right" class="bottom" height="40"><strong>
+                       {--TRANSFER_SELECT_TARGET_UID--}:</strong>
+               </td>
+               <td align="center" class="bottom">
+                       $content[userid_selection]
+               </td>
+       </tr>
+       <tr>
+               <td align="right" class="bottom" height="40">
+                       <strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
+               </td>
+               <td class="bottom">
+                       {%pipe,translateComma=$content[max_transferable]%} {?POINTS?}
+               </td>
+       </tr>
+       <tr>
+               <td align="right" class="bottom" height="40">
+                       <strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
+               </td>
+               <td class="bottom">
+                       <input type="text" name="points" class="form_field" size="5" maxlength="10" value="{%pipe,bigintval=$content[points]%}"$content[to_disabled] /> {?POINTS?}
+               </td>
+       </tr>
+       <tr>
+               <td align="right" class="bottom" height="40">
+                       <strong>{--TRANSFER_POINTS_REASON--}:</strong>
+               </td>
+               <td class="bottom">
+                       <input type="text" name="reason" class="form_field" size="30" maxlength="255" value="{%pipe,secureString=$content[reason]%}"$content[to_disabled] />
+               </td>
+       </tr>
+       <tr>
+               <td align="right" class="bottom" height="40">
+                       <strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
+               </td>
+               <td class="bottom">
+                       $content[captcha_code]
+               </td>
+       </tr>
+       <tr>
+               <td align="right" class="bottom" height="40">
+                       <strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
+               </td>
+               <td class="bottom">
+                       <input type="password" name="password" class="form_field" size="10" maxlength="255"$content[to_disabled] />
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}"$content[to_disabled] />
+                       <input type="submit" name="ok" class="form_submit" value="{--TRANSFER_ADD_NEW--}"$content[to_disabled] />
+               </td>
+       </tr>
+</table>
+</form>
+</div>