Размер файла: 1.08Kb
<?php
session_start();
include "file/db.php";
include "file/config.php";
include "file/them.php";
echo "</center><div class='menu'><center>Расценки</center></div><div class='tab'>";
echo "<table border ='1'><tr><td><b>Операторы</b></td><td><b>WMZ</b></td><td><b>WMR</b></td></tr>";
for ($i=1;$i<118;$i++)
{
$oper=$i;
include ("file/spop.php");
if ($otk[$i]!=0)
{
echo "<tr><td align='left'><b>$oper_name</b></td><td align='center'><b>".$cena[$i]."</b></td><td align='center'><b>".$cena[$i]*$dol."</b></td></tr>";
}
}
print "</table><div class='hr'></div>";
print "<b><font color='red'>*</font></b> Цены указаны за 1000 переходов<br />";
if ($autorize)
{
echo "<img src=\"style/".$wap_skin."/home.png\" alt=\"*\"/>";echo "<a href=\"enter.php?".session_name()."=".session_id()."\">Панель</a><br/><div class='hr'></div>";
}
else
{
echo "<img src=\"style/".$wap_skin."/home.png\" alt=\"*\"/>";echo "<a href=\"index.php\">Главная</a><br/><div class='hr'></div>";
}
print "</div>";
include "style/".$wap_skin."/foot2.php";
?>