403Webshell
Server IP : 134.236.49.22  /  Your IP : 216.73.216.114
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/use/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/use/index2.php
<?php
session_start();
include('Connections/dbq.php');
/*	==  สร้างตัวแปร  URL เพื่อใช้อ้างอิงใน LINK ต่างๆ   
		$iURL	= URL Backoffice
		$eURL	= URL error 43แฟ้ม
		$rURL	= URL NAS
*/
if (isset($_GET['Client'])) $clientIP = $_GET['Client'];
else $clientIP ='Unknown';
$clientstate = 'Intranet'; 	
$Server = substr($clientIP,0,7);
switch ($Server) {
	case '10.0.2.' :
		$iURL = "http://10.0.2.7";					//intranet  
		$eURL = "http://10.0.2.7"; 					//error 43แฟ้ม
		$rURL = "http://10.0.2.6/risk-hos/"; 	//risk
		$aURL = "http://10.0.2.1"; 					//authen
		break ;
	case '10.0.1.' :
		$iURL = "http://10.0.1.7";  
		$eURL = "http://10.0.1.7"; 
		$rURL = "http://10.0.1.6/risk-hos/";
		$aUrl = "http://10.0.1.1";  
		break ;
	case "192.168" :
		if (substr($clientIP,0,10) == '192.168.1.') {
			$iURL = "http://192.168.1.7";
			$eURL = "http://192.168.1.7";
			$rURL = "http://192.168.1.6/risk-hos/";
			$aUrl = "http://192.168.1.99";  
		} else {
			$clientstate = 'Internet';
			/*if (substr($clientIP,0,10) == '192.168.3.') {
				$iURL = "http://192.168.3.7";
				$eURL = "http://192.168.3.7";
				$rURL = "http://192.168.3.6/risk-hos/";
				$aUrl = "";  
			} else {*/
				$eURL = 'http://'.$_SERVER["SERVER_NAME"]; 
				$iURL  = 'http://bo.km10.org';
				$rURL = $eURL.':8086/risk-hos/';
				$aUrl  = "";  
				$eURL = $iURL ;	
			//}
		}		
		break ;
	default :
		$eURL = 'http://'.$_SERVER["SERVER_NAME"]; 
		$iURL  = 'http://bo.km10.org';
		$rURL = $eURL.':8086/risk-hos/';
		$aUrl  = "";  
		$clientstate = 'Internet';
		$eURL = $iURL ;
		
} // switch
$km1ip = @file_get_contents('http://www.km10.org/km1ip.php');
if ($km1ip === false) $km1ip='Unknown';
//***************************************
// Show Speed Internet
//***************************************
$catresult  = 'images/logo/up3.gif';
$totresult  = 'images/logo/up3.gif';
$catping="";
$totping="";
/*
$catresult  = 'images/logo/up0.gif';
$totresult  = 'images/logo/up0.gif';
$totip="203.113.127.199";
$catip="61.19.245.246";
exec("ping -c 3 " . $totip, $pingtot, $result);
if ($result == 0){ 
	if (count($pingtot) <= 7) $totresult  = 'images/logo/up1.gif';		// slow
	else {
   		$totresult = $pingtot[7];
		$totresult = substr($totresult,0,strrpos($totresult,'/'));
		$totresult = substr($totresult,0,strrpos($totresult,'/'));
		$totresult = substr($totresult,strrpos($totresult,'/')+1);
		//$totping =$totresult;
		if ($totresult < '5' ) $totresult  = 'images/logo/up3.gif';	//hight
		else $totresult  = 'images/logo/up2.gif';						//medium
	}	
}
exec("ping -c 3 " . $catip, $pingcat, $result);
if ($result == 0) {
	if (count($pingcat) <= 7) $catresult  = 'images/logo/up1.gif';		
	else {
		$catresult =  $pingcat[7];
		$catresult = substr($catresult,0,strrpos($catresult ,'/'));
		$catresult  = substr($catresult ,0,strrpos($catresult ,'/'));
		$catresult  = substr($catresult ,strrpos($catresult ,'/')+1);
		//$catping = $catresult;
		if ($catresult < '5' ) $catresult  = 'images/logo/up3.gif';
		else $catresult  = 'images/logo/up2.gif';
	}	
}
*/
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<head> <title>โรงพยาบาลสัตหีบ กม.10</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico"> <!-- Icon web address bar -->

<!-- code slide picหน้าแรก -->
<script type="text/javascript" src="fancybox/jquery-1.4.3.min.js"></script>

<script type="text/javascript" src="fadeslideshow.js">

/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>

