1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00

fix user profile

This commit is contained in:
Mzhelskiy Maxim 2012-04-19 10:28:57 +04:00
parent df86f1edaf
commit 1d03fd2df1

View file

@ -5,12 +5,12 @@
<div class="vote-label">Рейтинг</div>
<a href="#" class="vote-up" onclick="return ls.vote.vote({$oUserProfile->getId()},this,1,'user');"></a>
<a href="#" class="vote-down" onclick="return ls.vote.vote({$oUserProfile->getId()},this,-1,'user');"></a>
<div id="vote_total_user_{$oUserProfile->getId()}" class="vote-count count" title="{$aLang.user_vote_count}: {$oUserProfile->getCountVote()}">{math equation="round(x, 1)" x=$oUserProfile->getRating()}</div>
<div id="vote_total_user_{$oUserProfile->getId()}" class="vote-count count" title="{$aLang.user_vote_count}: {$oUserProfile->getCountVote()}">{if $oUserProfile->getRating() > 0}+{/if}{$oUserProfile->getRating()}</div>
</div>
<div class="strength">
<div class="vote-label">{$aLang.user_skill}</div>
<div class="count" id="user_skill_{$oUserProfile->getId()}">{math equation="round(x, 1)" x=$oUserProfile->getSkill()}</div>
<div class="count" id="user_skill_{$oUserProfile->getId()}">{$oUserProfile->getSkill()}</div>
</div>
<h2 class="page-header user-login {if !$oUserProfile->getProfileName()}no-user-name{/if}">{$oUserProfile->getLogin()}</h2>