File size: 977B
<div
class="main_menu">
<img src="/plugins/hockey/img/hockey.png"> <a
href="/plugins/hockey">Хоккей</a>
<?
$q=mysql_query("SELECT * FROM `hockey_goal` order by `id` desc LIMIT 1");
while ($hoc = mysql_fetch_array($q)){
?>
<table style="width: 80%;"> <tr> <td
style="width: 50px;"> <a
href="/plugins/hockey/"><img
src="/plugins/hockey/img/nhl.gif" /></a>
</td> <td style="padding: 2px;">
<div style="padding: 2px;"> Метеор <?=
($hoc['meteor'])?></div>
<div style="position: relative; width: 80%; height:
4px;"> <div style="position: absolute; width:
<?= ($hoc['meteor'])?>0%; height: 4px; background-color:
maroon;"></div> </div>
<div style="padding: 2px;"> Вымпел <?=
($hoc['vumpel'])?></div>
<div style="position: relative; width: 80%; height:
4px;"> <div style="position: absolute; width:
<?= ($hoc['vumpel'])?>0%; height: 4px; background-color:
blue;"></div> </div> </td>
</tr> </table> </div> <?
}
?>