<script type="text/javascript">

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [315, 179], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [<?php
		$dir = 'slide';
		$cdir = scandir($dir); 
		foreach ($cdir as $key => $value) {
			if (!in_array($value,array(".",".."))) {
				if (!is_dir($dir . DIRECTORY_SEPARATOR . $value)) {
					echo '["'.$dir . DIRECTORY_SEPARATOR . $value.'", "'.$dir . DIRECTORY_SEPARATOR . $value.'", "", "รูปภาพกิจกรรมโรงพยาบาลสัตหีบ กม.10"],';
				}
			}
		}
		echo '["HOSP_LOGO.jpg", "HOSP_LOGO.jpg", "", "รูปภาพกิจกรรมโรงพยาบาลสัตหีบ กม.10"]';
	?>
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

</script>
<!-- จบโค๊ด slide รูปหน้าแรก -->

<META http-equiv=Content-Type content="text/html; charset=utf-8"><LINK 
href="style01.css" 
type=text/css rel=stylesheet>
<META content="MSHTML 5.50.4134.100" name=GENERATOR>

<style type="text/css">
<!--
div.Default {mso-style-name:Default;
	mso-style-parent:"";
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:"Times New Roman";
	mso-default-font-family:FreesiaUPC;
	mso-ascii-font-family:"Times New Roman";
	mso-latin-font-family:"Times New Roman";
	mso-greek-font-family:"Times New Roman";
	mso-cyrillic-font-family:"Times New Roman";
	mso-armenian-font-family:Sylfaen;
	mso-hebrew-font-family:"Times New Roman";
	mso-arabic-font-family:"Times New Roman";
	mso-devanagari-font-family:Mangal;
	mso-bengali-font-family:Vrinda;
	mso-gurmukhi-font-family:Raavi;
	mso-oriya-font-family:Sendnya;
	mso-tamil-font-family:Latha;
	mso-telugu-font-family:Gautami;
	mso-kannada-font-family:Tunga;
	mso-thai-font-family:FreesiaUPC;
	mso-georgian-font-family:Sylfaen;
	mso-hangul-font-family:Batang;
	mso-kana-font-family:"MS Mincho";
	mso-bopomofo-font-family:PMingLiU;
	mso-han-font-family:SimSun;
	mso-halfwidthkana-font-family:"MS Mincho";
	mso-syriac-font-family:"Estrangelo Edessa";
	mso-thaana-font-family:"MV Boli";
	mso-latinext-font-family:"Times New Roman";
	font-size:12.0pt;
	color:black;
	mso-font-kerning:14.0pt;
	mso-char-tracking:100%;
	mso-font-width:100%;}
li.Default {mso-style-name:Default;
	mso-style-parent:"";
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:"Times New Roman";
	mso-default-font-family:FreesiaUPC;
	mso-ascii-font-family:"Times New Roman";
	mso-latin-font-family:"Times New Roman";
	mso-greek-font-family:"Times New Roman";
	mso-cyrillic-font-family:"Times New Roman";
	mso-armenian-font-family:Sylfaen;
	mso-hebrew-font-family:"Times New Roman";
	mso-arabic-font-family:"Times New Roman";
	mso-devanagari-font-family:Mangal;
	mso-bengali-font-family:Vrinda;
	mso-gurmukhi-font-family:Raavi;
	mso-oriya-font-family:Sendnya;
	mso-tamil-font-family:Latha;
	mso-telugu-font-family:Gautami;
	mso-kannada-font-family:Tunga;
	mso-thai-font-family:FreesiaUPC;
	mso-georgian-font-family:Sylfaen;
	mso-hangul-font-family:Batang;
	mso-kana-font-family:"MS Mincho";
	mso-bopomofo-font-family:PMingLiU;
	mso-han-font-family:SimSun;
	mso-halfwidthkana-font-family:"MS Mincho";
	mso-syriac-font-family:"Estrangelo Edessa";
	mso-thaana-font-family:"MV Boli";
	mso-latinext-font-family:"Times New Roman";
	font-size:12.0pt;
	color:black;
	mso-font-kerning:14.0pt;
	mso-char-tracking:100%;
	mso-font-width:100%;}
p.Default {mso-style-name:Default;
	mso-style-parent:"";
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:"Times New Roman";
	mso-default-font-family:FreesiaUPC;
	mso-ascii-font-family:"Times New Roman";
	mso-latin-font-family:"Times New Roman";
	mso-greek-font-family:"Times New Roman";
	mso-cyrillic-font-family:"Times New Roman";
	mso-armenian-font-family:Sylfaen;
	mso-hebrew-font-family:"Times New Roman";
	mso-arabic-font-family:"Times New Roman";
	mso-devanagari-font-family:Mangal;
	mso-bengali-font-family:Vrinda;
	mso-gurmukhi-font-family:Raavi;
	mso-oriya-font-family:Sendnya;
	mso-tamil-font-family:Latha;
	mso-telugu-font-family:Gautami;
	mso-kannada-font-family:Tunga;
	mso-thai-font-family:FreesiaUPC;
	mso-georgian-font-family:Sylfaen;
	mso-hangul-font-family:Batang;
	mso-kana-font-family:"MS Mincho";
	mso-bopomofo-font-family:PMingLiU;
	mso-han-font-family:SimSun;
	mso-halfwidthkana-font-family:"MS Mincho";
	mso-syriac-font-family:"Estrangelo Edessa";
	mso-thaana-font-family:"MV Boli";
	mso-latinext-font-family:"Times New Roman";
	font-size:12.0pt;
	color:black;
	mso-font-kerning:14.0pt;
	mso-char-tracking:100%;
	mso-font-width:100%;}
-->
<!-- เปลี่ยนสีเมาส์ -->
<style> 
<!-- 
a{text-decoration:none} 
.style56 {color: #FFFFFF}
.style68 {color: #000000}
.style69 {font-size: 14px;color: #000000}
.style98 {font-size: 12px; color: #009966; }
.style99 {font-size: 16px; color: #009966; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: center;
}
.style102 {font-size: 14px}
.style103 {color: #000000; font-size: 12px; }
.style80 {font-size: 14px; color: #009933; }
.style78 {font-size: 12px; color: #0099CC; }
.style96 {font-size: 12px; color: #009933; }
.style46 {color: #009933}
.style62 {
	color: #0099FF;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
.style104 {color: #FF3300}
.style106 {
	font-size: 14px;
	color: #0000FF;
}
.style107 {
	font-family: "TH SarabunPSK";
	font-size: 40px;
}
.style110 {color: #CC3333}
.style111 {color: #FF0000}
.style112 {font-size: 12px}
.style62 a {
	text-align: center;
}
.style62 a {
	text-align: left;
}
.style62 a {
	text-align: center;
}
.style113 {color: #0033FF}
.style115 {color: #FF6600}
.style116 {color: #9900FF}
.style117 {
	font-family: "TH SarabunPSK";
	font-size: 20px;
	color: #ff3333;
	
}
.style121 {color: #056839}
--> 
</style> 

</style>
</HEAD>
<CENTER>
  <LINK 
href="style01.css" 
type=text/css rel=stylesheet>
  
<LINK 
href="style01.css" 
type=text/css rel=stylesheet>
<table width="912" border="0" height ="270" align="center">
  <tr>
    <td width="912">
   	  <table width="912"  border="0" height="238"    align="center">
       		
      </table>
      <table width="912" height="82"    align="center" border=0  cellpadding=1 cellspacing=0>
       		<tr bgcolor="#999999"> 
       		  <td height="82" bgcolor="#0099CC" bcolor="#999999">
			  <div align="center"><span class="style107" style="text-decoration: none; color: #00FF00;"><strong><img src="img/K10n.jpg" width="912" height="250">โรงพยาบาลสัตหีบ กม.10</strong></span></div>
			  <br>
			  <div align="center"><span class="style56">โทรศัพท์ 038245051 , โมบาย 066-0056 ( 081-085 , 250-254 ) </span></div>			  </td>
   			</tr>
	  </table>
      <table width=912 height="26" border=0  cellpadding=1 cellspacing=0 align="center">
        <tbody>
          <tr valign=center bgcolor="#333333">
            <td width="72" height="26" nowrap bgcolor="#0099CC"><div align="center"><a href="index.php" class="style56"style="text-decoration: none;" target="_parent"> หน้าแรก </a></div></td>
            <td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div></td>
            <td width="159" nowrap bgcolor="#0099CC"><div align="center"><a href="Menu ตารางการใช้บริการรพ.สัตหีบ/ตารางบริการ60.pdf" target="_blank" class="style56" style="text-decoration: none; color: #00FFFF;"> ตารางการให้บริการ</a></div></td>
            <td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div></td>
            <td width="113" nowrap bgcolor="#0099CC"><div align="center"><a href="Menu varasarn/varasarn.html" target="_blank" class="style56" style="text-decoration: none;"></a><a href="<? echo $iURL ?>" target="_blank" class="style56"style="text-decoration: none;">  ข้อมูลภายใน </a></div></td>
            <td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div></td>
            <td width="133" nowrap bgcolor="#0099CC"><div align="center"><a href="Menu วิสัยทัศน์ พันธกิจ/vision.html" class="style56" style="text-decoration: none;" target="_blank"> วิสัยทัศน์ พันธกิจ</a> </div></td>
            <td width="12" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div></td>
            <td width="74" nowrap bgcolor="#0099CC"><div align="center"><a href="Menu ติดต่อเรา/ติดต่อเรา.html" target="_blank" class="style56" style="text-decoration: none;">  ติดต่อเรา</a></div></td>
            <td width="10" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div></td>
            <td width="142" nowrap bgcolor="#0099CC"><div align="center"><a href="Menu Map/Map.html" class="style56" style="text-decoration: none;" target="_blank"> แผนที่โรงพยาบาล</a></div></td>
            <td width="11" nowrap bgcolor="#0099CC"><div align="center"><span class="style56">|</span></div></td>
            <td width="130" nowrap bgcolor="#0099CC"><div align="center">
			<?php if ($clientstate == 'Intranet'  ) echo '<a href="'.$aUrl.'/logout" class="style56"style="text-decoration: none;" target="_parent"> <span class="style55 style104" >Internet Logout </span></a></div>';
			?>
			</td>
          </tr>
        </tbody>
    </table>
    </td>
  </tr>
</table>
<table width="904" height="216"  align="center">
  <tr>
    <td align="center"> <p>
      <span class="style124"><a href="slider1/FullWidthImageSlider/index.html"><span class="style126">ความรอบรู้ด้านสุขภาพ (Health literacy)</span><a href="slider1/FullWidthImageSlider/index.html"></a></span>
	<P>
	<a href="slider1/FullWidthImageSlider/index.html"><img src="slider1/anigif.gif" alt="ความรอบรู้ด้านสุขภาพ" width="600" height="280" border="0" longdesc="slider1/anigif.gif"></a> </p>
  </tr>
</table>

<table width="904" height="216" border="0" align="center">
    <tr>
      <td width="222" height="212" align="left" background="images/bgmenu6.jpg"><p class="style98"><a href="Menu รู้จักกับโรงพยาบาลสัตหีบ/history.html" target="_blank"  class="style68"style="text-decoration: none;"> &nbsp;&nbsp;&nbsp;&nbsp;รู้จักโรงพยาบาลสัตหีบ กม.10</a><br>
        &nbsp;&nbsp;&nbsp; <a href="Menu ทำเนียบ ผอ/ทำเนียบผอ.html" target="_blank" class="style68"style="text-decoration: none;">ทำเนียบผู้อำนวยการ</a><br>
        &nbsp;&nbsp;&nbsp; <a href="Menu โครงสร้างองค์กร/โครงสร้างองค์กร.html" target="_blank" class="style68"style="text-decoration: none;">โครงสร้างองค์กร</a><br>
        &nbsp;&nbsp;&nbsp;<a href="Menu ตารางการใช้บริการรพ.สัตหีบ/การเข้าถึงประวัติผู้รับบริการ.html" target="_blank" class="style68"style="text-decoration: none;"> การเข้าถึงประวัติผู้รับบริการ</a> <br>
        &nbsp;&nbsp;&nbsp; <a href="Menu ตารางการใช้บริการรพ.สัตหีบ/สิทธิข้อพึงปฏิบัติของผู้ป่วย.pdf" target="_blank" class="style68"style="text-decoration: none;">สิทธิข้อพึงปฏิบัติของผู้ป่วย</a><br>
        &nbsp;&nbsp;&nbsp;<a href="Menu ความรู้เพื่อประชาชน/ความรู้เพื่อประชาชน.html" target="_blank" class="style68" style="text-decoration: none;"> ความรู้เพื่อประชาชน</a><br>
        &nbsp;&nbsp;&nbsp;<a href="menu ข้อเสนอแนะ/img/ข้อเสนอแนะ.html" target="_blank" class="style68" style="text-decoration: none;">ข้อเสนอแนะ</a> <br>
        &nbsp;&nbsp;&nbsp;<a href="วินัยและการรักษาวินัยของข้าราชการพลเรือน.pdf" target="_blank" class="style68" style="text-decoration: none;">วินัยและการรักษาวินัของข้าราชการพลเรือน</a><br>
        &nbsp;&nbsp;&nbsp;<a href="มาตรการในการบริหารผลการปฏิบัติงาน.pdf" target="_blank" class="style68" style="text-decoration: none;">มาตรฐานในการบริหารการปฎิบัติงาน</a><br>
     
       
        &nbsp;&nbsp;&nbsp;<a href="Menu ข้อมูลและสถิติ/ข้อมูลและสถิติ.html" target="_blank" class="style106"style="text-decoration: none; color: #0033FF;"><img src="Menu basedata/img/Bar Chart.png" width="18" height="18" border="0"> ข้อมูลพื้นฐานและเวชสถิติ</a><br>
        &nbsp;&nbsp;&nbsp;<a href="http://cbi.hdc.moph.go.th/hdc/" target="_blank" class="style106" style="text-decoration: none; color: #006600;"><img src="img/provis_black_resize.gif" width="18" height="18" border="0"> HDC</a> &nbsp;&nbsp;<a href="http://hdc2.cbo.moph.go.th/hdc/" target="_blank" class="style106" style="text-decoration: none; color: #FF9900;">HDC58</a> &nbsp;&nbsp;<a href="http://61.19.154.58/pdc" target="_blank" class="style68" style="text-decoration: none;color: #0033FF;">PDC</a> &nbsp;&nbsp;<a href="http://op.nhso.go.th/op/" target="_blank" class="style68" style="text-decoration: none; color: #9900CC;">OP.NHSO</a><br>
		&nbsp;&nbsp;&nbsp;<a href="Price/pricelist.xls" target="_blank" class="style80" style="text-decoration: none;">อัตตราค่ารักษาพยาบาล&nbsp;&nbsp;<img src="../images/icon_new_01.gif" alt="" width="24" height="9" border="0"></a><br>
        &nbsp;&nbsp;&nbsp;<a href="Price/อัตราค่าบริการของหน่วยบริการ สธ 2560.pdf" target="_blank" class="style80" style="text-decoration: none;">สธ 2560&nbsp;&nbsp;</a>,&nbsp; <a href="Price/กรมบัญชีกลาง.pdf" target="_blank" class="style80" style="text-decoration: none;">กรมบัญชีกลาง</a>
      </p></td>
      <td width="438"><center>
        <div id="fadeshow2"></div>
      </center>
        <p align="center"> <a href="menuslide/menu allpic.html" target="_blank" class="style84 style62 " style="text-decoration: none;"><br>
      ดูภาพทั้งหมด &nbsp;&nbsp;&nbsp; </a></p></td>
      <td width="226">
      		<table width="226" height="207" border="0" align="center">
        	<tr>
          		<td><center>
            			<a href="https://calendar.google.com/calendar/embed?src=km10sattahip%40gmail.com&ctz=Asia%2FBangkok" target="_blank"> <img src="images/ผอ.ชีวิน/DrChewinPrapan.jpg" width="113" height="146"></a>
          				</center>
            <div align="center" class="style62">
              <div align="center"><a href="https://calendar.google.com/calendar/embed?src=km10sattahip%40gmail.com&ctz=Asia%2FBangkok" target="_blank"> 
                นายแพทย์ชีวิน ประพันธ์<br>
                นายแพทย์ชำนาญการพิเศษ<br>
                รักษาการในตำแหน่ง<br>
                ผู้อำนวยการโรงพยาบาลสัตหีบ กม.10<br>
              </a></div>
            </div>
            	</td>
        	</tr>
      </table></td>
  </tr>
</table>
<table  height="590" width="904" border="0" align="center">
    <!--  LOW 2 -->
    <tr height="118">
      <td width="222" height="115"  background="images/bgmenu6.jpg"><p> <a href="tel/index tel.html" target="_blank" style="text-decoration: none; color: #FF00FF;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; หมายเลขภายใน</a><br>
	    &nbsp;&nbsp;<a href="CAR/index.php" target="_blank" class="style68"style="text-decoration: none;"><img src="img/car.gif" width="18" height="18" border="0"> <span class="style106">&nbsp;ขออนุญาตใช้รถส่วนกลาง</span></a><br>
		&nbsp;&nbsp;<a href="https://calendar.google.com/calendar/embed?src=km10meeting%40gmail.com&ctz=Asia%2FBangkok" target="_blank" class="style68"style="text-decoration: none;"><img src="images/logo/meetinglogo.jpg" width="18" height="14" border="0"> <span class="style106">&nbsp;ตารางการใช้ห้องประชุม </span></a><br>
        &nbsp;&nbsp;<a href="reportservice/3/index.php" target="_blank" class="style106"><img src="images/logo/service_icon-1.jpg" width="12" height="12" border="0">&nbsp;&nbsp;ขออนุมัติซ่อมพัสดุ</a><br>
        &nbsp;&nbsp;<a href="Menu pusdu/change.html" target="_blank" class="style103"style="text-decoration: none;"><img src="images/box.jpg" width="12" height="12" border="0">&nbsp;&nbsp;เบิกพัสดุคอมพิวเตอร์</a><br>
        <span class="style103">&nbsp;<a href="620315_เกณฑ์ราคากลางคอมพิวเตอร์ประจำปี2562.pdf" target="_blank" class="style103"style="text-decoration: none; color: #0099FF;">ราคาพื้นฐานเครื่องคอมพิวเตอร์ ปี 2562</a><br>
		<table width="216" height="130" border="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table> </td>
      <!--  LOW 2 col 2 -->
      <td width="353" >
	    <p>
        <!--<center>
        <div id="fadeshow2"></div>
      </center>
        <p align="left">
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100" height="30">
            <param name="movie" value="images/what new.swf">
            <param name="quality" value="high">
            <embed src="images/what new.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="30"></embed>
          </object>
        </p>
       
		<p align="left">-->
        &nbsp;<img src="../images/Comment.png" alt="" width="22" height="21" border="0" >&nbsp;<a href="../Strategy/ปี2564/1.1แผนปฏิบัติการปี2564รพ.สัตหีบกม.10(ฉบับสมบูรณ.xlsx" target="_blank" class="style80" style="text-decoration: none;">แผนปฏิบัติการปี2564รพ.สัตหีบกม.10</a><img src="../images/icon_new_01.gif" alt="" width="24" height="9" border="0"></a><br>
		 <img src="../images/Comment.png" width="22" height="21" border="0" >
	  &nbsp;<a href="../Strategy/ปี2563/เล่มรายละเอียดตัวชี้วัดคำรับรองฯ63 นพ.สสจ.pdf" class="style80" style="text-decoration: none;">เอกสารประกอบการชี้แจงตัวชี้วัดสสจ.ชลบุรีปี2563</a><br>
	  &nbsp;&nbsp;&nbsp;<img src="../images/Comment.png" width="22" height="21" border="0" ><br>
		<img src="../images/Comment.png" alt="" width="22" height="21" border="0" >&nbsp;<a href="../Strategy/ปี2563/ตัวชี้วัดปี63ตามคำรับรอง30กย62.pdf" target="_blank" class="style80" style="text-decoration: none;">ตัวชี้วัดปี63ตามคำรับรอง30กย62</a><img src="../images/icon_new_01.gif" alt="" width="24" height="9" border="0"></a><br>
		<img src="../images/Comment.png" alt="" width="22" height="21" border="0" >&nbsp;<a href="../Strategy/ปี2563/นโยบายกระทรวงสาธารณสุขปี2563.pdf" target="_blank" class="style80" style="text-decoration: none;">นโยบายกระทรวงสาธารณสุขปี2563</a><img src="../images/icon_new_01.gif" alt="" width="24" height="9" border="0"><br>
		<img src="../images/Comment.png" width="22" height="21" border="0" >&nbsp;<a href="../Strategy/เล่มยุทธศาสตร์/เล่มรายละเอียดตัวชี้วัดคำรองรับปี62.pdf" target="_blank" class="style80" style="text-decoration: none;">เล่มรายละเอียดตัวชี้วัดคำรองรับปี62</a><br>
        &nbsp;&nbsp;&nbsp;<img src="../images/Comment.png" width="22" height="21" border="0" >&nbsp;<a href="../1.แผนปฏิบัติการประจำปี2562รพ.สัตหีบกม.10(30พย61).xlsx" target="_blank" class="style80" style="text-decoration: none;">แผนปฏิบัติการประจำปี2562รพ.สัตหีบกม.10</a><br>
          &nbsp;&nbsp;&nbsp;<img src="../images/Comment.png" width="22" height="21" border="0" >&nbsp;<a href="http://bps.moph.go.th/new_bps/StrategyPlanAndPA" target="_blank" class="style80" style="text-decoration: none;">ยุทธศาสตร์ตัวชี้วัดของกระทรวงประจำปีงบประมาณ 2562 </a><br>
		 <img src="../images/Comment.png" width="22" height="21" border="0" >
	  &nbsp;<a href="../Strategy/nitec62.php" target="_blank" class="style80" style="text-decoration: none;">เอกสารประกอบการชี้แจงตัวชี้วัดสสจ.ชลบุรีปี2562</a><br>
	  </td>

      <td height="115" width="307"> 
	  &nbsp;&nbsp;<img src="img/donatsattahip364.jpg" width="275" height="275"></td>
  </tr>
    <tr height="50">
		<td background="images/bgmenu10.jpg"> 
		 <a href="Menu คู่มือ/ความปลอดภัย.php" target="_blank" class="style117" style="text-decoration: none; color: #CC0000;"><img src="img/giphy.gif" width="19" height="17">&nbsp;คู่มือด้านความปลอดภัย </a><br>
		 <a href="Menu คู่มือ/img/นโยบายความปลอดภัย.jpg" target="_blank" class="68" style="text-decoration: none; color: #CC0000;"><img src="img/giphy.gif" width="19" height="17">&nbsp;นโยบายความปลอดภัยในการทำงาน </a> <br>    
		             
          <a href="Menu แบบฟอร์มรายงานต่างๆ/แบบฟอร์มรายงานต่างๆ.php"  target="_blank" class="style68"style="text-decoration: none;">&nbsp;&nbsp;<img src="images/logo/from.jpg" width="12" height="12" border="0"> <span class="style115">แบบฟอร์มรายงานต่างๆ</span></a><br>
		  <a href="../p4p/แบบบันทึกผลการปฏิบัติงานเพื่อจ่ายค่าตอบแทน.xlsx" target="_blank" class="style69" style="text-decoration: none; color: #CC0066;">&nbsp;&nbsp;&nbsp;แบบจ่ายค่าตอบแทน(P4P)</a>	  </td>
	  <td>	 </td>
	  <td><table width="216" height="42" border="0">
        <tr>
          <td><img src="../img/ha3.gif" width="173" height="43"></td>
        </tr>
      </table> 
	  <a href="http://km10.thai-nrls.org" target="_blank"  style="text-decoration: none; color: #FF00FF;"><img src="images/logo/ir1.jpg" width="20" height="20" border="0">&nbsp;รายงานความเสี่ยง HRMS </a><br>
	  <a href="/NRLS_Cloud_6.pdf" target="_blank" class="style106"style="text-decoration: none;">
	  <span class="style115">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; บัญชีความเสี่ยง NRLS </span></a><br>
	  <a href="/คู่มือHRMS.pdf" target="_blank" class="style106"style="text-decoration: none;">
	  <span class="style115">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; คู่มือ HRMS </span></a>
	  <br>
	  <a href="NRLS64.pdf" target="_blank" class="style106"style="text-decoration: none;">
	  <span class="style115"><img src="img/giphy.gif" width="19" height="17"> บัญชีความเสี่ยง2564</span></a><br>
	  <br>

			<a href="<? echo $rURL ?>" target="_blank" class="style103"style="text-decoration: none;; color: #0099FF;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ระบบรายงานความเสี่ยง (สำหรับสืบค้นข้อมูลเก่า)</a>      </td>
	</tr>
	<tr  height="300" >
   	  <td height="354"  background="images/bgmenu10.jpg">
              
          <a href="workgroup/กลุ่มงานการแพทย์" target="_blank" class="style69" style="text-decoration: none;"><br> &nbsp;&nbsp;&nbsp;คณะกรรมการต่างๆ</a><br>
          <a href="Menu กลุ่มงานยุทธศาสตร์/Main กลุ่มงานยุทธศาสตร์.html" target="_blank" class="style69" style="text-decoration: none; color: #0000CC;">&nbsp;&nbsp;
		  กลุ่มงานประกันสุขภาพยุทธศาสตร์<br>&nbsp;&nbsp;&nbsp;และสารสนเทศทางการแพทย์</a><br>
          <a href="Menu กลุ่มการพยาบาล/กลุ่มการพยาบาล.html" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานพยาบาล</a><br>
          <a href="Menu กลุ่มงานบริหารงานทั่วไป/Main กลุ่มงานบริหารงานทั่วไป.html" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานบริหารงานทั่วไป</a><br>
          <a href="workgroup/กลุ่มงานเทคนิคการแพทย์/lab.php" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานเทคนิคการแพทย์</a><br>
          <a href="Menu กลุ่มงานทันตกรรม" target="_blank" class="style69" style="text-decoration: none; color: #9900CC;">&nbsp;&nbsp;&nbsp;กลุ่มงานทันตกรรม</a><br>
          <a href="maintainent.html" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานเภสัชกรรม<br>
            &nbsp;&nbsp;&nbsp;และคุ้มครองผู้บริโภค</a><br>
          <a href="workgroup/กลุ่มงานการแพทย์" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานการแพทย์</a><br>
          <a href="workgroup/กลุ่มงานแพทย์แผนไทย/กลุ่มงานแพทย์แผนไทย.html" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานแพทย์แผนไทย<br>
            &nbsp;&nbsp;&nbsp;และการแพทย์ทางเลือก</a><br>
          <a href="workgroup/กลุ่มงานรังสีวิทยา" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานรังสีวิทยา</a><br>
          <a href="workgroup/กลุ่มงานเวชกรรมฟื้นฟู" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานเวชกรรมฟื้นฟู</a><br>
          <a href="menu กลุ่มงานสนับสนุนบริการหน่วยปฐมภูมิ/กลุ่มงานสนับสนุนบริการหน่วยปฐมภูมิ.html" target="_blank" class="style98" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานบริการด้านปฐมภูมิและองค์รวม</a><br>
          <a href="workgroup/กลุ่มงานโภชนศาสตร์" target="_blank" class="style69" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานโภชนศาสตร์</a><br>
		 <a href="Menu PCT/PCT.php" target="_blank" class="68" style="text-decoration: none; color: #CC0000;">&nbsp;  PCT</a> <br> 
		  <br>
		   &nbsp;&nbsp;<?php echo $km1ip ;?><br><br><br>	 </td>
      <td width="353" > <p>
       <a href="https://docs.google.com/forms/d/e/1FAIpQLSft1t2GBxHDyWE3CybY_KGG6Hxp5uD_egzuGUXfTwDL4fXXkw/viewform" target="_blank" class="style80" style="text-decoration: none;">&nbsp;&nbsp;&nbsp;แบบบันทึกการคัดกรองความเสี่ยง</a><br>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdNY0AEe_y6oRwnFzf98Jn5_XPQGJ5LwLjBb2Vj4gAomV9cMA/viewform" target="_blank" class="style80" style="text-decoration: none;"> &nbsp;&nbsp;&nbsp;แบบสำรวจHospital survey on patient safety    culture</a><br>
<a href="formit/formitindex.php" target="_blank" class="style80" style="text-decoration: none;"> &nbsp;&nbsp;&nbsp;แบบฟอร์มสำรวจความต้องการด้านข้อมูลสารสนเทศ</a> <br>
<a href="Menu ประเมินมาตรฐานระบบบริการสุขภาพ/index.php" target="_blank" class="style106" style="text-decoration: none;">&nbsp;&nbsp; แบบประเมินมาตรฐานระบบบริการสุขภาพ</a> <br>
<a href="http://164.115.27.219/HS4/login.aspx" target="_blank" class="style106"  style="text-decoration: none; color: #0099FF;">&nbsp;&nbsp; ประเมินมาตรฐานระบบบริการสุขภาพ</a> 
	  <table width="350" height="142" border="0">
        <tr>
           <td width="122" ><div align="right"><span class="style116"><img src="img/Qonline.png" width="130" height="130" /></span></div>      </td>
	  <td width="218"> เพิ่มเพื่อน<span class="style121"> MOPH Connect </span><br>
       เพื่อรับบริการจองคิว OnLine<br>
      <img src="img/line-line-me.png" width="45" height="45">
	  	<?php   
			$userline = mysqli_query($dbq,"SELECT count(*) as total  FROM user_line") or die(mysqli_error());
			$nAcc = mysqli_fetch_assoc($userline);
			echo $nAcc['total'].' Acc.';
		?>		</td>
        </tr>
      </table>
	  
	  	</p>
      <td><a href="KPI/Report.php" target="_blank" ><img src="kpimonitor/images/templatemo_logo.png" width="120" height="20"></a><img src="img/giphy.gif" width="19" height="17"><br>
            <img src="images/logo/Chat Alt.png" width="20" height="20"> <a href="" target="_blank" class="style96 style111">KPI งานคุณภาพ</a><br>
         
            <img src="images/logo/Chat Alt.png" width="20" height="20"> <a href="Menu แบบประเมินตนเองสำหรับโรงพยาบาล(7ด้าน)/แบบประเมินตนเอง.php" target="_blank" class="style96 "> แบบประเมินตนเองสำหรับโรงพยาบาล(7ด้าน)</a><br>
            <img src="images/logo/Chat Alt.png" width="20" height="20"> <a href="ศูนย์คุณภาพ/download" target="_blank" class="style96">ไฟล์เอกสารงานคุณภาพ</a><br>
            <img src="images/logo/Chat Alt.png" width="20" height="20"> <a href="Strategy/CPG" target="_blank" class="style96">CPG ของรพ สัตหีบ กม 10</a><br>
            <img src="images/logo/Chat Alt.png" width="20" height="20"> <a href="phar.php" target="_blank" class="style96">เอกสารเกี่ยวกับระบบยา</a><br>
            <img src="images/logo/Chat Alt.png" width="20" height="20"><a href="ศูนย์คุณภาพ/เอกสารHA2018" target="_blank" class="style96">เอกสาร HA2018</a><br>
            <img src="images/logo/Chat Alt.png" width="20" height="20"> <a href="มาตรฐาน5ส รพ.สัตหีบกม.10" target="_blank" class="style96">มาตรฐาน 5ส รพ.สัตหีบกม.10</a><br>
          
        ________________<br>
		<a href="/download/index.html" target="_blank" class="style96 style68"> <img src="img/download.png" width="31" height="33">Download <img src="img/download.png" width="31" height="33"></a><br>
	  <img src="img/43file.jpg" width="30" height="30"> <a href="<?php  echo $eURL.'/phpgrid/index.php'?>" target="_blank" class="style96 style104">รายงาน Error การส่งข้อมูล 43 แฟ้ม</a><br>      </td>
    </tr>
</table>
    

<table width="904" height="204" border="0" align="center">
    <tr  height="90"> <!--  LOW 3 col 1 -->
      <td width="155"   bordercolor=#FFFFFF bgcolor=#FFFFFF  rowspan='2'>
            <iframe src="/kpiit" height="150" width="150" frameborder="0"> </iframe>	  </td>
	  <td width="85"  bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center">
	  <a href="https://line.me/R/ti/p/%40bln3174t"><img src="img/BotQR1.png" width="90" height="90" /></a></div>
	  </td>
	  <td width="2" >      </td>
	  <td width="311" ><div align="center"><a href="http://www.cbo.moph.go.th/cbo/index.php" target="_blank">
	  <img src="img/logossjchon.png" width="209" height="72" border="0"></a> </div> </td>
	  <td width="98" ><p align="center"> <a href="http://e-slip.cbo.moph.go.th/payslip/index.php" target="_blank">
		 <img src="img/eslipchon.png" width="307" height="50" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a><br>
		 <a href="img/ข้อมูลบุคลากรรายบุคคล.jpg" target="_blank">
		 <img src="img/ข้อมูลบุคลากรรายบุคคล.jpg"width="307" height="50" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td>
	 
 </tr>
<tr height="65">
	<td height="102"   colspan='2' class="style80">&nbsp;&nbsp;Line - MiT</td>
	<td > <img src="img/line-line-me.png" width="45" height="45">
	</td>

    <td><p> 
     <a href="http://www.facebook.com/teensattahipkm10"  target="_blank" class="style68"style="text-decoration: none;"><span class="style115">คลินิกวัยรุ่นโรงพยาบาลสัตหีบกม 10</span></a><img src="img/giphy.gif" width="19" height="17"><br>
     <a href="Menu ตารางการให้บริการคลินิกวัยรุ่น/ตารางการให้บริการคลินิควัยรุ่น.php"  target="_blank" class="style68"style="text-decoration: none;"><span class="style115">ตารางการให้บริการคลินิกวัยรุ่น</span></a><img src="img/giphy.gif" width="19" height="17"></p>
	   </p></td>
</tr>
</table>
<table width="904" border="0" align="center">

    <tr> <!--  LOW 4 col 1 -->
    <td width="0" height="824" ></td>
    <td width="453"><table width="439" height="63" border="1" bordercolor="#A8FFFF">
      <tr>
        <td><div align="center">
          <p><img src="../upload/bid-news.jpg" width="285" height="94"><a href="http://www.moph.go.th"><img src="../img/ข่าวสารทั่วไป.gif" width="428" height="48"></a></p>
          <p>
            <? $objConnect = mysql_connect("localhost","root","090407") or die("Error Connect to Database");
			$objDB = mysql_select_db("upload");
			mysql_query("SET NAMES UTF8");
			//mysql_query("SET NAMES TIS620");
			$strSQL = "SELECT * FROM files where instr(filesname,'.pdf') order by FilesID desc LIMIT 0,5";
			$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");?>
          <table width="404" height="79" border="0" align="center">
            <tr>
              <th width="47" height="51" bgcolor="#D2FFFF"> <div align="center" class="style102">ลำดับที่ </div></th>
              <th width="317" bgcolor="#D2FFFF"><div align="center" class="style102">ชื่อเรืองประกาศข่าวประกวดราคา</div></th>
              <th width="121" bgcolor="#D2FFFF"><div align="center" class="style102">วันที่ลงประกาศ</div></th>
            </tr>
            <?
                while ($objResult = mysql_fetch_array($objQuery))
                {?>
            <tr>
              <td height="22"><div align="center">
                <?=$objResult["FilesID"];?>
              </div></td>
              <td><div align="left"><a href="upload/myfile/<?=$objResult["FilesName"];?>">
                <?=$objResult["FilesName"];?>
              </a></div></td>
              <td><div align="center">
                <?
                          $dateprt = substr($objResult["DateTime"], 0,10);
                           echo $dateprt; 
                          ?>
              </div></td>
            </tr>
            <?
                }?>
          </table>
          <p>
            <? mysql_close($objConnect);?>
          </p>
          <p align="center" class="style102"><a href="../upload/login.php" class="style110">ลงประกาศ</a> <span class="style110">||</span> <a href="../upload/upload3.php" class="style110">ดูทั้งหมด</a></p>
        </div></td>
      </tr>
    </table>
     
        <p align="left"><img src="../img/ข่าวแจ้งหน่วยงานภายใน.gif" width="426" height="66"></p>
         <p align="left"><a href="../นโยบาย.pdf"  target="_blank" class="style80" style="text-decoration: none;">นโยบายการบริหารงานกระทรวงสาธารณสุข</a><br>
		  <a href="Menu ประกาศข้าราชการผู้ที่มีผลการปฎิบัติราชการ/ประกาศข้าราชการ.php" target="_blank" class="style69" style="text-decoration: none; color: #9900CC;">ประกาศข้าราชการผู้ที่มีผลการปฎิบัติราชการอยู่ในระดับดีเด่นและดีมาก</a></p>
        <p align="left"><a href="../Strategy/ยุทธศาสตร์จังหวัด.ppt" target="_blank" class="style80" style="text-decoration: none;">ยุทธศาสตร์จังหวัด</a></p>
        <p align="left"><a href="../Menu กลุ่มงานบริหารงานทั่วไป/ทะเบียนแรงงานต่างด้าว.html" target="_blank" class="style46"  style="text-decoration: none;"><span class="style112">รายงานแรงงานต่างด้าวขึ้นทะเบียน</span></a></p>
        <p align="left"><img src="../images/logo/sattahip health.jpg" width="123" height="73" /><span class="style78">&#3617;&#3640;&#3617;&#3588;&#3623;&#3634;&#3617;&#3619;&#3641;&#3657;&#3648;&#3619;&#3639;&#3656;&#3629;&#3591;&#3626;&#3640;&#3586;&#3616;&#3634;&#3614;</span></p>
        <p align="left"><span class="style112">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Menu เตือนภัยโรคมือเท้าปาก/โรค มือ เท้า ปาก.html" target="_blank" class="style68"style="text-decoration: none;"><img src="../images/logo/arr.gif" width="9" height="6" border="0" /></a> <a href="../Menu มุมความรู้เรื่องสุขภาพ/คอตีบ.html" target="_blank" class="style68"style="text-decoration: none;">โรคคอตีบ </a><br>
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Menu เตือนภัยโรคมือเท้าปาก/โรค มือ เท้า ปาก.html" target="_blank" class="style68"style="text-decoration: none;"><img src="../images/logo/arr.gif" width="9" height="6" border="0" /> &#3648;&#3605;&#3639;&#3629;&#3609;&#3616;&#3633;&#3618;&#3650;&#3619;&#3588; &#3617;&#3639;&#3629; &#3648;&#3607;&#3657;&#3634; &#3611;&#3634;&#3585; </a><br />
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../images/logo/arr.gif" width="9" height="6" /> <a href="../Menu มุมความรู้เรื่องสุขภาพ/rq-พลังสุขภาพจิดเปลี่ยนวิกฤตเป็นโอกาส.pdf" target="_blank" class="style68"style="text-decoration: none;">&#3614;&#3621;&#3633;&#3591;&#3626;&#3640;&#3586;&#3616;&#3634;&#3614;&#3592;&#3636;&#3604;&#3648;&#3611;&#3621;&#3637;&#3656;&#3618;&#3609;&#3623;&#3636;&#3585;&#3620;&#3605;&#3648;&#3611;&#3655;&#3609;&#3650;&#3629;&#3585;&#3634;&#3626;</a></span><br />
          <span class="style112">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Menu มุมความรู้เรื่องสุขภาพ/showimgpicโรค.pdf" target="_blank" class="style68"style="text-decoration: none;"><img src="../images/logo/arr.gif" width="9" height="6" border="0" /> &#3648;&#3605;&#3639;&#3629;&#3609;&#3616;&#3633;&#3618;&#3627;&#3609;&#3634;&#3623;</a></span><br />
          <span class="style112">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../images/logo/arr.gif" width="9" height="6" /> <a href="../Menu มุมความรู้เรื่องสุขภาพ/showimgpic.pdf" target="_blank" class="style68"style="text-decoration: none;">&#3588;&#3635;&#3649;&#3609;&#3632;&#3609;&#3635;&#3651;&#3609;&#3585;&#3634;&#3619;&#3611;&#3657;&#3629;&#3591;&#3585;&#3633;&#3609;&#3616;&#3633;&#3618;&#3627;&#3609;&#3634;&#3623;</a></span><br />
          <span class="style112">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Menu มุมความรู้เรื่องสุขภาพ/สัญญลักษณ์เบาหวาน.pdf" target="_blank" class="style68"style="text-decoration: none;"><img src="../images/logo/arr.gif" width="9" height="6" border="0" /> &#3626;&#3633;&#3597;&#3597;&#3634;&#3603;&#3648;&#3605;&#3639;&#3629;&#3609;&#3648;&#3610;&#3634;&#3627;&#3623;&#3634;&#3609;</a></span><br />
          <span class="style112">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Menu มุมความรู้เรื่องสุขภาพ/สุขภาพในที่ทำงาน.html" target="_blank" class="style68"style="text-decoration: none;"><img src="../images/logo/arr.gif" width="9" height="6" border="0" /> &#3626;&#3640;&#3586;&#3616;&#3634;&#3614;&#3651;&#3609;&#3607;&#3637;&#3656;&#3607;&#3635;&#3591;&#3634;&#3609;</a></span><br />
          <span class="style112">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../Menu มุมความรู้เรื่องสุขภาพ/ไอโอดีนกับเด็กไทย.pdf" target="_blank" class="style68"style="text-decoration: none;"><img src="../images/logo/arr.gif" width="9" height="6" border="0" /> &#3652;&#3629;&#3650;&#3629;&#3604;&#3637;&#3609;&#3585;&#3633;&#3610;&#3648;&#3604;&#3655;&#3585;&#3652;&#3607;&#3618;</a></span></p>
        <p align="right">&nbsp;</p>      </td>  
   <td  width="437"  align="right"> <!--  LOW 4 col 3 -->
    
     <table width="437" border="0" align="left">
       <tr>
         <td width="110"><div align="center">
           <p><span class="style99">Link หน่วยงานอื่นๆ</span><br>
             
             
            
           
              <a href="http://thcc.or.th/" target="_blank"><img src="images/logo/logo.thccpng.png" width="108" height="73" border="0" target="_blank"></a></p>
         </div></td>
         <td width="153" height="35" bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="http://www.nhso.go.th" target="_blank"><br>
               <img src="img/สปสช.gif" width="108" height="48" border="0"></a><br>
         </div></td>
       </tr>
       <tr>
         <td><div align="center"><a href="http://www.pharmacycouncil.org/" target="_blank"><img src="images/logo/Logo_phar_3D.png" width="70" height="68" border="0"></a></div></td>
         <td height="65" bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="http://www.sso.go.th" target="_blank"><img src="img/สำนักงานประกันสังคม.gif" width="108" height="48" border="0"></a></div></td>
       </tr>
       <tr>
         <td><div align="center"><a href="http://www.dentalcouncil.or.th/" target="_blank"><img src="images/logo/logoสภาทันตแพทย์.jpg" width="110" height="81" border="0"></a></div></td>
         <td bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="http://www.cgd.go.th/wps/portal" target="_blank"><br>
                   <img src="img/กรมบัญชีกลาง.gif" width="108" height="48" border="0"></a></div></td>
       </tr>
       <tr>
         <td><div align="center"><a href="http://www.tnmc.or.th/" target="_blank"><img src="images/logo/logoสภาพยาบาล.jpg" width="65" height="69" border="0"></a></div></td>
         <td bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="http://203.157.133.3/" target="_blank"><img src="img/สสจชลบุรี.gif" width="108" height="48" border="0"></a></div></td>
       </tr>
       <tr>
         <td height="77"><div align="center"><a href="http://www.tmc.or.th/" target="_blank"><img src="images/logo/logoแพทยสภา.gif" width="72" height="65" border="0"></a></div></td>
         <td bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="http://www.moph.go.th/" target="_blank"><img src="img/กระทรวงสาธารณสุข.gif" width="108" height="48" border="0"></a></div></td>
       </tr>
       <tr>
         <td height="58"><div align="center"><a href="https://ddc.moph.go.th/th/site/office/view/boe" target="_blank"><img src="images/logo/สำนักระบาดวิทยา.JPG" alt="" width="140" height="65" border="0"></a></div></td>
         <td bordercolor=#FFFFFF bgcolor=#FFFFFF><div align="center"><a href="http://www.thaicoder.net/"> <img src="img/ชมรมเวชระเบียน.gif" width="108" height="48" border="0"></a><a href="http://203.157.133.3/" target="_blank"> </a></div></td>
       </tr>
       <tr>
          <td height="58"><div align="center"><a href="http://www.wesr.moph.go.th/wesr_new/"> <img src="images/logo/เฝ้าระวัง1.JPG" width="140" height="65" border="0"></a><a href="http://203.157.133.3/" target="_blank"> </a></div></td>
         <td height="51" valign="top"><span class="style68"><span class="style112"><a href="http://hpc6.anamai.moph.go.th/main.php?filename=index2" target="_blank" class="style68">ศูนย์อนามัยที่ 6 ชลบุรี</a><br>
              <a href="http://ssosth.go.th/sattahip" target="_blank" class="style68">สสอ.สัตหีบ</a><br>
         </span><span class="style112"></span></span></td>
       </tr>
        <td height="150" width ="273"><a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/ประกาศคุ้มครองข้อมูล.htm" target="_blank" class="style68"style="text-decoration: none;">- ประกาศคุ้มครองข้อมูล รพ.สัตหีบ กม.10</a><br>
        <a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/หนังสืออนุญาตของผู้ป่วย.htm" target="_blank" class="style68"style="text-decoration: none;">- หนังสืออนุญาตของผู้ป่วย</a><br>
		<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/ใบขอเวชระเบียนสัตหีบกม10.htm" target="_blank" class="style68"style="text-decoration: none;">- ใบขอสำเนาเวชระเบียนสัตหีบกม10</a><br>
		
        <a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/แนวทางการให้ข้อมูลเวชระเบียนผู้รับบริการ.htm" target="_blank" class="style68"style="text-decoration: none;">- แนวทางการให้สำเนาข้อมูลเวชระเบียน</a><br>
        &nbsp;<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/แนวทางปฎิบัติงานเวชระเบียน.htm" target="_blank" class="style68"style="text-decoration: none;">- แนวทางปฎิบัติงานเวชระเบียน</a><br>
          </td>
     </table></td>
  </tr>
</table>
</HTML>

Youez - 2016 - github.com/yon3zu
LinuXploit