This commit is contained in:
lopar 2018-12-27 22:11:36 +02:00
parent 65269f7b79
commit 0ec7f9c4ce
1 changed files with 3 additions and 5 deletions

View File

@ -942,13 +942,10 @@ HTML;
if ($user['block']) $r .= "<span class='private'><s>{$user['login']}</s></span>";
else $r .= "<b>$user[login]</b> ";
if (!empty($user['klan'])) $r .= "<img src='/i/klan/" . ClanImage($user['klan']) . ".gif' > ";
$r .= '</div>';
$r .= '</div><center>';
$r .= "<table cellspacing=0 cellpadding=0><tr><td colspan=3 width=100%>";
$r .= setHP2($user['hp'], $user['maxhp']);
$r .= '</td></tr>';
$r .= '<tr><td width=62 valign=top><table width=100% cellspacing=0 cellpadding=0><tr><td>';
@ -987,7 +984,8 @@ HTML;
$r .= '<img class="tooltip" src="i/sh/' . $dress['img'] . '" width=60 height=60 title="<b>' . $dress['name'] . "</b>" . ((!empty($dress['text'])) ? "<br><i>{$dress['text']}</i>" : "") . '" />';
}
} else {
$r .= '<img class=\'tooltip\' src="i/w3.gif" width=60 height=60 title="Пустой слот Оружие" />';
#$r .= '<img class=\'tooltip\' src="i/w3.gif" width=60 height=60 title="Пустой слот Оружие" />';
$r .= '<img src="i/1x1.gif" title="Пустой слот" style="width: 64px; height: 64px; background: #dedede; border: 1px solid silver; border-radius: 5px;" class="tooltip">';
}
$r .= '</td></tr><tr><td>';