All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / guest / guest_sponsor_lost.tpl
index 43415ddf889a02ed90d0ca843f3a81b0b761fc7d..5162bd1d0972c03374413acaef047c863d41109d 100644 (file)
@@ -1,50 +1,47 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=index&amp;what=sponsor_login&amp;mode=lost_pass" 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_SEND_LOST_PASSWORD--}</STRONG>
-  </TD>
-</TR>
-<TD colspan="2" height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD width="200" align="right" style="padding-right: 10px" height="30">
-    {--SPONSOR_ENTER_ID--}:
-  </TD>
-  <TD width="200">
-    <INPUT type="text" name="id" class="guest_normal" size="5" maxlength="20">
-  </TD>
-</TR>
-<TR>
-  <TD width="200" align="right" style="padding-right: 10px" height="30">
-    {--SPONSOR_ENTER_EMAIL--}:
-  </TD>
-  <TD width="200">
-    <INPUT type="text" name="email" class="guest_normal" size="20" maxlength="255">
-  </TD>
-</TR>
-<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="{--SPONSOR_LOST_PASS_SUBMIT--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&amp;what=sponsor_login&amp;mode=lost_pass" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
+<tr>
+       <td class="guest_title2 bottom" align="center" height="30" colspan="2">
+               <strong>{--SPONSOR_SEND_LOST_PASSWORD--}</strong>
+       </td>
+</tr>
+<tr>
+       <td width="200" align="right" style="padding-right: 10px" height="30">
+               {--SPONSOR_ENTER_ID--}:
+       </td>
+       <td width="200">
+               <input type="text" name="id" class="guest_normal" size="5" maxlength="20" />
+       </td>
+</tr>
+<tr>
+       <td class="bottom" width="200" align="right" style="padding-right: 10px" height="30">
+               {--SPONSOR_ENTER_EMAIL--}:
+       </td>
+       <td class="bottom" width="200">
+               <input type="text" name="email" class="guest_normal" size="20" 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="{--SPONSOR_LOST_PASS_SUBMIT--}" />
+       </td>
+</tr>
+</table>
+</form>
+</div>
 
-<DIV align="center">
-  <FONT class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</FONT>
-</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">{--SPONSOR_BACK_TO_LOGIN--}</A><br />
-  </TD>
-</TR>
-</TABLE>
-</DIV>
+<div align="center">
+       <div class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</div>
+</div>
+
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
+<tr>
+       <td align="center" height="30">
+               &raquo;&raquo;&nbsp;<a href="{?URL?}/modules.php?module=index&amp;what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
+       </td>
+</tr>
+</table>
+</div>