Code
<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> <strong><font color="#0039d0">$USERNAME$</font></strong>
<?if($USER_LOGGED_IN$)?>[r]<a id="upml2" href="javascript:openOnClick('mail')"><?if($IS_NEW_PM$)?><IMG src="http://mazahaker.at.ua/files/mail/mail.gif"><?else?><IMG src="http://mazahaker.at.ua/files/mail/nomail.gif"><?endif?> Новых писем: <strong>$UNREAD_PM$</strong></a>
[/l]<?endif?>
<?if($USER_AVATAR_URL$)?>[j]<img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" align="left" border="1" vspace="0" height="50" hspace="3"><?else?><div align="justify"><img class="userAvatar" title="$USERNAME$" src="http://mazahaker.at.ua/avatar/noavatar.gif" align="left" border="1" vspace="0" height="50" hspace="3"><?endif?>
<?if($USER_LOGGED_IN$)?>
<font color="#0039d0">$USER_FULL_NAME$</font>
<font color="#0039d0">[u]$USER_GROUP$[/u]</font>
IP: <strong>$IP_ADDRESS$</strong>
Ты здесь: <font color="#FF0000"><strong>$USER_REG_DAYS$</strong></font>-й день[/r]
<a href="$PERSONAL_PAGE_LINK$"><IMG src="http://mazahaker.at.ua/files/mail/progr.gif" border="0"> Профиль</a>
<a href="javascript:openOnClick('users')"><IMG src="http://mazahaker.at.ua/files/mail/vcard.png" border="0"> Список пользователей</a>
<a href="javascript:openOnClick('options')"><IMG src="http://mazahaker.at.ua/files/mail/wrench.png" border="0"> Изменить сведения</a>
<a href="javascript:openOnClick('rules')"><IMG src="http://mazahaker.at.ua/files/mail/key.png" border="0"> Правила сайта!</a>
[r]<a title="Выход" href="$LOGOUT_LINK$"><IMG src="http://mazahaker.at.ua/files/mail/off.png" border="0">[/r]
<?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?>
<script 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=="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("Отключите блокировку всплывающих окон!");
if(client_type=="rules")clientWindow = window.open("/index/0-10","rules","scrollbars=1,top=0,left=0,resizable=1,width=680,height=350") || alert("Отключите блокировку всплывающих окон!");
}
</script>
<?else?>
Гость, мы рады вас видеть. Пожалуйста зарегистрируйтесь или авторизуйтесь!
$LOGIN_FORM$<?endif?>