| Server IP : 104.21.80.248 / 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 : /Inetpub/www/myschool/triamudom/check/id-plan/ |
Upload File : |
<?php
session_start();
$path = "../";
include ($path.'include/config_db.php');
include ($path.'include/class_db.php');
include ($path.'include/class_display.php');
include ($path.'include/function.php');
$CLASS['db'] = new db();
$CLASS['db']->connect();
$CLASS['disp'] = new display();
$db = $CLASS['db'];
$disp = $CLASS['disp'];
if($_SESSION['sessionuser_id'] !=''){
?>
<!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>
<title>ระบบบันทึกแผนการพัฒนาตนเอง (ของครู) โรงเรียนแกลง''วิทยสถาวร'' จังหวัดระยอง</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/default.CSS" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {font-size: 18px}
.style2 {
font-size: 16px;
font-weight: bold;
}
body,td,th {
font-size: 14px;
}
-->
</style>
</head>
<body onload="window.print();">
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<?php
$sql_resultper = $db->query("select * from tb_result_performance where tb_teacher_id='".$_SESSION['sessionuser_id']."' ");
$fetch_resultper = $db->fetch_array($sql_resultper);
?>
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF"><strong><span class="style6 style1">แบบฟอร์ม</span></strong></td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF"><span class="style2"> แผนพัฒนาตนเอง ( สำหรับครู )</span></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"><strong>ผลงาน </strong>ที่เกิดจากการปฏิบัติหน้าที่ในตำแหน่งปัจจุบัน ( ย้อนหลังไม่เกิน 2 ปี ) </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="2" cellpadding="3" style="line-height:24px;">
<tr>
<td align="left" nowrap="nowrap" bgcolor="#FFFFFF"></td>
</tr>
<tr >
<td align="left"><strong>1. ผลที่เกิดจากการจัดการเรียนรู้</strong> <span class="printstyle"><?php print $fetch_resultper['tb_result_performance1'];?></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td></td>
</tr>
<tr >
<td align="left"><strong>2. ผลที่เกิดจากการพัฒนาวิชาการ</strong> <span class="printstyle"><?php print $fetch_resultper['tb_result_performance2'];?></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td></td>
</tr>
<tr >
<td align="left"><strong>3. ผลที่เกิดกับผู้เรียน</strong> <span class="printstyle"><?php print $fetch_resultper['tb_result_performance3'];?></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td></td>
</tr>
<tr >
<td align="left"><strong>4. ผลที่เกิดกับสถานศึกษา</strong> <span class="printstyle"><?php print $fetch_resultper['tb_result_performance4'];?></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td></td>
</tr>
<tr >
<td align="left"><strong>5. ผลที่เกิดกับชุมชน</strong> <span class="printstyle"><?php print $fetch_resultper['tb_result_performance5'];?></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<?php
}else{
?>
<script language="javascript">window.location.href = 'login.php'</script>
<?php
}
?>