
<!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 content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=windows-874" http-equiv="Content-Type" />
<title>--- เข้าสู่ระบบ ---</title>
<link href="https://fonts.googleapis.com/css2?family=Sarabun&display=swap" rel="stylesheet">
<style type="text/css">
	/*body {font-size:11pt;margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-left:10px; padding-right:10px; background-color: #ffffff; font-family: tahoma; font-weight: normal;}*/
	div, p, table, tr, th, td, span {text-align:left; font-family:Sarabun;}
	p {margin-top:0px; margin-bottom:0px; font-weight:normal; font-size:11pt;}
	td, th {text-align:center; padding-left:3px; padding-right:3px; font-weight:normal;}
	th {color:#ffffff; background-color:#808080;}
	tr {margin-top:6px;}
	label {color:#0000ff;}
	.fd {font-size:12pt; }
	.aL {text-align:left;}
	.aR {text-align:right;}
	body {
 max-width: 1024px;
  margin: auto;
}
	 * {
 font-size: 14px;
font-family: 'Sarabun', sans-serif;
}

input[type=text,type=password]{
  border: 1px solid #d3d3d3;
  height:25px;
}
</style>
<script language="javascript" type="text/javascript">
	function initForm() {
		document.getElementById('txthcode').focus();
	}
	
	function Signup() {
		window.location.replace('signup.asp');
	}
	function nextbox(event,id)
     {
         if( event.keyCode == 13 )
         {			
            var obid = document.getElementById(id);
            obid.focus();
			if(id=='cmdsignin')
			{
				document.login.submit();
			}
         }        
     }
</script>
<script language="javascript" type="text/javascript" src="func_xmlhttp.js"></script>
<script language="javascript" type="text/javascript" src="func_utils.js"></script>
<script language="javascript" type="text/javascript" src="func_sign.js"></script>
</head>
<body onload="initForm()" onkeydown="if(event.keyCode==13) {event.keyCode=9;return event.keyCode;}">
<form id="login" method="post" action="login.asp">
<!-- title page -->
<div style="width:1024px; margin-top:3px; height:50px;background-color:#E1EDFF;">
<table>
<td><img src="images/logoCHI.gif" height="45" width="45"></img></td>
<td><font style="font-size:18px" >ระบบการส่ง/ตรวจสอบเอกสารหลักฐานต่างๆของการเบิก</font</td>
</table>

</div>
<div style="width:1024px; margin-top:3px; text-align:center;">
	<p style="background-color:#ffe6ff; color:#000000;font-weight:bold; padding:6px;">Login เข้าใช้งานระบบ</p>
	<!--<p style="background-color:#d4d4d4; padding-left: 3px; margin-bottom:12px; font-size:11pt;">โปรดใส่ข้อมูลในช่องที่กำหนด เพื่อเข้าสู่ระบบ</p>-->
	<table width="100%" border="0" align="center" cellpadding="0" cellspacing="6" style="margin-top:6px; padding-bottom:6px;">
		<tr style="margin:6px;">
			<td class="aR" width="30%">รหัส ร.พ.:</td>
			<td class="aL"><input type="text" value="" id="txthcode" autocomplete="off" style="width:60px;" maxlength="5" class="fd" onkeydown="nextbox(event,'txtusrpw');"/></td>
		</tr>		
		<tr>
			<td class="aR" width="30%">รหัสผ่าน:</td>
			<td class="aL"><input type="password" value="" id="txtusrpw" style="width:140px;" maxlength="16" class="fd" onkeydown="nextbox(event,'cmdsignin');"/></td>
		</tr>
		<tr>
			<td class="aR" width="30%"></td>
			<td class="aL"><input type="button" id="cmdsignin" value="เข้าสู่ระบบ" onclick="httpSignin()" style="width:100px; margin-top:6px;padding:3px" /></td>
		</tr>
	</table>
	<p>&nbsp;</p>
	<div style="height:100px"></div>
	<hr style="width:1024px;" align="left" />
	<div><font color="green">**สิทธิประกันสันคม ใช้ รหัสผ่านเดียวกันกับ "ระบบธุรกรรมข้อมูลผู้ป่วยนอกสิทธิสวัสดิการประกันสังคม SSOP"</font></div>
	<div style="margin-top:5px"><font color="blue">**สิทธิข้าราชการ ใช้ รหัสผ่านเดียวกันกับ "ระบบขอเลขอนุมัติ"</font></div>
	<!--
	<div>
            <span class="topic">เบราว์เซอร์ที่รองรับ</span>            
            <i class="icon-ch"></i> : Chrome 78 ขึ้นไป       
            <i class="icon-ff"></i> : Firefox 70 ขึ้นไป
            <i class="icon-ed"></i> : Edge 18 ขึ้นไป                   
          </div>-->
	
</div>
<!--<table>
	<tr>
		<td valign="middle"><img alt="" src="images/cgd.jpg" style="width:84px;" /></td>
		<td valign="middle"><img alt="" src="images/ss.jpg" style="width:112px;" /></td>
		<td valign="middle"><img alt="" src="images/nhso.jpg" style="width:156px;" /></td>
	</tr>
</table>-->
</form>
</body>
</html>
