Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_sponsor_login.tpl
index 8dc8b094d7d163a013a2fbbcfc1460a211e57443..a9c615a761c6eda8aa6d4258a24755ff09b35f17 100644 (file)
@@ -1,52 +1,52 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=index&amp;what=sponsor_login" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
-<TR>
-  <TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
-    <STRONG>{--SPONSOR_LOGIN_WELCOME--}</STRONG>
-  </TD>
-</TR>
-<TD colspan="2" height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD width="230" align="right" style="padding-right: 10px" height="30">
+<div class="para">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=sponsor_login%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
+<tr>
+  <td class="guest_title bottom" align="center" colspan="2">
+    <strong>{--SPONSOR_LOGIN_WELCOME--}</strong>
+  </td>
+</tr>
+<tr>
+  <td align="right" style="padding-right: 10px">
     {--SPONSOR_ENTER_ID--}:
-  </TD>
-  <TD width="170">
-    <INPUT type="text" name="sponsorid" class="guest_normal" size="5" maxlength="20">
-  </TD>
-</TR>
-<TR>
-  <TD width="220" align="right" style="padding-right: 10px" height="30">
+  </td>
+  <td>
+    <input type="text" name="sponsorid" class="guest_normal" size="5" maxlength="20" />
+  </td>
+</tr>
+<tr>
+  <td class="bottom" align="right" style="padding-right: 10px">
     {--SPONSOR_ENTER_PASSWORD--}:
-  </TD>
-  <TD width="170">
-    <INPUT type="password" name="pass" class="guest_normal" size="10" maxlength="255">
-  </TD>
-</TR>
-<TD colspan="2" height="5" class="bottom2 seperator">&nbsp;</TD></TR>
-<TR>
-  <TD colspan="2" align="center" class="guest_footer">
-    <INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="guest_submit" value="{--LOGIN_SUBMIT--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+  </td>
+  <td class="bottom">
+    <input type="password" name="pass" class="guest_normal" size="10" maxlength="255" />
+  </td>
+</tr>
+<tr>
+  <td colspan="2" align="center" class="guest_footer">
+    <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" name="ok" class="guest_submit" value="{--LOGIN_SUBMIT--}" />
+  </td>
+</tr>
+</table>
+</form>
+</div>
+</div>
 
-<br />
-
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
-<TR>
-  <TD align="center" height="30">
-    --&gt;&nbsp;<A href="{!URL!}/modules.php?module=index&amp;what=sponsor_login&amp;mode=lost_pass">{--SPONSOR_PASSWORD_LOST--}</A>
-  </TD>
-</TR>
-<TR>
-  <TD align="center" height="30">
-    --&gt;&nbsp;<A href="{!URL!}/modules.php?module=index&amp;what=sponsor_login&amp;mode=activate">{--SPONSOR_ACTIVATION_LINK_LOST--}</A><br />
-  </TD>
-</TR>
-</TABLE>
-</DIV>
+<div class="para">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
+<tr>
+  <td align="center">
+    [<a href="{%url=modules.php?module=index&amp;what=sponsor_login&amp;mode=lost_pass%}">{--SPONSOR_PASSWORD_LOST--}</a>]
+  </td>
+</tr>
+<tr>
+  <td align="center">
+    [<a href="{%url=modules.php?module=index&amp;what=sponsor_login&amp;mode=activate%}">{--SPONSOR_ACTIVATION_LINK_LOST--}</a>]
+  </td>
+</tr>
+</table>
+</div>
+</div>