starthtml(); print $html->head(); print $html->body(); $QUERY_STRING=$_SERVER[QUERY_STRING]; $invar = split("&",$_SERVER[argv][0]); while (list($key,$value) = each( $invar)) { list($var,$value) = split("=",$value); $$var = $value; } global $HTTP_GET_VARS; reset($HTTP_GET_VARS); while (list($var,$value) = each($HTTP_GET_VARS)) { $$var = $value; } global $HTTP_POST_VARS; reset($HTTP_POST_VARS); while (list($var,$value) = each($HTTP_POST_VARS)) { $$var = $value; } //print $html->enddate("2002-05-01",$da,$ma,1); $localusername=$html->ftext("Login as : ".$user->getUsername($_SESSION[local][localuser]),"menutext"); print ""; print ""; print ""; print ""; print "
"; include "inc_top.php"; print "
"; print ""; print ""; print ""; print "
 "; include "inc_main_1.php"; print "
"; print "

"; include "inc_bottom.php"; print $html->endbody(); print $html->endhtml(); ?>