Login geht nicht mehr
Verfasst: 20.08.2006 15:34
Warum geht mein Login nicht mehr?
Hier der code von login_body.tpl
Hier der code von login_body.tpl
Code: Alles auswählen
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="297" background="pic/login.PNG" height="264">
<tr>
<td align="center" valign="top">
<form action="{S_LOGIN_ACTION}" method="post" target="_self">
</form>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="256" height="238">
<tr>
<td width="115" height="19"> </td>
<td width="141" height="19"> </td>
</tr>
<tr>
<td width="115" height="22">
<p align="right">
<img border="0" src="pic/account.gif" width="63" height="14"></td>
<td width="141" height="22">
<input type="text" class="post" name="username" size="17" maxlength="40" value="{USERNAME}" /></td>
</tr>
<tr>
<td width="115" height="22">
<img border="0" src="pic/password.gif" align="right" width="69" height="14"></td>
<td width="141" height="22">
<input type="password" class="post" name="password" size="17" maxlength="32" /></td>
</tr>
<tr>
<td width="256" colspan="2" height="19"> </td>
</tr>
<tr>
<td width="256" colspan="2" height="41">
<p align="center">
<!-- BEGIN switch_allow_autologin -->
<font size="1" face="Arial" color="#DAC302">{L_AUTO_LOGIN}:
<input type="checkbox" name="autologin" value="ON" /></font>
<!-- END switch_allow_autologin -->
</P>
</td>
</tr>
<tr>
<td width="256" colspan="2" height="52"> </td>
</tr>
<tr>
<td width="256" colspan="2" height="15" valign="top">
<p align="center"><font color="#FFFFFF">{S_HIDDEN_FIELDS}<input type="image" src="pic/login.gif" class="mainoption" value="{L_LOGIN}" name="I1" width="91" height="19" /></font></td>
</tr>
<tr>
<td width="256" colspan="2" height="48">
<p align="center">
<a href="{U_SEND_PASSWORD}" class="gensmall" style="text-decoration: none">
<font color="#FFCC99" face="Arial" size="1">{L_SEND_PASSWORD}</font></a></td>
</form>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>