Код:
<hr> <div align="center"> <strong>Привет: $USERNAME$</strong> <br> <?if($USER_LOGGED_IN$)?>Сообщения: <?if($IS_NEW_PM$)?><img src="http://u-all.ru/img/profile/0.gif" border="0"><?else?><img src="http://u-all.ru/img/profile/1.gif" border="0"><?endif?><?else?><?endif?> <br> <?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" border="0"><?else?><img src="http://u-all.ru/img/profile/2.gif" border="0"><?endif?> </div> <?if($USER_LOGGED_IN$)?> <div align="left"> <img src="http://u-all.ru/img/profile/4.gif" border="0">ID: <b>$USER_ID$</b> <br> <img src="http://u-all.ru/img/profile/5.gif" border="0">Ты здесь: <font color="#FF0000"><b>$USER_REG_DAYS$</b></font>-й день <br> <img src="http://u-all.ru/img/profile/3.gif" border="0">Логин: <b>$USER_FULL_NAME$</b> <br> <a href="javascript:openOnClick('options')"><img src="http://u-all.ru/img/profile/7.gif" border="0">Изменить информацию</a> <br> <a href="javascript:openOnClick('users')"><img src="http://u-all.ru/img/profile/6.gif" border="0">Список пользователей</a> <br> <a id="upml2" href="javascript:openOnClick('mail')"><img src="http://u-all.ru/img/profile/9.gif" border="0">Читать ЛС (<b>$UNREAD_PM$</b>)</a> <br> <a href="javascript:openOnClick('send')"><img src="http://u-all.ru/img/profile/8.gif" border="0">Отправить сообщение</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?> <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> </div> <?else?> <div align="center"> Гость, мы рады вас видеть. Пожалуйста зарегистрируйтесь или авторизуйтесь! </div> <?endif?> $LOGIN_FORM$ <hr>