| 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
$numall =0;
//ตั้งค่าการเชื่อมต่อฐานข้อมูล
$database_host = '192.168.1.39';
$database_port = '3306';
$database_username = 'root';
$database_password = '090407';
$database_name = 'mit';
$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" />
<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(image/Header.png);
background-repeat: no-repeat;
background-size: 545px 100px;
background-position: center;
}
.style3 {
color: #3300FF;
font-size: 24px;
}
.style4 {color: #FFF6E2
}
</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="css/style.css">
<br>
<br />
<div align="center" class="style4" ><img src="image/hd.png" width="674" height="155" /></div>
<br /><br />
<div align="center"><table width="900" border="0" align="center" bordercolor="#FFF6E2" bgcolor="#FFF6E2">
<tr >
<th colspan="2" align="center" scope="row"> <span class="style3" >ระบบเวชระเบียนอัตโนมัติ kiosk </span><br /> </th>
</tr>
<tr >
<th width="369" scope="row" ><br />
<img src="image/kiosk.jpg" width="214" height="339" /></th>
<td width="455"><img src="image/k.png" width="568" height="350" /></td>
</tr>
<tr>
<th colspan="2" scope="row"><br /><br />
<span class="style3" > ระบบงาน KPI Moniter </span></th>
</tr>
<tr>
<th colspan="2" scope="row"><img src="image/kpi.PNG" width="815" height="290" /></th>
</tr>
<tr>
<th colspan="2" scope="row"><br /><br />
<span class="style3" > ระบบจอแสดงผลคิว </span></th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
</tr>
<tr>
<th colspan="2" scope="row"><br /><br />
<span class="style3" > ระบบแจ้งเตือนวัคซีนพิษสุนัขบ้า / แจ้งเตือน 506 </span></th>
</tr>
<tr>
<th scope="row"><img src="image/147460_0.jpg" width="383" height="524" /></th>
<td><img src="image/147461_0.jpg" width="396" height="506" /></td>
</tr>
<tr>
<th colspan="2" scope="row"><br /><br />
<span class="style3" > ระบบเรียกเก็บค่าบริการทางการแพทย์(ลูกหนี้) </span></th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
</tr>
<tr>
<th colspan="2" scope="row"><br /><br />
<span class="style3" > ระบบยืมเวชระเบียนผู้ป่วยใน Check IN / Check Out </span></th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
</tr>
</table>
</div>
</body>
</html>