[Info]UW lietotāju profila paneļa kodi publiskā pieejā[/Info]
CSS stilizējums profila panelim:
Code
.h_prof {background:url(/img/avatar_n.png); width:229px; height:78px; float:right; overflow:hidden;}
.h_prof_ava {width:75px; height:74px; float:left; margin:2px 0 0 5px;}
.h_prof_ava img {background:url(/img/h_prof.png) no-repeat 0 -78px; width:71px; height:70px; padding:2px 2px 2px 2px;}
.h_prof_r {width:140px; height:70px; padding:4px; float:left;}
.h_prof_log1 {width:145px; height:45px; float:left; font:Tahoma; font-size:11px; color:#777777;}
.h_prof_btn {width:145px; height:15px; float:left; font:Tahoma; font-size:11px; color:#777777; margin:7px 0 0 0;}
.h_prof_btn a {float:right; font:Tahoma; font-size:11px; color:#777777; font-weight:bold; text-decoration:none; padding:0 4px 0 0;}
.h_prof_btn a:hover {text-decoration:underline;}
.h_prof_btn li.line {float:right; font:Tahoma; font-size:11px; color:#777777; list-style:none; margin:0 2px 0 0;}
HTML saturs profila panelim:
Code
<?if($LOGIN_FORM$)?>
<!-- <Viesu profils> -->
<div class="h_prof">
<div class="h_prof_ava"><img src="/img/noavatar.png" width="71" height="70"></div>
<div class="h_prof_r">
<div class="h_prof_log1">Grupa: <b>$USER_GROUP$</b></div>
<div class="h_prof_btn"><a href="/index/1">Ienākt</a><li class="line">|</li><a href="/index/3">Reģistrācija</a></div>
</div></div><!-- </Viesu profils> -->
<?endif?>
<?if($USER_LOGGED_IN$)?>
<!-- <UW lietotāja profils> --><div class="h_prof">
<?if($USER_AVATAR_URL$)?>
<div class="h_prof_ava"><img src="$USER_AVATAR_URL$" width="70" height="70"></div>
<?else?>
<div class="h_prof_ava"><img src="/img/noavatar.png" width="71" height="70"></div>
<?endif?>
<div class="h_prof_r" style="margin-top:-3px;">
<div class="h_prof_log1">Sveiki, <a href="$PERSONAL_PAGE_LINK$" title="Atvērt profilu"><b>$USERNAME$</b></a><br><a href="javascript://" rel="nofollow" onclick="window.open('http://ucozwebmeistars.ucoz.lv/index/14','upp','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"<span style="font-size: 10pt;"><img src="/diz/uw_message.png" width="12" height="12"> Privātās ziņas</span></a> (<b>$UNREAD_PM$</b>)<br><span style="font-size: 10pt;"><a href="/index/11/" title="Labot profilu" target="self_"><img src="/images/editProfile.png" width="12" height="12"> Profila uzstādījumi</a></span><br> <a href="javascript://" onclick="new _uWnd('AwL','UW apbalvojumu saraksts',380,200,{autosize:1,closeonesc:1,maxh:300,minh:100},{url:'/index/54-$USER_ID$'});return false;"><span style="font-size: 10pt;"><img src="/images/uw_apbalvojums.png" weidth="12" height="12"> Mani apbalvojumi</span></a><br><div align="center"><a href="/index/10"><i>Iziet no portāla</i></a></div></div>
</div></div><!-- </UW lietotāja profils> -->
<?endif?>
</div>
Iznākums: