Naming-inconsistency fixed #2
[mailer.git] / templates / de / html / doubler / doubler_index.tpl
index 7a66802acf06ef7bd7119b5bd574872a13018c28..419b4faa29a300220b0aa1feb6156c654f82b91c 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="doubler_table" width="100%">
        <tr>
                <td height="80" align="center">$content[header]</td>
                $content[enter_login]<br />
                {--DOUBLER_NOTE_FOR_PASSWORD--}<br />
                <br />
-               <form accept-charset="utf-8" action="{?URL?}/doubler.php?refid=$content[refid]" method="post"
-                       style="margin-bottom: 0px">
+               <form accept-charset="utf-8" action="{%url=doubler.php?refid=$content[refid]" method="post">
                <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
                        <tr>
-                               <td colspan="2" class="guest_title2 bottom2" height="30">
+                               <td colspan="2" class="guest_title bottom">
                                        <strong>{?POINTS?}-{--DOUBLER_TITLE--}</strong><br />
                                        <div class="doubler_error">$content[message]</div>
                                </td>
                        </tr>
                        <tr>
-                               <td colspan="2" class="seperator" height="5">&nbsp;</td>
-                       </tr>
-                       <tr>
-                               <td width="260" align="right" height="25">
-                               {--DOUBLER_ENTER_LOGIN_DATA--}:&nbsp;</td>
-                               <td width="260"><input type="text" name="userid"
-                                       class="guest_normal" size="10" maxlength="255"></td>
-                       </tr>
-                       <tr>
-                               <td width="260" align="right" height="25">
-                               {--GUEST_ENTER_PASSWORD--}:&nbsp;</td>
-                               <td width="260"><input type="password" name="pass"
-                                       class="guest_normal" size="10" maxlength="255"></td>
+                               <td align="right" height="25">
+                                       {--DOUBLER_ENTER_LOGIN_DATA--}:
+                               </td>
+                               <td>
+                                       <input type="text" name="userid" class="guest_normal" size="10" maxlength="255" />
+                               </td>
                        </tr>
                        <tr>
-                               <td width="260" align="right" height="25">
-                               {--DOUBLER_ENTER_POINTS--}:&nbsp;</td>
-                               <td width="260"><input type="text" name="points"
-                                       class="guest_normal" size="10" maxlength="20"></td>
+                               <td align="right" height="25">
+                                       {--GUEST_ENTER_PASSWORD--}:
+                               </td>
+                               <td>
+                                       <input type="password" name="pass" class="guest_normal" size="10" maxlength="255" />
+                               </td>
                        </tr>
                        <tr>
-                               <td colspan="2" class="seperator bottom2" height="5">&nbsp;</td>
+                               <td class="bottom" align="right" height="25">
+                                       {--DOUBLER_ENTER_POINTS--}:
+                               </td>
+                               <td class="bottom">
+                                       <input type="text" name="points" class="guest_normal" size="10" maxlength="20" />
+                               </td>
                        </tr>
                        <tr>
-                               <td colspan="2" align="center" class="guest_footer" height="30">
-                               <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
-                               <input type="submit" class="guest_submit" name="ok"
-                                       value="{--DOUBLER_NOW--}" /></td>
+                               <td colspan="2" align="center" class="guest_footer">
+                                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+                                       <input type="submit" class="guest_submit" name="ok" value="{--DOUBLER_NOW--}" />
+                               </td>
                        </tr>
                </table>
                </form>
                {--DOUBLER_REFERAL_8--} {--DOUBLER_REFERAL_LINK--}<br />
                $content[message]<br />
                {--DOUBLER_NOT_YET_REGISTERED--} <a
-                       href="{?URL?}/ref.php?refid=$content[refid]">{--DOUBLER_REGISTER_NOW--}</a><br />
+                       href="{?URL?}/ref.php?refid=$content[refid]%}">{--DOUBLER_REGISTER_NOW--}</a><br />
                <br />
                {--DOUBLER_YOUR_ADVERTISING_HERE--} <a
-                       href="{?URL?}/modules.php?module=index&amp;what=impressum&amp;refid=$content[refid]">{--DOUBLER_CONTACT_US--}</a><br />
+                       href="{%url=modules.php?module=index&amp;what=impressum&amp;refid=$content[refid]%}">{--DOUBLER_CONTACT_US--}</a><br />
                <br />
                $content[banner]<br />
                <br />
@@ -93,3 +93,4 @@
                <td height="80" align="center">$content[footer]</td>
        </tr>
 </table>
+</div>