<? session_start(); ?>
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="iso8859-2">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" title="report">
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="title">
<tr width="100%">
<td nowrap>
<span class="title1">AccSoft</span>
<?
if (IsSet($module))
{
?>
<span class="title2"> - </span>
<span class="title2"><? echo $module; ?></span>
<?
}
?>
</td>
<!--
<td class="titleimage">
<a href="http://www.bosrup.com/web/overlib/"><img src="http://www.bosrup.com/web/overlib/power.gif" width="88" height="31" alt="Popups by overLIB!" border="0"></a>
</td>
!-->
<td> </td>
<td nowrap>
<font size="+1" color="White">Login:</font>
<font size="+1" color="yellow"> <? echo $USER;?></font>
<font size="+1" color="White">IP:</font>
<font size="+1" color="yellow"> <? echo $USER_IP;?></font>
</td>
</tr>
</table>
<table align="right" border="0" cellpadding="0" cellspacing="0" width="10%">
<tr><td class="menu">
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
<a class="menu" href=<? echo $WWWDIR."/index.php?logout=yes"?> target="_top">Logout</a>
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
</td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
<tr>
<td class="menu">
<? if ($RIGHTS == "11111") { ?>
<a class="menu" href=<? echo $WWWDIR."/modules/user/index.php?module=user"?> target="_top">user</a>
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
<a class="menu" href=<? echo $WWWDIR."/modules/tariff/index.php?module=tariff"?> target="_top">tariff</a>
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
<a class="menu" href=<? echo $WWWDIR."/modules/ip/index.php?module=ip"?> target="_top">IP</a>
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
<? } ?>
<a class="menu" href=<? echo $WWWDIR."/modules/data/index.php?module=statistics"?> target="_top">Statistics</a>
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
<a class="menu" href=<? echo $WWWDIR."/modules/user/useredit.php"?> target="body">Your settings</a>
<img class="indent" src=<? echo $WWWDIR."/pics/bullet.gif"?> alt="" border="0">
</td>
</tr>
</table>
</body>
</html>