403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html//index.php
 <?php
	session_start();
	include('dataConnections/dbq.php');
	/*	==  สร้างตัวแปร  URL เพื่อใช้อ้างอิงใน LINK ต่างๆ   
		$iURL	= URL Backoffice
		$eURL	= URL error 43แฟ้ม
		$rURL	= URL NAS
*/
	$clientstate = 'Intranet';
	if (isset($_GET['Client'])) $clientIP = $_GET['Client'];
	else $clientIP = trim(getenv('REMOTE_ADDR'));
	$webServer =  substr($_SERVER['HTTP_HOST'], 0, 7);

	if ($webServer == '192.168' || $webServer == '10.0.2.' || $webServer == '10.0.1.') $Server = $webServer;
	else  	$Server = substr($clientIP, 0, 7);
	echo $Server . '-' . $clientIP . '<br>';
	switch ($Server) {
		case '10.0.2.':
			$_SESSION['iURL'] = "http://10.0.2.7";
			$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
			$qUrl = "http://10.0.2.2";
			$sUrl = "http://10.0.2.8";
			break;
		case '10.0.1.':
			$_SESSION['iURL'] = "http://10.0.1.7";
			$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";
			$qUrl = "http://10.0.1.2";
			$sUrl = "http://10.0.1.8";
			break;
		case "192.168":
			//if (substr($clientIP,0,10) == '192.168.1.') {
			$_SESSION['iURL'] = "http://192.168.1.7";
			$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";
			$qUrl = "http://192.168.1.2";
			$sUrl = "http://192.168.1.8";
			/*} else {
			$clientstate = 'Internet';
			$eURL = 'http://'.$_SERVER["SERVER_NAME"]; 
			$iURL  = 'http://bo.km10.org';
			$rURL = $eURL.':8086/risk-hos/';
			$qUrl =  $eURL.':8080';
			$aUrl  = "";  
			$eURL = $iURL ;	
		}	
		*/
			break;
		default:
			$eURL = 'http://' . $_SERVER["SERVER_NAME"];
			$iURL  = 'http://bo.km10.org';
			$rURL = $eURL . ':8086/risk-hos/';
			$qUrl =  $eURL . ':8080';
			$aUrl  = "";
			$sUrl  = "http://a.km10.org:8087/login?ReturnUrl=%2F";
			$clientstate = 'Internet';
			$eURL = $iURL;
			$_SESSION['iURL'] = $_SERVER['HTTP_HOST'];
			$nat = strpos($_SESSION['iURL'], ':');
			if ($nat > 0) $_SESSION['iURL'] = substr($_SESSION['iURL'], 0, $nat);
	} // switch


	$km1ip = @file_get_contents('http://www.thaimit.com/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>โรงพยาบาลสัตหีบ</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="fancybox/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: [380, 253], //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 . '", "", "รูปภาพกิจกรรมโรงพยาบาลสัตหีบ"],';
									}
								}
							}
							echo '["HOSP_LOGO.jpg", "HOSP_LOGO.jpg", "", "รูปภาพกิจกรรมโรงพยาบาลสัตหีบ"]';
							?>],
 			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">
 		html {
 			filter: grayscale(80%);
 		}

 		< !-- 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;
 		}

 		/* Urgent animation */
 		.urgent-doc {
 			display: inline-block;
 			color: #c40000;
 			font-weight: bold;
 			animation: urgentPulse 1.5s infinite;
 		}

 		/* Keyframes define the animation */
 		@keyframes urgentPulse {
 			0% {
 				transform: scale(1);
 				text-shadow: 0 0 0 rgba(196, 0, 0, 0.6);
 			}

 			50% {
 				transform: scale(1.05);
 				text-shadow: 0 0 8px rgba(196, 0, 0, 0.9);
 			}

 			100% {
 				transform: scale(1);
 				text-shadow: 0 0 0 rgba(196, 0, 0, 0.6);
 			}
 		}

 		.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;
 		}

 		.style62 {
 			color: #0099FF;
 			font-size: 13px;
 			text-align: left;
 			vertical-align: top;
 		}

 		.style106 {
 			font-size: 14px;
 			color: #0000FF;
 		}

 		.style107 {
 			font-family: "TH SarabunPSK";
 			font-size: 40px;
 		}

 		.style110 {
 			color: #CC3333
 		}

 		.style112 {
 			font-size: 12px
 		}

 		.style62 a {
 			text-align: center;
 		}

 		.style62 a {
 			text-align: left;
 		}

 		.style62 a {
 			text-align: center;
 		}

 		.style115 {
 			color: #FF6600
 		}

 		.style116 {
 			color: #9900FF
 		}

 		.style117 {
 			font-family: "TH SarabunPSK";
 			font-size: 20px;
 			color: #ff3333;

 		}

 		.style122 {
 			color: #0033CC;
 			font-weight: bold;
 		}

 		.style123 {
 			color: #FFFF33;
 			font-size: 18px;
 			font-weight: bold;
 		}

 		.style124 {
 			font-size: 16px
 		}

 		.style127 {
 			color: #00FFFF
 		}

 		.style131 {
 			color: #006633
 		}

 		.style128 {
 			color: #FFE3E3;
 			font-weight: bold;
 		}

 		-->
 	</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="900">
 				<table width="900" 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>
					<span class="style107" style="text-decoration: none; color: #00FF00;"><strong>
					 <img src="img/K10.jpg" width="912" height="265"></strong></span>
					 โรงพยาบาลสัตหีบ</strong></span></div>-->
 							<div align="center"><span class="style107" style="text-decoration: none; color: #00FF00;"><strong>
 										<span class="style107" style="text-decoration: none; color: #00FF00;"><strong>
 												<!--<img src="img/พระบรม/รูป/12สค.png" width="912" height="407">--></strong></span><span class="style107" style="text-decoration: none; color: #00FF00;"><strong><img src="img/c/01.PNG" width="899" height="395"></strong></span><br>
 										โรงพยาบาลสัตหีบ</strong></span></div>
 							<br>

 							<div align="center"><span class="style56">เบอร์โทรศัพท์ 0 3824 5051
 									Mobile 0660056082
 									เบอร์โทรสาร 038245051 ต่อ 409
 								</span></div>
 						</td>
 					</tr>
 				</table>
 				<table width=900 height="26" border=0 cellpadding=1 cellspacing=0 align="center">
 					<tbody>
 						<tr valign=center bgcolor="#333333">
 							<td width="89" height="26" nowrap bgcolor="#0099CC">
 								<div align="center">
 									<a href="http://www.km10.org/th/" class="style56" style="text-decoration: none;" target="_parent"> cool chain </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 วิสัยทัศน์ พันธกิจ/วิสัยทัศน์69.pdf" 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="100" 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="942" height="216" align="center">
 		<!--<tr>
 	<td colspan="2" align="center"><img src="img/พระบรม/รูป/5ธ.ค.png" width="561" height="275"></td>
  </tr>-->
 		<tr>
 			<td>
 				<p>&nbsp;</p>
 				<p>&nbsp;</p>
 			</td>
 			<td align="center"><span class="style124"> <a href="slider1/FullWidthImageSlider/index.html"><span class="style127">ความรอบรู้ด้านสุขภาพ (Health literacy)</span></a> </span><br>
 				<a href="slider1/FullWidthImageSlider/index.html"> </a><a href="slider1/FullWidthImageSlider/index.html"><img src="slider1/ani68.gif" alt="ความรอบรู้ด้านสุขภาพ" width="600" height="280" border="0" longdesc="slider1/anigif.gif"></a>
 			</td>
 		</tr>
 	</table>
 	<table width="900" height="216" border="0" align="center">
 		<tr>
 			<td width="280" height="212" align="left">
 				<table width="270" height="63" border="1" bordercolor="#999999">
 					<tr>
 						<td>
 							<p class="style98"><BR>
 								<a href="Menu รู้จักกับโรงพยาบาลสัตหีบ/history.html" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;ข้อมูลทั่วไปโรงพยาบาลสัตหีบ</a><br>
 								<a href="Menu ทำเนียบ ผอ/ทำเนียบผอ.html" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;ทำเนียบผู้อำนวยการ</a><br>
 								<a href="Menu โครงสร้างองค์กร/โครงสร้างองค์กร.html" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;โครงสร้างองค์กร</a><br>
 								<a href="Menu ตารางการใช้บริการรพ.สัตหีบ/การเข้าถึงประวัติผู้รับบริการ.html" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;การเข้าถึงประวัติผู้รับบริการ</a> <br>
 								<a href="Menu ตารางการใช้บริการรพ.สัตหีบ/สิทธิข้อพึงปฏิบัติของผู้ป่วย.pdf" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;สิทธิข้อพึงปฏิบัติของผู้ป่วย</a><br>
 								<a href="Menu ความรู้เพื่อประชาชน/ความรู้เพื่อประชาชน.html" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;ความรู้เพื่อประชาชน</a><br>
 								<a href="Menu ข้อเสนอแนะ/img/ข้อเสนอแนะ.html" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;ข้อเสนอแนะ</a> <br>
 								<a href="Document/วินัย&มาตราการ/วินัยและการรักษาวินัยของข้าราชการพลเรือน.pdf" target="_blank" class="style68"
 									style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;วินัยและการรักษาวินัยของข้าราชการพลเรือน</a><br>
 								<a href="Document/วินัย&มาตราการ/มาตรการในการบริหารผลการปฏิบัติงาน.pdf" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;มาตรฐานในการบริหารการปฎิบัติงาน</a><br>
 								<a href="../Menu%20law/law.php" target="_blank" class="style68" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;กฎหมายที่เกี่ยวข้องกับการดำเนินงาน หรือการปฏิบัติงานของหน่วยงาน</a><br>



 								<a href="Menu ข้อมูลและสถิติ/ข้อมูลและสถิติ.html" target="_blank" class="style106" style="text-decoration: none; color: #0033FF;">
 									&nbsp;&nbsp;<img src="Menu basedata/img/Bar Chart.png" width="18" height="18" border="0">
 									ข้อมูลพื้นฐานและเวชสถิติ</a><br>
 								<a href="https://hdc.moph.go.th/cbi/public/main" target="_blank" class="style106" style="text-decoration: none; color: #006600;">
 									&nbsp;&nbsp;<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>
 								<a href="Document/Price/pricelist.xls" target="_blank" class="style80" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;อัตตราค่ารักษาพยาบาล&nbsp;สธ 2560&nbsp;
 									<img src="img/logo/icon_new_01.gif" width="24" height="9" border="0"></a><br>
 								<a href="Document/Price/กรมบัญชีกลาง.pdf" target="_blank" class="style80" style="text-decoration: none;">
 									&nbsp;&nbsp;&nbsp;&nbsp;กรมบัญชีกลาง</a> <br>
 								<a href="Menu กลุ่มงานบริหารงานทั่วไป/การเงินและบัญชี/รายงานงบการเงินประจำปี.php" target="_blank" class="style106" style="text-decoration: none;color: #FF9900;">
 									&nbsp;&nbsp;&nbsp;&nbsp;รายงานงบการเงินประจำปี</a>
 							</p>
 						</td>
 					</tr>
 				</table>
 			</td>
 			<td width="370"><BR>
 				<div id="fadeshow2"></div>

 			</td>
 			<td width="250">
 				<table width="273" height="207" border="0" align="center">
 					<tr>
 						<td width="267">
 							<center><a>
 									<img src="img/New/ponew.png" width="198" height="208"></a>
 							</center>
 							<div align="center" class="style62">
 								<div align="center">
 									<p> นายแพทย์คุณากร วงศ์ทิมารัตน์<br>
 										นายแพทย์ชำนาญการพิเศษ&nbsp;รักษาการในตำแหน่ง
 										<br>ผู้อำนวยการโรงพยาบาลสัตหีบ<br>
 										</a>
 									</p>
 								</div>
 							</div>
 						</td>
 					</tr>
 				</table>
 			</td>
 		</tr>
 	</table>

 	<table width="900" border="0" align="center">
 		<tr>
 			<td width="255">
 				<table width="255" height="63" border="1" bordercolor="#999999">
 					<tr>
 						<td width="245"><br>
 							<a href="tel/indexer_tel.html" target="_blank" style="text-decoration: none; color: #FF00FF;">
 								&nbsp;&nbsp;&nbsp;&nbsp;หมายเลขภายใน</a><br>
 							<a href="CAR/index.php" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;<img src="img/car.gif" width="25" height="18" border="0"> <span class="style106">
 									ขออนุญาตใช้รถส่วนกลาง</span></a><br>
 							<a href="https://calendar.google.com/calendar/embed?src=km10meeting%40gmail.com&ctz=Asia%2FBangkok"
 								target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;<img src="img/logo/meetinglogo.jpg" width="21" height="15" border="0"> <span class="style106">
 									&nbsp;&nbsp;ตารางการใช้ห้องประชุม </span></a><br>
 							<a href="reportservice/3/index.php" target="_blank" class="style106">
 								&nbsp;&nbsp;<img src="img/logo/service_icon-1.jpg" width="21" height="15" border="0">
 								&nbsp;&nbsp;ขออนุมัติซ่อมพัสดุ</a><br>
 							<a href="stockcom/hrstock/index.php" target="_blank" class="style103" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;<img src="img/logo/box.jpg" width="19" height="15" border="0">
 								&nbsp;&nbsp;&nbsp;เบิกพัสดุคอมพิวเตอร์</a><br>
 							<a href="Document/comit/เกณฑ์ราคากลางและคุณลักษณะพื้นฐานฉบับเดือนธันวาคม 2568.pdf" target="_blank" class="style103"
 								style="text-decoration: none; color: #0099FF;">&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/box.jpg" width="19" height="15" border="0">
 								<span class="style103">เกณฑ์ราคากลางคอมพิวเตอร์ธันวาคม 2568</span></a><br>
 							<a href="เอกสารเผยแพร่/การจัดการความรู้/index_km.php" target="_blank" style="text-decoration: none; color: #FF00FF;">
 								&nbsp;&nbsp;<img src="img/logo/from.jpg" width="25" height="25" border="0">
 								&nbsp;&nbsp;การจัดการความรู้</a><br>
 							<a href="<?php echo $qUrl; ?>/vaccine_19/chkpass.php">
 								&nbsp;&nbsp;<img src="img/com.png" width="27" height="23" border="0"> <span class="style106">
 								</span></a>
 							<br>
 							<a href="/room/">
 								&nbsp;&nbsp;<img src="img/meet1.png" width="27" height="23" border="0"> <span class="style106">
 								</span></a>
 							<br>
 							<a href="http://c.km10.org/check/show.php">
 								&nbsp;&nbsp;<img src="anigif.gif" width="32" height="29" border="0"> <span class="style106"> รายชื่อบริษัทรับเช็ค
 								</span></a>
 							<br>

 							<p align="center"><img src="img/QR-BP.PNG" width="122" height="109"><br>
 								<a href="https://cvp1.moph.go.th/dashboard/" target="_blank" style="text-decoration: none; color: #339900;">
 									&nbsp;&nbsp;
 									&nbsp;&nbsp;MOPH Immunization Dashboard</a><br>
 								<br>
 						</td>
 					</tr>
 				</table>
 			</td>
 			<td width="345" height="278">
 				<!--<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">
		<p align="center">
		<a href="<?php echo $qUrl; ?>/vaccine_19/index.php" target="_blank" class="68">ตรวจสถานะคิวจองวัคซีนโควิด-19</a> </p>-->
 				<?php /*?><a href="<?php echo $qUrl; ?>/queue/register.php"><img src="img/logo/ลงทะเบียน.png" width="360" height="69"></a><br><?php */?>
 				
							<br>
 				&nbsp;&nbsp;<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2569/แผนปฏิบัติการสาธารณสุขโรงพยาบาลสัตหีบปี.pdf" target="_blank" class="style80" style="text-decoration: none;">
 					<img src="img/Comment.png" alt="" width="22" height="21" border="0">แผนปฏิบัติการสาธารณสุขโรงพยาบาลสัตหีบปี 2570(ล่วงหน้า)
					
				
				<br>
 				&nbsp;&nbsp;<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2569/แผนปฏิบัติการสาธารณสุขปี2569รพสัตหีบ.pdf" target="_blank" class="style80" style="text-decoration: none;">
 					<img src="img/Comment.png" alt="" width="22" height="21" border="0">แผนปฏิบัติการปี2569รพ.สัตหีบ
					
					<br>
 				&nbsp;&nbsp;<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2569/แผนจัดซื้อจัดจ้าง ประจำปี 2569.pdf" target="_blank" class="style80" style="text-decoration: none;">
 					<img src="img/Comment.png" alt="" width="22" height="21" border="0">แผนจัดซื้อจัดจ้าง ประจำปี 2569
					
					<br>
 				&nbsp;&nbsp;<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2569/รายงานประจำปี2568สสจชลบุรีV2.pdf" target="_blank" class="style80" style="text-decoration: none;">
 					<img src="img/Comment.png" alt="" width="22" height="21" border="0">รายงานประจำปี2568สสจชลบุรี
					
					<br>
 				&nbsp;&nbsp;<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2569/เล่มสรุปผลงานตัวชี้วัด2568ภาพรวมสสจ.pdf" target="_blank" class="style80" style="text-decoration: none;">
 					<img src="img/Comment.png" alt="" width="22" height="21" border="0">เล่มสรุปผลงานตัวชี้วัด2568ภาพรวมสสจ
	
 					<!--	&nbsp;<img src="img/logo/icon_new_01.gif" alt="" width="30" height="10" border="0"></a><br>
		  	<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2567/แผนปฏิบัติการสาธารณสุขปีงบประมาณ2567สัตหีบ.xlsx" target="_blank" class="style80" style="text-decoration: none;">
				<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนปฏิบัติการสาธารณสุขรพ.สัตหีบกม10ปี2567ฉบับสมบูรณ์-->

 					<br>
					 <a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2569/เล่มคำรับรอง ปี 2569.pdf" target="_blank" class="style80" style="text-decoration: none;">
 						<img src="img/Comment.png" alt="" width="22" height="21" border="0">รายละเอียดตัวชี้วัดคำรับรองการปฏิบัติราชการ ประจำปี 2569
					
					<br>	
 					<a href="https://drive.google.com/drive/folders/14ejRIi2zhh3c55Ah6HnAK4jkqO3_UyfO" target="_blank" class="style80" style="text-decoration: none;">
 						<img src="img/Comment.png" alt="" width="22" height="21" border="0">รายละเอียดตัวชี้วัดคำรับรองการปฏิบัติราชการ ประจำปี 2568

 		
 					<br><a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2567/แผนกลยุทธ์65-67รพ.สัตหีบกม.10update.pdf" target="_blank" class="style80" style="text-decoration: none;">
 						<!--<img src="img/Comment.png" alt="" width="22" height="21" border="0" >แผนกลยุทธ์รพ.สัตหีบกม.10
				
				&nbsp;<br>-->
 						<a href="../Menu ITA/Y2567/แผนปฏิบัติการส่งเสริมคุณธรรมของชมรมจริย.pdf" target="_blank" class="style80" style="text-decoration: none;">
 							<img src="img/Comment.png" alt="" width="22" height="21" border="0">แผนปฏิบัติการส่งเสริมคุณธรรมของชมรมจริยธรรมของหน่วยงาน
 							ประจำปีงบประมาณ พ.ศ. 2567



 							<!--<a href="Menu กลุ่มงานยุทธศาสตร์/ยุทธศาสตร์/ปี2566/เล่มรายละเอียดตัวชี้วัดคำรับรองปฏิบัติ2566.pdf" target="_blank" class="style80" style="text-decoration: none;">
				<img src="img/Comment.png" alt="" width="22" height="21" border="0" >รายละเอียดตัวชี้วัดคำรับรองปฏิบัติราชการประจำปีงบประมาณ2566สสจ.ชลบุรี</a>-->
 							<br>

 							<a href="workgroup/กลุ่มงานบริหารทั่วไป/ประกาศคณะกรรมการสวัสดิการ ฉบับที่ 1-2568.pdf" target="_blank" class="style80" style="text-decoration: none;">
 								<img src="img/Comment.png" alt="" width="22" height="21" border="0">ประกาศคณะกรรมการ สวด<br>
 								<a href="workgroup/กลุ่มงานบริหารทั่วไป/ประกาศอัตราค่าห้องพิเศษสำหรับสวัสดิการเ.pdf" target="_blank" class="style80" style="text-decoration: none;">
 									<img src="img/Comment.png" alt="" width="22" height="21" border="0">ประกาศกำหนดอัตราค่าห้องพิเศษสำหรับสวัสดิการเจ้าหน้าที่โรงพยาบาลสัตหีบ
 									และบุคคลในครอบครัว<br>

 									<!--<a href="Document/ประกาศ/ประกาศทำลายเอกสารเวชระเบียน.jpg" target="_blank" class="style80" style="text-decoration: none;">
				<img src="img/Comment.png" alt="" width="22" height="21" border="0" >ประกาศทำลายเอกสารเวชระเบียนปี2566<br>-->

 									<a href="แผนพัสดุ/แผนวัสดุ(คลังพัสดุ) ปีงบ 68.xlsx" target="_blank" class="style80" style="text-decoration: none;">
 										<img src="img/Comment.png" alt="" width="22" height="21" border="0">แผนเบิกพัสดุ ปีงบ68</a><br>
 									&nbsp;<a href="แผนครุภัณฑ์คอม/แผนวัสดุคอมพิวเตอร์+ครุภัณฑ์คอมพิวเตอร์ปี68.xlsx" target="_blank" class="style80" style="text-decoration: none;">
 										<img src="img/Comment.png" alt="" width="22" height="21" border="0">แผนวัสดุคอมพิวเตอร์+ครุภัณฑ์คอมพิวเตอร์ปี68</a><br><br><br><br><br>
 			</td>
 			<td height="278" width="286">


 				<img src="img/บริจาค.jpg" width="278" height="272"><br><br><img src="img/กองทุนพระเทพ2.JPG" width="282" height="295">
 			</td>
 		</tr>
 	</table>
 	<table align="center" width="900">
 		<tr>
 			<td width="280">
 				<table width="270" border="1" bordercolor="#999999">
 					<tr>
 						<td><br>
 							<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 คู่มือ/_อาชีวอนามัยและความปลอดภัย/รวมความรู้ด้านสารเคมีวัตถุอันตราย แก้ไข29-6.pdf" target="_blank" class="style117" style="
							text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;นโยบายความปลอดภัยในการทำงาน </a> <br>

 							<a href="Document/นโยบาย/นโยบายการดำเนินงานบริการที่เป็นมิตรสำหรับวัยรุ่นและเยาวชน.pdf"
 								target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;นโยบายการดำเนินงานบริการที่เป็นมิตรสำหรับวัยรุ่นและเยาวชน </a><br>
 							<a href="Document/ประกาศ/ประกาศเจตนารมณ์ต่อต้านการทุจริต.pdf" target="_blank" class="style117"
 								style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;ประกาศเจตนารมณ์ต่อต้านการทุจริต </a><br>
 							<a href="Document/ประกาศ/ประกาศเจตนารมณ์การป้องกันและแก้ไขปัญหาก.pdf" target="_blank"
 								class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;ประกาศเจตนารมณ์การป้องกันและแก้ไข<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 								ปัญหาการล่วงละเมิดหรือคุกคามทางเพศ<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ในการทำงาน</a><br>
 							<a href="Document/ประกาศ/ประกาศเจตนารมณ์การป้องกันการทุจริตตาม69.pdf"
 								target="_blank" class="style117" style="text-decoration: none; color: #CC0000;"><img src="img/giphy.gif" width="19" height="17">&nbsp;ประกาศเจตนารมณ์การป้องกันการทุจริตตามเกณฑ์จริยธรรมการจัดซื้อจัดหาและการส่งเสริมการขายยาและเวชภัณฑ์ที่มีไช่ยาของหน่วยงานโรงพยาบาลสัตหีบ</a><br>
 							<a href="Document/ประกาศ/นโยบายไม่รับของขวัญ.pdf" target="_blank"
 								class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;นโยบายไม่รับของขวัญและของกำนัลทุกชนิดจากการปฏิบัติหน้าที่<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ในการทำงาน</a><br>
 							<a href="Document/ประกาศ/มาตรการควบคุมป้องกันสุนัขในโรงพยาบาล.pdf" target="_blank"
 								class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;มาตรการควบคุมป้องกันสุนัขจรจัด<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;โรงพยาบาลสัตหีบ</a><br>
 							<a href="Document/ประกาศ/ประกาศนโยบายคุณภาพโรงพยาบาลสัตหีบ.pdf" target="_blank"
 								class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;ประกาศนโยบายคุณภาพโรงพยาบาลสัตหีบ</a><br>
 							<a href="Document/ประกาศ/หนังสือแจ้งการประมวลผลข้อมูลส่วนบุคคล รพ.สัตหีบกม.10.pdf"
 								target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;หนังสือแจ้งการประมวลผลข้อมูลส่วนบุคคล<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;รพ.สัตหีบ</a><br>
 							<a href="Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/Menu PDPA/PDPA.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 กลุ่มงานยุทธศาสตร์\ศูนย์คอม\นโยบายและแนวปฏิบัติ IT.php"
 								target="_blank" class="style117" style="text-decoration: none; color: #CC0000;">
 								<img src="img/giphy.gif" width="19" height="17">
 								&nbsp;นโยบายและแนวปฏิบัติ IT</a><br>

 							<a href="Menu แบบฟอร์มรายงานต่างๆ/แบบฟอร์มรายงานต่างๆ.php" target="_blank"
 								class="style68" style="text-decoration: none;">
 								<img src="img/logo/from.jpg" width="19" height="20" border="0"><span class="style115">
 									แบบฟอร์มรายงานต่างๆ</span></a><br>
 							<a href="Document/p4p/แบบบันทึกผลการปฏิบัติงานเพื่อจ่ายค่าตอบแทน.xlsx" target="_blank"
 								class="style69" style="text-decoration: none; color: #CC0066;">
 								&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;แบบจ่ายค่าตอบแทน(P4P)</a><br>
 						</td>
 					</tr>
 				</table>
 			</td>
 			<td width="300">
 				<p><a href="https://ddc.moph.go.th/viralpneumonia/index.php" target="_blank">
 						<img src="img/logo/corona.JPG" width="400" height="80" /></a><br>
 					<br>
 				<table width="400" height="191" border="0" bgcolor="#7FA1C3">
 					<tr>
 						<td width="135">
 							<div align="right"><span class="style116"><img src="img/Qonline.png" width="134" height="125" /></span></div>
 						</td>
 						<td width="196" align="center">
 							เพิ่มเพื่อน<span class="style128"> หมอพร้อม </span><br>
 							<br>
 							<img src="img/line-line-me.png" width="45" height="45">
 							<img src="img/หมอพร้อม.png" width="103" height="67"><br>
 							<?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><br>

 				<table width="400" height="191" border="0" bgcolor="#7FA1C3">
 					<tr>
 						<td width="135"><a href="เอกสารทันตกรรม/dentcost.pdf">
 								<div align="right"><span class="style116"><img src="img/QRdent.png" width="134" height="125" />
 							</a></span></div>
 						<td width="196" align="center">
 							<span> สแกนหรือคลิ๊กเพื่อดู </span><br>
 							<span class="style128"> ค่าบริการทันตกรรม </span><br>

 							<img src="img/dentic.png" width="80" height="80"><br>
 						</td>
 					</tr>
 				</table>
 			</td>
 			<td width="300">
 				<p align="center"><a href="Menu กลุ่มงานเภสัช/วารสารยา ใหม่.pdf"><img src="Menu กลุ่มงานเภสัช/วารสารยาใหม่.JPG" width="247" height="249"></a></p>
 				<br><br>
 				<table width="216" border="0">
 					<tr>
 						<td><img src="img/ha3.gif" width="173" height="43"> </td>
 					</tr>
 				</table>
 				<a href="https://km10.thai-nrls.org" target="_blank" style="text-decoration: none; color: #FF00FF;">
 					<img src="img/logo/ir1.jpg" width="19" height="15" border="0">
 					&nbsp;รายงานความเสี่ยง HRMS </a><br>
 				<a href="Document/บัญชีความเสี่ยง/บัญชีอุบัติการณ์ความเสี่ยงระบบ NRLS _ HRMS on Cloud ปี.pdf" target="_blank" class="style106" style="text-decoration: none;">
 					<img src="img/logo/ไอคอน.jpg" width="21" height="19"><span class="style115">&nbsp; บัญชีความเสี่ยง HRMS ปี 2568 </span></a><br>

 				<a href="Document/บัญชีความเสี่ยง/นโยบาย.pdf" target="_blank" class="style106" style="text-decoration: none;">
 					<img src="img/logo/ไอคอน.jpg" width="21" height="19"><span class="style115">&nbsp; ประกาศนโยบายการบริหารความเสี่ยง </span></a><br>


 				<a href="Document/บัญชีความเสี่ยง/คู่มือHRMS.pdf" target="_blank" class="style106" style="text-decoration: none;">
 					<img src="img/logo/ไอคอน.jpg" width="21" height="19"><span class="style115">&nbsp;คู่มือ HRMS </span></a><br>
 				<a href="Document/บัญชีความเสี่ยง/NRLS64.pdf" target="_blank" class="style106" style="text-decoration: none;">
 					<img src="img/giphy.gif" width="19" height="17"> <span class="style115">บัญชีความเสี่ยง2564</span></a><br>
 				<a href="Document/บัญชีความเสี่ยง/แบบบันทึกรายงานอุบัติการณ์16-12-64 p1.pdf" target="_blank" class="style106" style="text-decoration: none;">
 					<img src="img/giphy.gif" width="19" height="17"> <span class="style115">แบบบันทึกรายงานอุบัติการณ์</span></a><br>
 				<a href="Menuศูนย์คุณภาพ/ศูนย์คุณภาพ.php" target="_blank" class="style106" style="text-decoration: none;">
 					<img src="img/giphy.gif" width="19" height="17"> <span class="style96">ศูนย์คุณภาพ</span></a><br><br><br><br><br><br>
 			</td>
 		</tr>
 		<tr>
 			<td width="280">
 				<table width="270" height="63" border="1" bordercolor="#999999">
 					<tr>
 						<td>
 							<a href="Menu คณะกรรมการต่างๆ/index.php.html" target="_blank" class="style69" style="text-decoration: none;"><br>
 								&nbsp;&nbsp;&nbsp;คณะกรรมการต่างๆ</a><br>
 							<a href="<?php echo $qUrl; ?>/co_epi/index.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;<img src="img/giphy.gif" width="19" height="17">
 								<span class="style131">&nbsp;การฉีดวัคซีนโควิด-19ในคลินิกต่างๆ</span></a><br>
 							<a href="Menu กลุ่มงานยุทธศาสตร์/Main กลุ่มงานยุทธศาสตร์.html" target="_blank" class="style69" style="text-decoration:
						none; color: #0000CC;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานประกันสุขภาพยุทธศาสตร์<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;และสารสนเทศทางการแพทย์</a><br>
 							<a href="Menu_Nurse/index.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานพยาบาล</a><br>

 							<a href="Menu กลุ่มงานบริหารงานทั่วไป/Main กลุ่มงานบริหารงานทั่วไป.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานบริหารงานทั่วไป</a><br>

 							<a href="Menu กลุ่มงานบริการทางการแพทย์/index.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานเทคนิคการแพทย์</a><br>

 							<a href="Menu กลุ่มงานรังสีวิทยา/index.php" target="_blank" class="style69" style="text-decoration: none; color: #9900CC;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานรังสีวิทยา</a><br>

 							<a href="Menu_Dent/index.php?qurl=<?php echo $qUrl; ?>" target="_blank" class="style69" style="text-decoration: none; color: #9900CC;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานทันตกรรม</a><br>
 							<a href="Menu กลุ่มงานเภสัช/กล่มงานเภสัช.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานเภสัชกรรมและคุ้มครองผู้บริโภค</a><br>

 							<a href="Menu กลุ่มงานแพทย์แผนไทย/กลุ่มงานแพทย์แผนไทย.html" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานแพทย์แผนไทย<br>&nbsp;&nbsp;&nbsp;และการแพทย์ทางเลือก</a><br>

 							<a href="<?php echo $qUrl; ?>/nutrition/Chart.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;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานเวชกรรมฟื้นฟู</a><br>

 							<a href="Menu กลุ่มงานบริการด้านปฐมภูมิและองค์รวม/บริการด้านปฐมภูมิและองค์รวม1.php" target="_blank" class="style98"
 								style="text-decoration: none;">&nbsp;&nbsp;&nbsp;กลุ่มงานบริการด้านปฐมภูมิและองค์รวม</a><br>

 							<a href="Menu กลุ่มงานโภชนศาสตร์/index.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานโภชนศาสตร์</a><br>

 							<a href="Menuจิตเวช/index.php" target="_blank" class="style69" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;กลุ่มงานจิตเวชและยาเสพติด</a><br>

 							<a href="Menu ITA/ITA.php" target="_blank" class="68" style="text-decoration: none; color: #CC0000;">
 								&nbsp;Menu ITA</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>
 						</td>
 					</tr>
 					<tr> </tr>
 				</table>
 			</td>
 			<td width="370">
 				<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="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 urgent-doc"
 					style="text-decoration: none;">
 					&nbsp;&nbsp; แบบประเมินมาตรฐานระบบบริการสุขภาพ (HS4)
 				</a>
 				<br>

 				<a href="https://yfhs.anamai.moph.go.th/login" target="_blank" class="style106" style="text-decoration: none;">
 					&nbsp;&nbsp; แบบประเมินตามมาตรฐาน YFHS</a> <br><br>

 				<table width="215" height="142" border="0" bgcolor="#006633" align="center">
 					<tr>
 						<td width="184" align="center"><span class="style116"><img src="img/ต่างด้าว.jpg" width="157" height="138" /><br>
 								<span class="style123">กลุ่มต่างด้าวอำเภอสัตหีบ</span></span></td>
 					</tr>
 				</table>

 				<br><br>
 			</td>
 			<td width="234">
 				<a href="KPI monitor/Report.php" target="_blank">
 					<img src="img/giphy.gif" width="19" height="17">
 					<img src="KPI monitor/image/templatemo_logo.png" width="126" height="21"></a><br><br>
 				<a href="water/index.php" target="_blank" class="style96 ">
 					<img src="img/logo/comments.png" width="16" height="16">
 					รายการการบันทึกตรวจน้ำประจำวัน</a><br>
 				<br>
 				<a href="Menu แบบประเมินตนเองสำหรับโรงพยาบาล(7ด้าน)/แบบประเมินตนเอง.php" target="_blank" class="style96 ">
 					<img src="img/Comment.png" width="20" height="20">
 					แบบประเมินตนเองสำหรับ<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;โรงพยาบาล(7ด้าน)</a><br>
 				<a href="ศูนย์คุณภาพ/download" target="_blank" class="style96">
 					<img src="img/Comment.png" width="20" height="20">ไฟล์เอกสารงานคุณภาพ</a><br>
 				<a href="Strategy/CPG" target="_blank" class="style96">
 					<img src="img/Comment.png" width="20" height="20"> CPG ของรพ สัตหีบ</a><br>
 				<a href="Document/เอกสารเกี่ยวกับระบบยา/phar.php" target="_blank" class="style96">
 					<img src="img/Comment.png" width="20" height="20"> เอกสารเกี่ยวกับระบบยา</a><br>
 				<a href="ศูนย์คุณภาพ/เอกสารHA2018" target="_blank" class="style96">
 					<img src="img/Comment.png" width="20" height="20">เอกสาร HA2018</a><br>
 				<a href="มาตรฐาน5ส รพ.สัตหีบกม.10" target="_blank" class="style96">
 					<img src="img/Comment.png" width="20" height="20">มาตรฐาน 5ส รพ.สัตหีบ</a><br><br>
 				<a href="Document/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>
 				<!--<a href="<?php  //echo $eURL.'/phpgrid/index.php'; 
								?>" target="_blank" class="style96 style104">
				<img src="img/43file.jpg" width="30" height="30">รายงาน Error การส่งข้อมูล 43 แฟ้ม</a><br><br><br>	-->
 			</td>
 		</tr>
 	</table>

 	<table width="900" border="0" align="center">
 		<tr>
 			<td width="153" bordercolor=#FFFFFF bgcolor=#FFFFFF rowspan='2'>
 				<iframe src="/kpiit" height="150" width="150" frameborder="0"> </iframe>
 			</td>
 			<td width="106" 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 colspan="2">
 				<div align="center">
 			</td>
 			<td width="434">
 				<p align="center">
 					<a href="http://e-slip.cbo.moph.go.th/payslip/index.php" target="_blank">
 						<img src="img/eslipchon.png" width="314" height="55" border="0"></a><br>
 					<br>
 					<a href="https://nonhr.moph.go.th/" target="_blank">
 						<img src="img/ข้อมูลบุคลากรรายบุคคล.jpg" width="314" height="55" border="0"></a><br>
 					<br>
 					<a href="https://sav.tblcloudservice.com/coop_member_online/login.php?mem_online_fund=24ec013001c3e051fe76a59f4e384f17"
 						target="_blank">
 						<img src="img/สหกร์ออมทรัพย์.png" width="314" height="55" border="0"></a>
 					<br><br>

 					<br><br>
 					<a href="https://cbicoop.com/?page_id=366 ">
 						<!--<img src="img/logo/cropped-Cbicoop.png" width="323" height="92"></a><br>-->

 						<a href="Salary/login.php?&target=<?php echo $_SERVER['HTTP_HOST'] ?> ">
 							<img src="img/logo/slip.png" width="314" height="73"></a>
 						<p align="center">

 							<a href="http://a.km10.org:8087/login?ReturnUrl=%2F"
 								target="_blank">
 								<img src="img/smo.png" width="300" height="105" border="0"></a>
 							<br><br>
 			</td>
 		</tr>
 		<tr>
 			<td height="102" colspan='2' class="style80">&nbsp;&nbsp;Line - MiT </td>
 			<td width="187"> <img src="img/line-line-me.png" width="45" height="45"> </td>
 			<td>
 				<a href="https://cbicoop.com/?page_id=366 ">
 					<!--<img src="img/logo/cropped-Cbicoop.png" width="323" height="92"></a><br>-->
 					<img src="img/giphy.gif" width="19" height="17">
 					<span class="style115">แบบฟอร์มสหกรณ์ออมทรัพย์ สาธารณสุขชลบุรี จำกัด</span></a><br>
 				<a href="http://www.facebook.com/teensattahipkm10" target="_blank" class="style68" style="text-decoration: none;">
 					<img src="img/giphy.gif" width="19" height="17">
 					<span class="style115">คลินิกวัยรุ่นโรงพยาบาลสัตหีบ</span></a><br>
 				<a href="Menu ตารางการให้บริการคลินิกวัยรุ่น/ตารางการให้บริการคลินิควัยรุ่น.php" target="_blank" class="style68" style="text-decoration: none;">
 					<img src="img/giphy.gif" width="19" height="17">
 					<span class="style115">ตารางการให้บริการคลินิกวัยรุ่น</span></a>
 			</td>
 		</tr>
 	</table>

 	<table width="900" border="0" align="center">
 		<tr>
 			<td width="0" height="824"> </td>
 			<td width="453">
 				<table width="439" height="63" border="1" bordercolor="#A8FFFF">
 					<tr>
 						<td>
 							<div align="center">
 								<img src="upload/bid-news.jpg" width="285" height="94">
 								<a href="http://www.moph.go.th"><br>
 									<img src="img/ข่าวสารทั่วไป.gif" width="428" height="48"></a>
 								<? $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 DateReport 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="317" height="51" 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="left">
 													<a href="upload/myfile/<?= $objResult["FilesName"]; ?>"><?= $objResult["FilesName"]; ?></a>
 												</div>
 											</td>
 											<td>
 												<div align="center">
 													<?
														$y = substr($objResult["DateReport"], 0, 4) + 543;
														$m = substr($objResult["DateReport"], 4, 4);
														$d = substr($objResult["DateReport"], 8, 2);
														$dateprt = $d . $m . $y;
														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><br><br>
 				<table width="439" height="63" border="1" bordercolor="#A8FFFF">
 					<tr>
 						<td><img src="img/ข่าวแจ้งหน่วยงานภายใน (2).gif" width="426" height="66"><br>
 							<br><br>
 							<a href="นโยบาย.pdf" target="_blank" class="style80" style="text-decoration: none;">
 								<img src="img/Comment.png" alt="" width="22" height="21" border="0">&nbsp;นโยบายการบริหารงานกระทรวงสาธารณสุข</a><br>

 							<a href="Menu กลุ่มงานเภสัช/_แนวทางปฏิบัติในระบบยา/ประกาศ แนวปฏิบัติตามเกณฑ์จริยธรรมและฟอร์69.pdf" target="_blank" class="style80" style="text-decoration: none;">
 								<img src="img/Comment.png" alt="" width="22" height="21" border="0">&nbsp;แนวทางปฏิบัติตามเกณฑ์จริยธรรมการจัดซื้อจัดหาและการส่งเสริมการขายยาและเวชภัณฑ์ที่มิใช่ยา ของกระทรวงสาธารณสุข พ.ศ.2564</a><br>
								
							<a href="Document/ประกาศ/ประกาศกระทรวงสาธารณสุข เรื่อง เกณฑ์จริยธร69.pdf" target="_blank" class="style80" style="text-decoration: none;">
 								<img src="img/Comment.png" alt="" width="22" height="21" border="0">&nbsp;เกณฑ์จริยธรรมการจัดซื้อจัดหาและการส่งเสริมการขายยา และเวชภัณฑ์ที่มิใช่ยาของกระทรวงสาธารณสุข</a><br>
 						</td>
 					</tr>
 				</table>
 				<table width="439" height="63" border="1" bordercolor="#A8FFFF">
 					<tr>
 						<td>
 							<p align="center"><img src="img/logo/sattahip health.jpg" width="157" height="88" /><br>
 								<span class="style78">มุมความรู้เรื่องสุขภาพ</span>
 							</p>
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/คอตีบ.html" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">โรคคอตีบ </span></a><br>
 							<a href="Menu เตือนภัยโรคมือเท้าปาก/โรค มือ เท้า ปาก.html" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112"> เตือนภัยโรค มือ เท้า ปาก </span></a><br />
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/rq-พลังสุขภาพจิดเปลี่ยนวิกฤตเป็นโอกาส.pdf" target="_blank" class="style68"
 								style="text-decoration: none;">&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">พลังสุขภาพจิตเปลี่ยนวิกฤตเป็นโอกาส</span></a><br />
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/showimgpicโรค.pdf" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">เตือนภัยหนาว</span></a><br />
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/showimgpic.pdf" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">คำแนะนำในการป้องกันภัยหนาว</span></a><br />
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/สัญญลักษณ์เบาหวาน.pdf" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">สัญญารเตือนเบาหวาน</span></a><br />
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/สุขภาพในที่ทำงาน.html" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">สุขภาพในที่ทำงาน</span></a><br />
 							<a href="Menu มุมความรู้เรื่องสุขภาพ/ไอโอดีนกับเด็กไทย.pdf" target="_blank" class="style68" style="text-decoration: none;">
 								&nbsp;&nbsp;&nbsp;&nbsp;
 								<img src="img/logo/arr.gif" width="9" height="6" border="0" />
 								<span class="style112">ไอโอดีนกับเด็กไทย</span></a><br />
 						</td>
 					</tr>
 				</table>
 			</td>
 			<td width="437" align="right">
 				<table width="437" colspan="3" 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="img/logo/thcc.png" width="150" height="105" border="0" target="_blank"></a>
 								</p>
 							</div>
 						</td>
 						<td cwidth="110">
 							<div align="center"> <br>
 								<a href="https://claim-nhso.moph.go.th/nhso/" target="_blank"><img src="img/logo/mophclaim1.png" width="105" height="105" border="0" target="_blank"></a>
 								<p></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>
 								</a><a href="http://www.nhso.go.th" target="_blank"><img src="img/logo/nhso.png" width="108" height="48" border="0"></a><br>
 							</div>
 						</td>
 					</tr>
 					<tr>
 						<td width="110">
 							<div align="center"> <a href="http://www.pharmacycouncil.org/" target="_blank"> <img src="img/logo/phar_3D.png" width="109" height="98" border="0"> </a> </div>
 						</td>
 						<td width="110">
 							<div align="center"> <a href="https://phr1.moph.go.th/dashboard/" target="_blank"><img src="img/logo/mophphr.png" width="105" height="105" border="0" target="_blank"></a><br>
 								<p></p>
 							</div>
 						</td>
 						<td height="65" bordercolor=#FFFFFF bgcolor=#FFFFFF>
 							<div align="center"><a href="http://www.nhso.go.th" target="_blank"></a><a href="http://www.sso.go.th" target="_blank"><img src="img/logo/sso.png" width="72" height="78" border="0"></a><a href="http://www.nhso.go.th" target="_blank"></a></div>
 						</td>
 					</tr>
 					<tr>
 						<td width="110">
 							<div align="center"> <a href="http://www.dentalcouncil.or.th/" target="_blank"> <img src="img/logo/สภาทันตแพทย์.jpg" width="133" height="86" border="0"> </a> </div>
 						</td>
 						<td width="110">
 							<div align="center"> <br>
 								<a href="https://mohpromtstation.moph.go.th/login" target="_blank"><img src="img/logo/mpstation.png" width="105" height="105" border="0" target="_blank"></a>
 								<p></p>
 							</div>
 						</td>
 						<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
 							<div align="center"> <a href="https://www.cgd.go.th/cs/internet/internet/หน้าหลัก2.html?page_locale=th_TH" target="_blank"><br>
 									<img src="img/logo/cgd.png" width="108" height="48" border="0"> </a> </div>
 						</td>
 					</tr>
 					<tr>
 						<td width="110">
 							<div align="center"> <a href="http://www.tnmc.or.th/" target="_blank"> <img src="img/logo/สภาพยาบาล.jpg" width="99" height="81" 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="77">
 							<div align="center"> <a href="http://www.tmc.or.th/" target="_blank"> <img src="img/logo/แพทยสภา.gif" width="107" height="95" border="0"> </a> </div>
 						</td>
 						<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
 							<div align="center"> <a href="https://www.cbo.moph.go.th/cbonew/index.php/home#" target="_blank"><img src="img/logossjchon.png" width="193" height="59" border="0"></a></div>
 						</td>
 					</tr>
 					<tr>
 						<td height="58">
 							<div align="center"> </div>
 						</td>
 						<td bordercolor=#FFFFFF bgcolor=#FFFFFF>
 							<div align="center"><a href="https://referlink.moph.go.th/mopherp/#/auth" target="_blank"><img src="img/Mopherp.png" width="193" height="59" border="0"></a> </div>
 						</td>
 					</tr>
 					<tr>
 						<td height="58">
 							<div align="center"> <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>
 									<br>
 									<a href="http://www.ssosth.go.th/sattahip/" target="_blank" class="style68"> สสอ.สัตหีบ</a><br>
 								</span></span> </td>
 					</tr>
 					<tr>
 						<td height="150" width="260" colspan="2"></td>
 					</tr>
 				</table>
 			</td>
 		</tr>
 	</table>
 	</body>

 </HTML>

Youez - 2016 - github.com/yon3zu
LinuXploit