Hacked By AnonymousFox
Current Path : C:/AppServ/www/th/ |
|
Current File : C:/AppServ/www/th/index_o.php |
<?
include("controlweb/manage/lib/config.php");
include("controlweb/manage/lib/connect.php");
$alert=$_GET["alert"];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>:: ศูนย์แพทยศาสตร์ศึกษาชั้นคลินิกสำนักการแพทย์ ::</title>
<link href="ddmenu/ddmenu.css" rel="stylesheet" type="text/css" />
<script src="ddmenu/ddmenu.js" type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<? if($alert=="yes") { ?>
<script language="JavaScript" type="text/JavaScript">
alert('Incorrect your UserName or Password.');
</script>
<? }?>
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFF;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
color: #FFFFFF;
font-weight: bold;
}
.style3 {color: #FFFFFF; font-weight: bold; font-size: 18.5px; }
*{margin:0;padding:0}
#nav {
width: 230px;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-left: 1px solid #999;
}
#nav li a {
display: block;
padding: 10px 15px;
background: #3279CA;
border-top: 1px solid #eee;
border-bottom: 1px solid #999;
text-decoration: none;
color: #000;
}
#nav li a:hover, #nav li a.active {
background: #999;
color: #fff;
}
#nav li ul {
display: none; // used to hide sub-menus
}
#nav li ul li a {
padding: 10px 25px;
background: #ececec;
border-bottom: 1px dotted #ccc;
}
-->
a.pagelink:link { color: #FFFFFF; text-decoration: none }
a.pagelink:visited { color: #FFFFFF; text-decoration: none }
a.pagelink:active { color: #FFFFFF; text-decoration: none }
a.pagelink:hover { color: #FFFFFF; text-decoration: none }
.mySlides {display:none;}
</style>
<body>
<script language="JavaScript" type="text/JavaScript">
$(document).ready(function () {
$('#nav li').first().addClass("active").find('ul').show();
$('#nav > li > a').click(function(){
if ($(this).attr('class') != 'active'){
$('#nav li ul').slideUp();
$(this).next().slideToggle();
$('#nav li a').removeClass('active');
$(this).addClass('active');
}
});
});
</script>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left" bgcolor="#11145B"><table width="70%" border="0" align="center">
<tr>
<td><img src="ddmenu/bgnew.gif" /></td>
</tr>
</table></td>
</tr>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" colspan="3" align="center" valign="top" bgcolor="#CCCCCC">
<div class="w3-content w3-section" style="width: 100%">
<?
$sqlintro="select moe_mod_intro_Title,moe_mod_intro_URL,moe_mod_intro_PictureFile from moe_mod_intro where moe_mod_intro_Status='Enable' order by moe_mod_intro_ID asc";
$queryintro=mysql_query($sqlintro);
while($rowintro=mysql_fetch_array($queryintro)){
?>
<a href="<?=$rowintro[1]?>">
<img class="mySlides" title="<?=$rowintro[0]?>" src="http://www.msdmec.go.th/th/controlweb/upload/intro/thumbnail/<?=$rowintro[2]?>" style="width: 100%">
</a>
<? } ?>
</div>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 5000); // Change image every 2 seconds
}
</script>
</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" colspan="3" align="center" valign="top" bgcolor="#FEFEFE"><table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#E7D1B9">
<tr>
<td height="25" colspan="4" valign="top" bgcolor="#9C824B">
<marquee onmouseover=this.stop() onmouseout=this.start() scrollAmount=3>
<?
$sql="SELECT * FROM moe_mod_news WHERE moe_mod_news_ModuleKey='news' order by moe_mod_news_ID desc limit 0,3" ;
$query=mysql_query($sql);
while($Row=mysql_fetch_array($query)){
?>
<a href="news-detail.php?Id=<?=$Row[moe_mod_news_ID]?>" class="pagelink" title="ดูข้อมูลเพิ่มเติม"> - <?=$Row[moe_mod_news_Subject]?></a>
<? } ?>
</marquee><br />
</td>
</tr>
<tr>
<td width="19%" bgcolor="#FFFFFF" valign="top"><br />
<table width="95%" border="0" align="center" style="border-collapse:collapse">
<tr>
<td>
<ul id="nav">
<li><a href="index.php"><span class="style1">หน้าแรก</span></a>
</li>
<li><a href="#"><span class="style1">เกี่ยวกับเรา</span></a>
<ul>
<li><a href="abouthall.php">ทำเนียบผู้บริหาร</a></li>
<li><a href="abouthall2.php">ศูนย์แพทยศาสตรศึกษาชั้นคลินิกสำนักการแพทย์</a></li>
<li><a href="abouthall3.php">ศูนย์แพทยศาสตรศึกษาชั้นคลินิก รพ.กลาง</a></li>
<li><a href="abouthall4.php">ศูนย์แพทยศาสตรศึกษาชั้นคลินิก รพ.เจริญกรุง</a></li>
<li><a href="#">คณะกรรมการ</a></li>
<li><a href="about.php?Key=ab4">วิสัยทัศน์</a></li>
<li><a href="about.php?Key=ab5">พันธกิจ</a></li>
<li><a href="about.php?Key=map1">แผนที่โรงพยาบาลกลาง</a></li>
<li><a href="about.php?Key=map2">แผนที่โรงพยาบาลเจริญกรุงประชารักษ์</a></li>
<li><a href="about.php?Key=map3">แผนที่สำนักการแพทย์</a></li>
</ul>
</li>
<li><a href="#"><span class="style1">ภาควิชา</span></a>
<ul>
<li><a href="faculty.php?fc=1">ภาควิชาอายุรศาสตร์</a></li>
<li><a href="faculty.php?fc=2">ภาควิชากุมารเวชศาสตร์</a></li>
<li><a href="faculty.php?fc=3">ภาควิชาศัลยศาสตร์</a></li>
<li><a href="faculty.php?fc=4">ภาควิชาสูติศาสตร์และนรีเวชวิทยา</a></li>
<li><a href="faculty.php?fc=5">ภาควิชาศัลยกรรมกระดูก</a></li>
<li><a href="faculty.php?fc=6">ภาควิชาเวชศาสตร์ฉุกเฉินและนิติเวชศาสตร์</a></li>
<li><a href="faculty.php?fc=7">ภาควิชาจักษุวิทยา</a></li>
<li><a href="faculty.php?fc=8">ภาควิชาโสต ศอ นาสิก</a></li>
<li><a href="faculty.php?fc=9">ภาควิชาวิสัญญีวิทยา</a></li>
<li><a href="faculty.php?fc=10">ภาควิชาเวชกรรมฟื้นฟู</a></li>
<li><a href="faculty.php?fc=11">ภาควิชารังสีวิทยา</a></li>
<li><a href="faculty.php?fc=12">ภาควิชาพยาธิวิทยา</a></li>
<li><a href="faculty.php?fc=13">ภาควิชาอนามัยชุมชน</a></li>
<li><a href="faculty.php?fc=14">ภาควิชาจิตเวชศาสตร์</a></li>
</ul>
</li>
<li><a href="#"><span class="style1">คลังครุภัณฑ์</span></a>
<ul>
<li><a href="depot1.php">ศพค.สนพ.</a></li>
<li><a href="depot2.php">ศพค.รพก.</a></li>
<li><a href="depot3.php">ศพค.รพจ.</a></li>
</ul>
</li>
<li><a href="research.php"><span class="style1">วิจัยและการบริการ</span></a></li>
<li><a href="http://msdmec.go.th/ressurgmsd" target="_blank"><span class="style1">หลักสูตรหลังปริญญา</span></a></li>
<li><a href="download.php"><span class="style1">Download</span></a></li>
<li><a href="contact.php"><span class="style1">ติดต่อเรา</span></a></li>
<li><a href="albumst.php" target="_blank"><span class="style1">รูปภาพกิจกรรม</span></a></li>
</ul>
</td>
</tr>
</table>
</td>
<td width="54%" bgcolor="#FFFFFF" valign="top"><p><br />
</p>
<table width="100%" border="0" height="70">
<tr>
<td>
</td>
</tr>
<tr>
<td><table width="98%" align="center" border="0" style="border-collapse:collapse" >
<tr>
<td colspan="2" bgcolor="11145B"><div align="center" class="style2">
<table width="100%" border="0" height="70" bgcolor="#FFFFFF">
<tr>
<td background="bar-insidenew.jpg" style="background-repeat:no-repeat" align="left"> <span class="style3">ประกาศสอบ
</span></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td width="5%"><div align="left"></div></td>
<td width="95%"><?
$sql="SELECT * FROM moe_mod_news WHERE moe_mod_news_ModuleKey='news' order by moe_mod_news_ID desc limit 0,5" ;
$query=mysql_query($sql);
while($Row=mysql_fetch_array($query)){
?>
<a href="news-detail.php?Id=<?=$Row[moe_mod_news_ID]?>"> -
<?=$Row[moe_mod_news_Subject]?>
</a><br />
<br />
<? } ?></td>
</tr>
<tr>
<td colspan="2" align="right"><a href="news.php"><strong>เพิ่มเติม</strong></a></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="98%" align="center" border="0" style="border-collapse:collapse" >
<tr>
<td colspan="2" bgcolor="11145B"><div align="center" class="style2">
<table width="100%" border="0" height="70" bgcolor="#FFFFFF">
<tr>
<td background="bar-insidenew.jpg" style="background-repeat:no-repeat" align="left"> <span class="style3">ข่าว/กิจกรรม </span></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<?
$sql_dl="select moe_mod_download_Name,moe_mod_download_UploadFile,moe_mod_download_Type,moe_mod_download_Link from moe_mod_download where moe_mod_download_Modulekey='newsact' order by moe_mod_download_ID desc";
$query_dl=mysql_query($sql_dl);
$num_dl=mysql_num_rows($query_dl);
if($num_dl>0){
?>
<td width="5%"><div align="left"></div></td>
<td width="95%"><?
while($row_dl=mysql_fetch_array($query_dl)){
?>
<div align="left">
<? if($row_dl[2]=="File"){ ?>
<a href="controlweb/upload/newsact/uploadfile/<?=$row_dl[1]?>" target="_blank"> - <?=$row_dl[0]?></a>
<? } else { ?>
<a href="<?=$row_dl[3]?>" target="_blank"> - <?=$row_dl[0]?></a>
<? } ?>
</div>
<? } ?>
</td>
</tr>
<? }else{?>
<tr>
<td colspan="2" align="center">ไม่มีข้อมูล</td>
</tr>
<? } ?>
<tr>
<td colspan="2" align="right"><a href="news.php"><strong>เพิ่มเติม</strong></a></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="98%" align="center" border="0" style="border-collapse:collapse" >
<tr>
<td colspan="2" bgcolor="11145B"><div align="center" class="style2">
<table width="100%" border="0" height="70" bgcolor="#FFFFFF">
<tr>
<td background="bar-insidenew.jpg" style="background-repeat:no-repeat" align="left"> <span class="style3">ปฏิทินกิจกรรม </span></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<?
$sql_dl="select moe_mod_download_Name,moe_mod_download_UploadFile,moe_mod_download_Type,moe_mod_download_Link from moe_mod_download where moe_mod_download_Modulekey='calendaract' order by moe_mod_download_ID desc";
$query_dl=mysql_query($sql_dl);
$num_dl=mysql_num_rows($query_dl);
if($num_dl>0){
?>
<td width="5%"><div align="left"></div></td>
<td width="95%"><?
while($row_dl=mysql_fetch_array($query_dl)){
?>
<div align="left">
<? if($row_dl[2]=="File"){ ?>
<a href="controlweb/upload/calendaract/uploadfile/<?=$row_dl[1]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } else { ?>
<a href="<?=$row_dl[3]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } ?>
</div>
<? } ?></td>
</tr>
<? }else{?>
<tr>
<td colspan="2" align="center">ไม่มีข้อมูล</td>
</tr>
<? } ?>
<tr>
<td colspan="2" align="right"><a href="activity.php"><strong>เพิ่มเติม</strong></a></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="98%" align="center" border="0" style="border-collapse:collapse" >
<tr>
<td colspan="2" bgcolor="11145B"><div align="center" class="style2">
<table width="100%" border="0" height="70" bgcolor="#FFFFFF">
<tr>
<td background="bar-insidenew.jpg" style="background-repeat:no-repeat" align="left"> <span class="style3">ปฏิทินการเรียนการสอน</span></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<?
$sql_dl="select moe_mod_download_Name,moe_mod_download_UploadFile,moe_mod_download_Type,moe_mod_download_Link from moe_mod_download where moe_mod_download_Modulekey='calendaredu' order by moe_mod_download_ID desc";
$query_dl=mysql_query($sql_dl);
$num_dl=mysql_num_rows($query_dl);
if($num_dl>0){
?>
<td width="5%"><div align="left"></div></td>
<td width="95%"><?
while($row_dl=mysql_fetch_array($query_dl)){
?>
<div align="left">
<? if($row_dl[2]=="File"){ ?>
<a href="controlweb/upload/calendaredu/uploadfile/<?=$row_dl[1]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } else { ?>
<a href="<?=$row_dl[3]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } ?>
</div>
<? } ?></td>
</tr>
<? }else{?>
<tr>
<td colspan="2" align="center">ไม่มีข้อมูล</td>
</tr>
<? } ?>
<tr>
<td colspan="2" align="right"><a href="#"><strong>เพิ่มเติม</strong></a></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="98%" align="center" border="0" style="border-collapse:collapse" >
<tr>
<td colspan="2" bgcolor="11145B"><div align="center" class="style2">
<table width="100%" border="0" height="70" bgcolor="#FFFFFF">
<tr>
<td background="bar-insidenew.jpg" style="background-repeat:no-repeat" align="left"> <span class="style3">เอกสารที่เกี่ยวข้อง</span></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<?
$sql_dl="select moe_mod_download_Name,moe_mod_download_UploadFile,moe_mod_download_Type,moe_mod_download_Link from moe_mod_download where moe_mod_download_Modulekey='docrelate' order by moe_mod_download_ID desc";
$query_dl=mysql_query($sql_dl);
$num_dl=mysql_num_rows($query_dl);
if($num_dl>0){
?>
<td width="5%"><div align="left"></div></td>
<td width="95%"><?
while($row_dl=mysql_fetch_array($query_dl)){
?>
<div align="left">
<? if($row_dl[2]=="File"){ ?>
<a href="controlweb/upload/docrelate/uploadfile/<?=$row_dl[1]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } else { ?>
<a href="<?=$row_dl[3]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } ?>
</div>
<? } ?></td>
</tr>
<? }else{?>
<tr>
<td colspan="2" align="center">ไม่มีข้อมูล</td>
</tr>
<? } ?>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="98%" align="center" border="0" style="border-collapse:collapse" >
<tr>
<td colspan="2" bgcolor="11145B"><div align="center" class="style2">
<table width="100%" border="0" height="70" bgcolor="#FFFFFF">
<tr>
<td background="bar-insidenew.jpg" style="background-repeat:no-repeat" align="left"> <span class="style3">อบรม/สัมนา</span></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<?
$sql_dl="select moe_mod_download_Name,moe_mod_download_UploadFile,moe_mod_download_Type,moe_mod_download_Link from moe_mod_download where moe_mod_download_Modulekey='sem' order by moe_mod_download_ID desc";
$query_dl=mysql_query($sql_dl);
$num_dl=mysql_num_rows($query_dl);
if($num_dl>0){
?>
<td width="5%"><div align="left"></div></td>
<td width="95%"><?
while($row_dl=mysql_fetch_array($query_dl)){
?>
<div align="left">
<? if($row_dl[2]=="File"){ ?>
<a href="controlweb/upload/sem/uploadfile/<?=$row_dl[1]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } else { ?>
<a href="<?=$row_dl[3]?>" target="_blank"> -
<?=$row_dl[0]?>
</a>
<? } ?>
</div>
<? } ?></td>
</tr>
<? }else{?>
<tr>
<td colspan="2" align="center">ไม่มีข้อมูล</td>
</tr>
<? } ?>
</table></td>
</tr>
</table>
<br />
<br />
<p></p></td>
<td width="0%" valign="top" bgcolor="#FFFFFF"><br />
<br /></td>
<td width="27%" valign="top" bgcolor="#FFFFFF"><div align="center"> <a href="circle.php"><img src="banner-cir.jpg" border="0"/></a><br />
<a href="http://msdmec.go.th/timetable_teacher/risk_ck.php" target="_blank"><br />
<img src="ppgb1.jpg" border="0" title="ระบบรายงานความเสี่ยง"/><br />
</a> <br />
<img src="atta.jpg" border="1" border-color:="border-color:""#bca374" /><br />
<br />
</div>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="467FB3" align="center" width="100%">
<tr>
<td><img src="images/new/block_1-2.jpg" width="10" height="10" /></td>
<td background="images/new/block_2-2.jpg"><img src="images/new/block_2-2.jpg" width="1" height="10" /></td>
<td><img src="images/new/block_3-2.jpg" width="10" height="10" /></td>
</tr>
<tr>
<td background="images/new/block_6-2.jpg" width="10"></td>
<td align="left" valign="top"><div align="center"><span class="style2"><br />
<strong>ล๊อคอินเข้าสู่ระบบ</strong></span><br />
<br />
<form action="../timetable_teacher/system/login_check.php" method="post" name="myLoginForm" id="myLoginForm" onsubmit="
with(document.myLoginForm) {
if(inputUserName.value=='') {
inputUserName.focus();
return false;
}
if(inputPassword.value=='') {
inputPassword.focus();
return false;
}
}">
<table width="90%" border="0">
<tr>
<td width="41%"><div align="left"><span class="style2"><strong>ชื่อผู้ใช้งาน</strong></span></div></td>
<td width="59%"><div align="left">
<input type="text" name="inputUserName" id="inputUserName" />
</div></td>
</tr>
<tr>
<td><div align="left"><span class="style2"><strong>รหัสผ่าน</strong></span></div></td>
<td><div align="left">
<input type="password" name="inputPassword" id="inputPassword" />
</div></td>
</tr>
<tr>
<td> </td>
<td><div align="left">
<input type="submit" name="button" id="button" value="เข้าสู่ระบบ" />
</div></td>
</tr>
</table>
</form>
<br />
<br />
</div></td>
<td background="images/new/block_6-2.jpg" width="10"></td>
</tr>
<tr>
<td><img src="images/new/block_7-2.jpg" width="10" height="10" /></td>
<td background="images/new/block_8-2.jpg"><img src="images/new/block_8-2.jpg" width="1" height="10" /></td>
<td><img src="images/new/block_9-2.jpg" width="10" height="10" /></td>
</tr>
</table>
<br />
<table border="0" cellpadding="0" cellspacing="0" bgcolor="467FB3" align="center" width="100%">
<tr>
<td><img src="images/new/block_1-2.jpg" width="10" height="10" /></td>
<td background="images/new/block_2-2.jpg"><img src="images/new/block_2-2.jpg" width="1" height="10" /></td>
<td><img src="images/new/block_3-2.jpg" width="10" height="10" /></td>
</tr>
<tr>
<td background="images/new/block_4-2.jpg"> </td>
<td align="left" valign="top"><div align="center"><span class="style2"><br />
<strong>หน่วยงานที่เกี่ยวข้อง</strong></span><br />
<br />
<table width="90%" border="0" align="center">
<tr>
<td align="left"><?
$sql_link="select moe_mod_link01_Link,moe_mod_link01_Name from moe_mod_link01 order by moe_mod_link01_ID asc";
$query_link=mysql_query($sql_link);
while($row_link=mysql_fetch_array($query_link)){
?>
<a href="<?=$row_link[0]?>" target="_blank"> <font color="#FFFFFF"> -
<?=$row_link[1]?>
</font> </a><br />
<img src="separate1.jpg" width="287" height="8" /><br />
<? } ?></td>
</tr>
</table>
<br />
<br />
<br />
</div></td>
<td background="images/new/block_6-2.jpg"> </td>
</tr>
<tr>
<td><img src="images/new/block_7-2.jpg" width="10" height="10" /></td>
<td background="images/new/block_8-2.jpg"><img src="images/new/block_8-2.jpg" width="1" height="10" /></td>
<td><img src="images/new/block_9-2.jpg" width="10" height="10" /></td>
</tr>
</table>
<br /></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" height="146" border="0" align="center" bgcolor="#FFFFFF">
<tr>
<td width="19%" valign="top"> </td>
<td width="16%" ><div align="center"><a href="http://www.msd.bangkok.go.th" target="_blank" title="สำนักการแพทย์" onmouseover="MM_swapImage('Image71','','Logo-1-over.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="Logo-1.jpg" name="Image71" width="106" height="106" border="0" id="Image7" /></a></div></td>
<td width="16%" ><div align="center"><a href="http://www.klanghospital.go.th" title="โรงพยาบาลกลาง" target="_blank" onmouseover="MM_swapImage('Image74','','Logo-3-over.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="Logo-3.jpg" name="Image74" width="106" height="106" border="0" id="Image7" /></a></div></td>
<td width="16%" ><div align="center"><a href="http://www.ckphosp.go.th" title="โรงพยาบาลเจริญกรุงประชารักษ์" target="_blank" onmouseover="MM_swapImage('Image72','','Logo-2-over.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="Logo-2.jpg" name="Image72" width="106" height="106" border="0" id="Image7" /></a></div></td>
<td width="16%"><div align="center"><a href="http://www.mfu.ac.th" title="มหาวิทยาลัยแม่ฟ้าหลวง" target="_blank" onmouseover="MM_swapImage('Image73','','Logo-4-over.jpg',1)" onmouseout="MM_swapImgRestore()"><img src="Logo-4.jpg" name="Image73" width="75" height="120" border="0" id="Image73" /></a></div></td>
<td width="17%"> </td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td background="footerw.gif" height="153" bgcolor="#FFFFFF"><br />
<br />
<div align="center" class="style1">สำนักการแพทย์ กรุงเทพมหานคร เลขที่ 514 ถนนหลวง เขตป้อมปราบศัตรูพ่าย กรุงเทพฯ 10100 <br />
โทร. 0-2224-2954 , 0-2224-9711 , 0-2221-6020 , 0-2225-4966 โทรสาร 0-2226-1931 , 0-2221-6029 <br />
ติดต่อ Webmaster : webmaster@msdbangkok.go.th</div></td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="40,85,205,114" href="timetable_teacher" target="_blank" />
<area shape="rect" coords="363,85,525,110" href="timetable_student" target="_blank" />
<area shape="rect" coords="39,198,217,228" href="mfu/webengine/" target="_blank" />
<area shape="rect" coords="364,200,576,224" href="controlweb/manage" target="_blank" />
<area shape="rect" coords="128,137,193,158" href="manual/manual_teacher.pdf" target="_blank" />
<area shape="rect" coords="160,250,225,270" href="manual/manual_staff.pdf" target="_blank" />
<area shape="rect" coords="446,138,512,159" href="manual/manual_student.pdf" target="_blank" />
<area shape="rect" coords="481,253,547,273" href="manual/manual_website.pdf" target="_blank" />
</map>
</body>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox