Code
<div align="left"><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><p>
<?if($USER_LOGGED_IN$)?><div align="right"><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><br></div><?endif?>
<?if($USER_AVATAR_URL$)?><div align="justify"><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>
<br /><font color="#0039d0"><u>$USER_GROUP$</u></font>
<br />IP: <strong>$IP_ADDRESS$</strong>
<br />Ты здесь: <font color="#FF0000"><strong>$USER_REG_DAYS$</strong></font>-й день</div>
<br /><a href="$PERSONAL_PAGE_LINK$"><IMG src="http://mazahaker.at.ua/files/mail/progr.gif" border="0"> Профиль</a>
<br /><a href="javascript:openOnClick('users')"><IMG src="http://mazahaker.at.ua/files/mail/vcard.png" border="0"> Список пользователей</a>
<br /><a href="javascript:openOnClick('options')"><IMG src="http://mazahaker.at.ua/files/mail/wrench.png" border="0"> Изменить сведения</a>
<br /><a href="javascript:openOnClick('rules')"><IMG src="http://mazahaker.at.ua/files/mail/key.png" border="0"> Правила сайта!</a>
<div align="right"><a title="Выход" href="$LOGOUT_LINK$"><IMG src="http://mazahaker.at.ua/files/mail/off.png" border="0"></div>
<?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?>
Гость, мы рады вас видеть. Пожалуйста зарегистрируйтесь или авторизуйтесь!
<p>$LOGIN_FORM$<?endif?></div>