<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../css/mm_training.css">
<script src="css/scrolltop/jquery-1.4.2.min.js" type='text/javascript'></SCRIPT>
<script type="text/javascript" src="css/scrolltop/scrolltopcontrol.js"></script>
<title>ศูนย์ข้อมูลสารสนเทศ(BiG DaTa)</title>
<?php
date_default_timezone_set('Asia/Bangkok');
include("../amssplus_connect.php");
echo "<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
echo "<table width=100% style='position:fixed;'>";
echo "<tr bgcolor='#ffffff'>";
echo " <td height='50' colspan='10' class='logo' nowrap='nowrap'><font color='blue' class='wdb_Bangna'><h2> ศูนย์ข้อมูลสารสนเทศ(BiG DaTa) ".$office."</h2></font></td>";
echo "</tr>";
echo "<tr><td>";
include("menu.php");
echo "</td></tr>";
echo "</table>";
echo "<table width=100%>";
echo "<tr><td>";
echo "xxxx ".$on;
switch ($on) {
case "report_meeting_statistic": include("report_meeting_statistic.php"); break;
case "report_budget_Expense": include("report_budget_Expense.php"); break;
case "report_budget_group": include("report_budget_group.php"); break;
case "report_budget_stregic": include("report_budget_stregic.php"); break;
case "report_meeting_calMonth": include("report_meeting_calMonth.php"); break;
case "report_supervision": include("report_supervision.php"); break;
default :
echo "<br><br><br><br><br>";
echo "<table align=center><tr><td>".$on."<br><img src='logo.png'></td></tr></table>";
break;
}
echo "<tr><td>";
echo "</table>";
?>