<table width="100%" height=40 align="center" border=0 cellpadding="0" cellspacing="0">
<tr>
<td><font face="Verdana, Arial, Helvetica, sans-serif" size=1 color="#000000"><b>Wavewatcher</b></font></td>
<td align=right>
<a href="monitor.php">monitor network</a> |
<a href="clientlist.php">client list</a> |
<a href="profile.php">profile</a> |
<? if ($user->IsAdmin())
print "<a href=\"procsetup.php\">process setup</a> | ";
?>
<? if ($user->IsAdmin())
print "<a href=\"allusers.php\">users</a> | ";
?>
<? if ($user->IsAdmin())
print "<a href=\"sconfig.php\">configure server</a> | ";
?>
<a href="help.html" target="_blank">help</a> |
<a href="logout.php">logout</a>
</td>
</tr>
<tr>
<?
List($owner, $description, $support_phone, $support_email) = $network->FetchRow($network->GetDatabaseInfo());
print "<td colspan=\"2\">";
if($owner != "" && $description != "")
print $owner.", ".$description;
elseif($owner == "")
print $description;
elseif($description == "")
print $owner;
print "</td>";
?>
</tr>
</table>