<?php
include_once("pagebody.php");
pageHeader();
$pageTitle="ยินดีต้อนรับ";
echo 
"<table width=100% class=\"pageTitleBgColor\" align=\"center\">\n";
echo 
"<tr><td align=center>$pageTitle</td></tr>\n";
echo 
"</table>";
?>
<!--your code here------------------------------------------------>
<br><ul>
<!--<h3>เลือกระบบงาน::</h3>-->
<?
//include_once("clsUmUser.php");
//include_once("clsUmUserGroup.php");
//include_once("clsUmGroup.php");
//include_once("clsUmSystem.php");
//
//$oC = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB'], $GLOBALS['USER'], $GLOBALS['PASSWORD']);
//$oUs= new umuser($oC);
//$oUg = new umusergroup($oC);
//$oGp = new umgroup($oC);
//$oSt = new umsystem($oC);
//    
//$oUg->RSgroupByUs($oU->userID);
//while ($oUg->GetRecord()) {
//    $oGp->SearchByKey($oUg->UgGpID);
//    $oGp->GetRecord();
//    $oSt->SearchByKey($oGp->GpStID);
//    $oSt->GetRecord();
//    echo "<a href=main.php?StID=".$oSt->StID."&GpID=".$oGp->GpID.">". 
//    "<img src=".$sysUmPath."/images/bullet_r.gif  border=0 align=absmiddle>".$oSt->StNameT."</a><br><br>";
//}
?>
<br>
<br>
<!--<h3>TODO::</h3>-->

</ul>

<!---body----------------------------------------------------------->
<? 
//$oU->addNewUser('999','www','5','qq',"",1,0);

pageFooter(); 
?>
<!--------------------------------------------------------------------->
<!--put javascript here-->