<?
$needed_groups = array("admin","op","guest");
include "config.php";
check_auth_page($userinfo["user_type"], $needed_groups);
?>
<title>phpPrintAdmin</title>
<link rel="stylesheet" href="conf/printadmin.css" type="text/css">
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" alink="#FFFFFF" vlink="#FFFFFF">
<table width="74%">
<tr align="left" valign="top">
<td width="23%" height="49"> <img src="images/ppa_logo.gif" width="162" height="60"></td>
<td width="2%" height="49" align="right" class="regtext"> </td>
<td width="75%" height="49" align="right" class="regtext">
<img src="images/mms_printing.gif">
<?echo `/bin/date`;?>
<br>
<?
if ($userinfo["is_global"] == "yes")
{
$userinfo["local_server"] = "global";
}
?>
Logged in as <b><? echo $userinfo["username"]; ?></b>(group: <? echo $userinfo["user_type"]."@".$userinfo["local_server"]; ?>)
</td>
</tr>
<tr align="left" valign="top">
<td width="23%" height="28"> </td>
<td width="2%" height="28"></td>
<td width="75%" height="28"></td>
</tr>
<tr align="left" valign="top">
<td height="455" bgcolor="#FFCC66" rowspan="2" width="23%">
<!-- begin menu -->
<? include "conf/menu.php"; ?>
<!-- end menu -->
</td>
<td height="444" width="2%"> </td>
<td height="444" width="75%">
<p class="regtextbold">Documentation: Operations</p>
<?
include "docs/html_docs/docsOPS.htm";
?>
<p class="regtextbold"> </p>
</td>
</tr>
<tr align="left" valign="top">
<td height="22" align="right" class="regtext" width="2%"> </td>
<td height="22" align="right" class="regtext" width="75%"> This software is
distributed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU
General Public License</a><br>
contact: <a href="mailto:hide@address.com">hide@address.com</a></td>
</tr>
</table>