]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_login.tpl
mailer project continued:
[mailer.git] / templates / de / html / guest / guest_sponsor_login.tpl
index 050f00eeae59ae3544a79434e427446007d322bb..40f97de163d348e72dbf34239706b3c1653509fc 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">
-    {--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">
-    {--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>
+<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="table dashed">
+<tr>
+       <td class="table_header 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>
+               <input type="text" class="form_field" name="sponsor_id" size="5" maxlength="20" />
+       </td>
+</tr>
+<tr>
+       <td class="bottom" align="right" style="padding-right: 10px">
+               {--SPONSOR_ENTER_PASSWORD--}:
+       </td>
+       <td class="bottom">
+               <input type="password" class="form_field" name="password" size="10" maxlength="255" />
+       </td>
+</tr>
+<tr>
+       <td colspan="2" align="center" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="login" 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="table dashed">
+<tr>
+       <td align="center">
+               [<a href="{%url=modules.php?module=index&amp;what=sponsor_login&amp;do=lost_pass%}">{--SPONSOR_PASSWORD_LOST--}</a>]
+       </td>
+</tr>
+<tr>
+       <td align="center">
+               [<a href="{%url=modules.php?module=index&amp;what=sponsor_login&amp;do=activate%}">{--SPONSOR_ACTIVATION_LINK_LOST--}</a>]
+       </td>
+</tr>
+</table>
+</div>
+</div>