File: /var/www/w230/html/hnt/data.php
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/mystyle.css">
<title>โรงเรียนบ้านหัววัวหนองนารีตาตวด สพป.ศรีสะเกษ เขต 1</title>
<link href="https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap" rel="stylesheet">
<style type="text/css">
body{
font-family: 'Mitr', sans-serif;
}
</style>
</head>
<body>
<!--start menu top-->
<?php include 'inc/top.php';?>
<!--end menu -->
<!--start banner -->
<?php include 'inc/slide.php';?>
<!--end banner -->
<!--start main -->
<div class="container">
<div class="row">
<!--start content -->
<div class="col col-sm-9 col-md-9">
<br>
<div class="alert alert-info" role="alert" align="center">
<h5>- ข้อมูลพื้นฐานโรงเรียน -</h5>
</div>
<table class="table table-bordered">
<tbody>
<tr>
<th scope="row">รหัสกระทรวง</th>
<td>1033530745</td>
</tr>
<tr>
<th scope="row">ชื่อโรงเรียน</th>
<td>บ้านหัววัวหนองนารีตาตวด</td>
</tr>
<tr>
<th scope="row">ผู้อำนวยการโรงเรียน</th>
<td>นายกิตติศักดิ์ มครนันท์</td>
</tr>
<tr>
<th scope="row">สังกัด</th>
<td>สพป.ศรีสะเกษ เขต 1 (1033010000)</td>
</tr>
<tr>
<th scope="row">ที่อยู่</th>
<td>เลขที่ 162 หมู่ที่ 8 ถนน - ตำบล/แขวง บุสูง อำเภอ/เขต วังหิน จังหวัด ศรีสะเกษ รหัสไปรษณีย์ 33270</td>
</tr>
<tr>
<th scope="row">ที่ดิน</th>
<td>ที่ราชพัสดุ</td>
</tr>
<tr>
<th scope="row">ข้อมูลไฟฟ้า</th>
<td>ไฟฟ้าจากหน่วยงานรัฐ-รัฐวิสาหกิจ</td>
</tr>
<tr>
<th scope="row">ข้อมูลแหล่งน้ำ</th>
<td>ประปาโรงเรียน</td>
</tr>
<tr>
<th scope="row">ข้อมูลอินเตอร์เน็ต</th>
<td>มีการเชื่อมต่ออินเทอร์เน็ตด้วย ADSL (Broadband)</td>
</tr>
<tr>
<th scope="row">ชั้นเรียนที่เปิดสอน</th>
<td>อนุบาล 2 - มัธยมศึกษาปีที่ 3</td>
</tr>
<tr>
<th scope="row">วันที่ก่อตั้งโรงเรียน</th>
<td>2481-05-16</td>
</tr>
<tr>
<th scope="row">จำนวนห้องเรียน</th>
<td>11 ห้องเรียน</td>
</tr>
<tr>
<th scope="row">Website</th>
<td>http://hwn.ssk1.ac.th/</td>
</tr>
<tr>
<th scope="row">Email</th>
<td>hwnssk1@gmail.com</td>
</tr>
<tr>
<th scope="row">โทรศัพท์</th>
<td>06-5317-5708</td>
</tr>
<tr>
<th scope="row">โทรสาร</th>
<td>-</td>
</tr>
</tbody>
</table>
</div>
<!--end content -->
<!--start menu right -->
<div class="col-sm-3 col-md-3 d-none d-sm-block">
<br>
<?php
include 'director.php';
?>
<br>
<div class="list-group">
<a href="#" class="list-group-item list-group-item-action active">
E-servicE
</a>
<a href="#" class="list-group-item list-group-item-action">ระบบเชคเกรดออนไลน์</a>
<a href="#" class="list-group-item list-group-item-action">ระบบ E-SAR</a>
<a href="#" class="list-group-item list-group-item-action">ระบบเชคชื่อออนไลน์</a>
</div>
<br>
</div>
<!--end menu right -->
</div>
</div>
<!--end main -->
<!--start footer -->
<?php include 'inc/foot.php';?>
<!--end footer -->
</body>
</html>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>