Code
<!-- Mini-profile by kino-lover.ru and for24.ru~-->
[c]<strong>Привет: $USERNAME$</strong>
<SCRIPT LANGUAGE="JavaScript">
currentTime = new Date();
if (currentTime.getHours() >= 6 && currentTime.getHours() <= 11 )
document.write("Доброе утро ");
if (currentTime.getHours() >= 12 && currentTime.getHours() <= 17 )
document.write("Добрый день ");
if (currentTime.getHours() >= 18 && currentTime.getHours() <= 23)
document.write("Добрый вечер ");
if (currentTime.getHours() >= 0 && currentTime.getHours() <= 5)
document.write("Доброй ночи ");
</SCRIPT>
Сообщения: <?if($IS_NEW_PM$)?><img src="http://kino-lover.ru/iconki/792a904470e4.gif"><?else?><img src="http://kino-lover.ru/iconki/292f5884f6d6.gif" ><?endif?>
<?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0">
<?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://kino-lover.ru/iconki/b19c85600464.png" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://kino-lover.ru/iconki/b19c85600464.png" border="0"><?endif?><?endif?>
<?if($USER_LOGGED_IN$)?>
[l]
<img src="http://kino-lover.ru/iconki/menname.png"> Имя: [b]$USER_FULL_NAME$ [/b]
<img src="http://kino-lover.ru/iconki/key.png"> ID: [b]$USER_ID$[/b]
<img src="http://kino-lover.ru/iconki/clock.png"> Ты здесь: <font color="#6495ed">[b]$USER_REG_DAYS$[/b]</font>-й день
<img src="http://kino-lover.ru/iconki/vcard.png"><a title="Список пользователей" href="javascript:openOnClick('users')"> Список пользователей</a>
<img src="http://kino-lover.ru/iconki/prog.png"><a title="Изменить профиль" href="javascript:openOnClick('options')"> Изменить информацию</a>
<img src="http://kino-lover.ru/iconki/email_edit.png"><a title="Отправить ЛС" href="javascript:openOnClick('send')"> Отправить сообщение</a>
<img src="http://kino-lover.ru/iconki/email.png"><a id="upml2" title="Читать ЛС" href="javascript:openOnClick('mail')"> Читать ЛС ([b]$UNREAD_PM$[/b])</a>
<div align="center"><a href="$LOGOUT_LINK$"><img alt="Выход" src="http://kino-lover.ru/exit.gif"></a>
<?if($IS_NEW_PM$)?><script type="text/javascript"> function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml2','')",500)</script><?endif?> [/l][/c]
<script language=javascript type=text/javascript>
function openOnClick(client_type)
{
if(client_type=="mail")clientWindow = window.open("$PM_URL$","pmw","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="send")clientWindow = window.open("/index/14-999-0-1","pms","scrollbars=1,top=0,left=0,resizable=1,width=850,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="options")clientWindow = window.open("/index/11","options","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
if(client_type=="users")clientWindow = window.open("$USERS_LIST_URL$","users","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
}
</script>
<?else?>
Гость, мы рады вас видеть. Пожалуйста
<A title="Регистрация"href="/index/3">зарегистрируйтесь</A> или
авторизуйтесь! $LOGIN_FORM$
<?endif?></div>
<!-- Mini-profile by kino-lover.ru and for24.ru~-->