| Server IP : 172.67.187.206 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/news/csr/main/pages/ |
Upload File : |
<link href="https://fonts.googleapis.com/css?family=Prompt" rel="stylesheet">
<style>
body {
font-family: 'Prompt', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Prompt', sans-serif;
}
</style>
<?php
if ($msg =='error_name')
echo '<div class="alert alert-danger" role="alert">Error! พบข้อมูลซ้ำในระบบ ไม่สามารถเพิ่มข้อมูลได้</div>';
if ($msg =='error_username')
echo '<div class="alert alert-danger" role="alert">Error! Input valid username</div>';
if ($msg =='error_duplicate_username')
echo '<div class="alert alert-danger" role="alert">Error! There is another user with this username address</div>';
if ($msg =='edit_ok')
echo '<div class="alert alert-success" role="alert">User updated</div>';
if ($msg =='add_ok')
echo '<div class="alert alert-success" role="alert">เพิ่มข้อมูลเรียบร้อย</div>';
if ($msg =='delete_ok')
echo '<div class="alert alert-success" role="alert">User deleted</div>';
if ($msg =='error_delete_protected')
echo '<div class="alert alert-danger" role="alert">Error! This user can not be deleted</div>';
?>
<!-- end row -->
<link rel="stylesheet" type="text/css" href="<?php echo ADMIN_URL;?>/assets/plugins/datatables/dataTables.bootstrap4.min.css"/>
<script type="text/javascript" src="<?php echo ADMIN_URL;?>/assets/plugins/datatables/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="<?php echo ADMIN_URL;?>/assets/plugins/datatables/dataTables.bootstrap4.min.js"></script>
<link rel="stylesheet" href="<?php echo ADMIN_URL;?>/assets/css/bootstrap-select.css">
<script src="<?php echo ADMIN_URL;?>/assets/js/bootstrap-select.js"></script>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 col-xl-12">
<div class="card mb-3">
<div class="card-header">
<span class="pull-right">
</span>
<h3><i class="fa fa-table"></i> ค้นหาข้อมูลสำนักงานเขตพื้นที่การศึกษา</h3>
</div>
<div class="card-body">
<div class="table-responsive">
<!-- ส่วนของฟอร์มข้อมูล-->
<!-- สจบ่วนของฟอร์มข้อมูล-->
</div>
</div>
</div><!-- end card-->
</div>
</div>