Файл: files/GeoData/cp_hp_mp_vp_lvl.php
Строк: 48
<?
if($udata34=="0"){
echo "<u><div style='background:#2F4F4F;padding:3px 2px 3px 2px;'><a href="uslugi.php">$log</a></u> $udata9 Уровень<style>
.round {
border-radius: 100px;
box-shadow: 0 0 7px #666;
}
</style>
</div>";
$cp = round(100/($udata43/$udata42));
$hp = round(100/($udata17/$udata16));
$mp = round(100/($udata30/$udata29));
echo'<div style="width:auto;margin-top:1px;">
<div style="height:20px;background:#4F4F4F;">
<div style="height:20px;padding-left:10px;float:left;font-size:11px;color:#DCD9DC;">CP '.$udata42.'/'.$udata43.'</div>
<div style="height:20px;'.$cp.'%;background:url(l2pic/logo/cp.png);"></div>
</div></div><div style="width:auto;margin-top:1px;">
<div style="height:20px;background:#4F4F4F;">
<div style="height:20px;padding-left:10px;float:left;font-size:11px;color:#DCD9DC;">HP '.$udata16.'/'.$udata17.'</div>
<div style="height:20px;width:'.$hp.'%;background:url(l2pic/logo/hp.png);"></div>
</div></div><div style="width:auto;margin-top:1px;">
<div style="height:20px;background:#4F4F4F;">
<div style="height:20px;padding-left:10px;float:left;font-size:11px;color:#DCD9DC;">MP '.$udata29.'/'.$udata30.'</div>
<div style="height:20px;width:'.$mp.'%;background:url(l2pic/logo/mp.png);"></div>
</div></div><div style="width:auto;margin-top:1px;">
<div style="height:22px;background:#4F4F4F;">
<div style="height:20px;padding-left:10px;float:left;font-size:11px;color:#DCD9DC;">EXP '.$exp.'%</div>
<div style="height:20px;width:'.$exp.'%;background:url(l2pic/logo/exp.png);"></div>
</div></div><hr>';
}else{
echo "<u><a href="uslugi.php">$log</a></u> $udata9 Уровень<br><img src='l2pic/energy.gif' alt='pic'/> <u><font color=gold>CP: $udata42/$udata43 </font></u><br/><img src='l2pic/life.png' alt='pic'/> <u><font color=red>HP: $udata16/$udata17 </font></u><br/><img src='l2pic/mana.png' alt='pic'/> <u><font color=blue>MP: $udata29/$udata30</font></u><br/>";
echo"<img src='l2pic/exp.png' alt='pic'/> <font color=#9999CC>($exp%)</font><br/>";
echo'<div style="background:#666666;height:1px;width:100%;padding:0;margin:6px 0;">
<div style="background:#FFDF8C; height:1px; width:'.$exp.'%;"></div></div>';
}
?>