Мини-профиль
Так выглядит скрипт прекрасного мини-профиля для uCoz
Подойдет под любой дизайн. Использует свой CSS, делает углы округлыми, не содержит ненужной информации и сторонних ссылок.
Это вставляем в блок мини-профиля:
Код
<table width="100%">
<tbody>
<tr>
<td><center><div class="avaa">
<?if($USER_AVATAR_URL$)?>
<img src="$USER_AVATAR_URL$" max-height="150" max-width="150">
<?else?>
<img src="http://www.fifagamers.do.am/vsio_dlya_ucoz/skripti1/miniprofil/104_noavatar.png" width="150" height="150">
<?endif?>
</div></center>
<?if($USER_LOGGED_IN$)?><div id="about_pr">
<center style="margin-top:1px;"><span style="font-size: 8pt;margin-left:5px;margin-top:2px;"><b>$USERNAME$ ($USER_FULL_NAME$)</b></span></center> <br>
<span style="font-size: 8pt;margin-left:5px;">ID: <div style="float: right;margin-right:5px;"><b>$USER_ID$</b></div></span><br>
<span style="font-size: 8pt;margin-left:5px;">Вы: <div style="float: right;margin-right:5px;"><b>$USER_GENDER$</b></div></span><br>
<span style="font-size: 8pt;margin-left:5px;">Вы тут: <div style="float: right;margin-right:5px;"><b>$USER_REG_DAYS$ д<?if($USER_REG_DAYS$%10=0||$USER_REG_DAYS$%10>4||$USER_REG_DAYS$%100>10&&$USER_REG_DAYS$%100<15)?>ней<?else?><?if($USER_REG_DAYS$%10=1)?>ень<?else?>ня<?endif?><?endif?></b></div></span></span><br>
<span style="font-size: 8pt;margin-left:5px;">Група: <div style="float: right;margin-right:5px;"><b>$USER_GROUP$</b></div></span><br>
<div style="vertical-align: bottom;margin-bottom:2px;"><span style="font-size: 8pt;margin-left:5px;">IP: <div style="float: right;margin-right:5px;"><b>$IP_ADDRESS$</b></div></span> </div>
</div></td>
</tr>
</tbody>
</table>
<table width="103%">
<tbody>
<tr><td width="50%">
<input class="buttonprofile" style="width:100%;" target="_blank" type="button" onclick="document.location.href='/index/8'; return false; target: blank;" value="Профиль"/>
<input class="buttonprofile"style="width:100%;" type="button" onclick="document.location.href='$PM_URL$'; return false;" value="Читать ЛС (<?if($IS_NEW_PM$)?>$IS_NEW_PM$<?else?>0<?endif?>)"/>
</td>
<td width="50%">
<input class="buttonprofile"style="width:100%;height:43;" type="button" onclick="document.location.href='$LOGOUT_LINK$'; return false;" value="Выход"/>
</td>
</tr>
</tbody>
</table><?else?>
$LOGIN_FORM$
</td>
</tr>
</tbody>
</table><?endif?>
Это в CSS:
Код
#about_pr_2 {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}
#about_pr {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}
.avaa {text-align:center;border: 10px solid #36638e;width:150px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.buttonprofile {background:#f1f1f1;border:1px solid #cbcbcb;line-height:25px;width:100%;color:8B8881;text-align:center;margin-bottom:3px;}
.loginField {background:#f1f1f1;border:1px solid #cbcbcb;color:#8B8881;height:20px;}
.loginButton {background:#f1f1f1;border:1px solid #cbcbcb;color:#8B8881;width:97%;height:25%;float:left;}
Минипрофиль установлен.