| 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/Menu กลุ่มงานรังสีวิทยา/ |
Upload File : |
<?php
function dCon($code){
switch ($code) {
case '01':
return "นักรังสีการแพทย์";
case '02':
return "พนักงานการแพทย์และรังสีเทคนิค";
case '03':
return "พนักงานประจำตึก";
default :
return '';
}
}
function dLev($code){
switch ($code) {
case '9':
return "ปฏิบัติการ";
case '8':
return "ชำนาญการพิเศษ";
case '7':
return "ชำนาญการ<br>หัวหน้ากลุ่มงานรังสีวิทยา";
default :
return '';
}
}
function dPos($code){
switch ($code) {
case '1':
return "นายแพทย์ชำนาญการพิเศษ รักษาการในตำแหน่ง<br>
ผู้อำนวยการโรงพยาบาลสัตหีบ กม.10
";
case '2':
return "หัวหน้ากลุ่มงานรังสีวิทยา";
case '3':
return ;
case '4':
return ;
default :
return '';
}
}
$numall =0;
//ตั้งค่าการเชื่อมต่อฐานข้อมูล
$database_host = '192.168.1.39';
$database_port = '3306';
$database_username = 'root';
$database_password = '090407';
$database_name = 'mit'; //table empimage
$mysqli = new mysqli($database_host, $database_username, $database_password, $database_name, $database_port);
$mysqli->set_charset("utf8");
if ($mysqli->connect_error) {
die('Error : ('. $mysqli->connect_errno .') '. $mysqli->connect_error);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1;">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<title>กลุ่มงานรังสีวิทยา</title>
<style type="text/css">
#CustomS {
border: 2px none;
padding: 25px;
background: url(Menu กลุ่มงานยุทธศาสตร์/img/Header.png)
background-repeat: no-repeat;
background-size: 545px 100px;
background-position: center;
}
.style107 {
font-family: "TH SarabunPSK";
font-size: 40px;
color: #000000;
font-weight: bold;
}
</style>
</head>
<body>
<!--
We will create a family tree using just CSS(3)
The markup will be simple nested lists
-->
<link rel="stylesheet" type="text/css" href="../Menu_Dent/css/style.css">
<table width="100%" border="0" align="center" >
<div align="center" id="CustomS">
<h2><span class="style107">งานรังสีวิทยา</span></h2>
</div>
<tr bgcolor="#00CCFF" height="30" >
<td width = "25%"><div align="center"></div></td>
<td width = "25%"><div align="center"></div></td>
<td width = "25%"><div align="center"></div></td>
<td width = "25%"><div align="center"></div></td>
</tr>
<tr>
<td colspan="4" align="center"><div class="tree" >
<div align="center"><img src="ผัง.png" width="1587" height="2245" /></div>
</div> </td>
</tr>
<tr>
<td colspan="3" ><br />
<?php
echo "จำนวนเจ้าหน้าที่ ".$numall;
//echo "จำนวนเจ้าหน้าที่ ".$numall. '[ ref:'.$database_host.' Database : empimage]';
?> </td>
</tr>
<tr>
<td bgcolor="C1C1FF" colspan="3">
<!--<H3 align="center"> <img src="../Menu_Dent/image/logo1.png" width="40" height="40" border="0">ผลการดำเนินงานตามตัวชี้วัด </H3>-->
</td>
</tr>
<tr>
<td bgcolor="C1C1FF" colspan="3">
</td>
</tr>
</table>
</body>
</html>