| 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/tel/ |
Upload File : |
<?php
session_start();
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="th">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>หมายเลขโทรศัพท์ภายในโรงพยาบาลสัตหีบ กม.10</title>
<style type="text/css">
body {
font-family: Tahoma, sans-serif;
}
.table-title {
font-size: 22px;
font-weight: bold;
color: #fff;
padding: 8px;
}
.table-style {
border-collapse: collapse;
width: 700px;
margin-bottom: 20px;
}
.table-style th, .table-style td {
border: 1px solid #999;
padding: 8px;
text-align: center;
font-size: 16px;
}
.table-style th {
background-color: #1CADE4;
color: #fff;
}
.table-style tr:nth-child(even) {
background-color: #f9f9f9;
}
.section-title {
font-size: 24px;
font-weight: bold;
margin: 15px 0 10px 0;
color: #2E663E;
}
.detail-row {
text-align: left !important;
padding-left: 40px !important;
background-color: #f2f2f2;
font-size: 15px;
}
.style52 {
font-size: 36px;
font-weight: bold;
color: #FF0000;
}
a { text-decoration: none; }
</style>
</head>
<body>
<center>
<br />
<div align="center">
<p><img src="img/header tel.jpg" width="704" height="133" /></p>
<!-- ตารางเบอร์โทรศัพท์ส่วนกลาง -->
<div class="section-title">เบอร์โทรศัพท์ส่วนกลาง</div>
<table class="table-style">
<tr>
<th>เบอร์โทรศัพท์</th>
<th>หมายเหตุ</th>
</tr>
<tr>
<td>038 245 051</td>
<td>เบอร์กลาง</td>
</tr>
<tr>
<td>066 005 6082</td>
<td>เบอร์กลาง</td>
</tr>
<tr>
<td>038 245 051 ต่อ 409</td>
<td>เบอร์โทรสาร</td>
</tr>
</table>
<!-- ตารางต่อเบอร์โทรศัพท์ภายใน -->
<div class="section-title">ต่อเบอร์โทรศัพท์ภายใน</div>
<table class="table-style">
<tr>
<th>แผนก</th>
<th>เบอร์ภายใน</th>
</tr>
<tr>
<td>แพทย์แผนไทย</td>
<td>644</td>
</tr>
<tr>
<td>ผู้ป่วยนอก</td>
<td>122, 172</td>
</tr>
<tr>
<td>ทันตกรรม</td>
<td>251</td>
</tr>
<tr>
<td>ฝากครรภ์/วัคซีน</td>
<td>114, 171</td>
</tr>
<tr>
<td>โอเปอเรเตอร์</td>
<td>0</td>
</tr>
<tr>
<td>สอบถามการตรวจ ATK</td>
<td>061 273 0472</td>
</tr>
</table>
<!-- ปุ่มไปหน้าเบอร์ภายใน -->
<div>
<span class="style52">
<a href="<?php echo $_SESSION['iURL'];?>/tel/telin.php">เบอร์ภายใน</a>
</span>
</div>
</div>
</center>
</body>
</html>