Чистая форма входа
Установка
Code
<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?>
<tr><td><i><input input onBlur="if(this.value=='') this.value='Логин';" onFocus="if(this.value=='Логин') this.value='';" value="Логин" class="loginField" type="text" name="user" title="Логин" size="20" style="width:100%;" alt="логин" maxlength="50" onClick="clear_username(this)" /></i></td></tr>
<tr><td><i><input input onBlur="if(this.value=='') this.value='Пароль';" onFocus="if(this.value=='Пароль') this.value='';" value="Пароль" class="loginField" type="password" title="Пароль" name="password" size="20" style="width:100%" maxlength="15" onClick="clear_username(this)"/></i></td></tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<h5><b><a href="/index/3">Нет профиля?</a></b></h5>
<tr><td nowrap></td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value="Вход"/></td></tr>
<tr><td colspan="2"><div></div></td></tr>
</table>
<?if($PAGE_ID$="login")?></div><?endif?>