| Server IP : 172.67.187.206 / Your IP : 162.159.115.42 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 : /Inetpub/www/news/edu2018/admin/ |
Upload File : |
<?php if($userlevel=="admin") { ?>
<?php
$report = $_GET['m'];
if ( $report=="12") {
$title="เพิ่มชุดแบบประเมิน SDQ";
}else if($report=="13"){
$title="ตรวจสอบการประเมิน SDQ";
}else if($report=="14"){
$title="สรุปผลการประเมิน SDQ";
}
?>
<section class="content-header">
<h1>
แบบคัดกรองนักเรียน SDQ
<small></small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
</ol>
</section>
<section class="content">
<div class="box">
<div class="box-header">
<h3 class="box-title"><?=$title;?></h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<center>..อยู่ระหว่างพัฒนาระบบ..</center>
</div>
<!-- /.box-body -->
</div>
</section>
<?php } ?>