| Server IP : 172.67.187.206 / Your IP : 172.71.28.156 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'] !=''){
//--------------------ส่วนบนใช้สำหรับประกาศตัวแปรและ Config เท่านั้น----------------------------//
?>
<!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 rel="stylesheet" href="images/cbcscbmenu.css" type="text/css" />
<link href="css/default.CSS" rel="stylesheet" type="text/css" />
<script language="JavaScript" src="js/salary.js"></script>
<script language="JavaScript" src="js/idformat.js"></script>
<style type="text/css">
<!--
.style1 {font-size: 16px}
body,td,th {
font-size: 14px;
}
.style2 {color: #FF0000}
-->
</style>
</head>
<body>
<table width="988" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="200" valign="top" bgcolor="#3882F6"><?php include("header.php");?></td>
</tr>
<tr>
<td height="100%" align="center" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="100%" align="center" valign="top"> </td>
<td width="1" align="center" valign="top" background="images/hdot.gif"></td>
<td align="left" valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="230" height="100%" align="center" valign="top"><?php include('com_left.php');?></td>
<td width="1" align="center" valign="top" background="images/hdot.gif"></td>
<td width="757" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td><a href="display_main.php"><img src="images/ebbtcbmenu1_0.gif" width="81" height="26" border="0" align="absmiddle" /></a> <a href="print_user_plan.php" target="_blank"><img src="images/ebbtcbmenu7_0.gif" width="104" height="26" border="0" align="absmiddle" /></a></td>
</tr>
</table>
<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="style1">แบบฟอร์ม</span></strong></td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF"><strong> แผนพัฒนาตนเอง ( สำหรับครู )</strong></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"><strong>ตารางสรุปแผนพัฒนาตนเอง</strong></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#666666" style="line-height:24px;">
<tr>
<td rowspan="2" align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>อันดับ<br />
ความสำคัญ</strong></td>
<td rowspan="2" align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>สมรรถนะที่จะพัฒนา</strong></td>
<td rowspan="2" align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>วิธีการ/รูปแบบการพัฒนา</strong></td>
<td colspan="2" align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>ระยะเวลาในการพัฒนา</strong></td>
<td rowspan="2" align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>การขอรับการสนับสนุน<br />
จากหน่วยงาน</strong></td>
<td rowspan="2" align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>ประโยชน์ที่คาดว่า<br />
จะได้รับ</strong></td>
</tr>
<tr>
<td align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>เริ่มต้น</strong></td>
<td align="center" valign="middle" nowrap="NOWRAP" bgcolor="#CCCCCC"><strong>สิ้นสุด</strong></td>
</tr>
<?php
$sql_diswork = $db->query("select * from tb_user_develops where tb_teacher_id ='".$_SESSION['sessionuser_id']."' order by tb_performance_id,tb_performance_group_id,tb_performance_detail_id asc ");
$num_diswork = $db->num_rows($sql_diswork);
if($num_diswork>0){
$i=1;
while($fetch_diswork=$db->fetch_array($sql_diswork)){
?>
<tr>
<td align="center" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><?php print $i;?>.</td>
<td valign="top" bgcolor="#FFFFFF"><?php echo $disp->display_performancename($fetch_diswork['tb_performance_id']);?> > <?php echo $disp->display_performancegroupname($fetch_diswork['tb_performance_group_id']);?> > <?php echo $disp->display_performancedetailname($fetch_diswork['tb_performance_detail_id']);?></td>
<td valign="top" bgcolor="#FFFFFF"><?php print $fetch_diswork['tb_user_develop_method'];?></td>
<td align="center" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><?php print display_date($fetch_diswork['tb_user_develop_datestart'],"shortthai")?></td>
<td align="center" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><?php print display_date($fetch_diswork['tb_user_develop_dateend'],"shortthai")?></td>
<td valign="top" bgcolor="#FFFFFF"><?php print $fetch_diswork['tb_user_develop_support'];?></td>
<td valign="top" bgcolor="#FFFFFF"><?php print $fetch_diswork['tb_user_develop_benefit'];?></td>
</tr>
<?php $i++;
}
}else{?>
<tr>
<td colspan="7" align="center" bgcolor="#FFFFFF"><span class="style2">ยังไม่มีข้อมูล</span></td>
</tr>
<?php }
?>
</table></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="2" cellspacing="2" style="line-height:24px;">
<tr>
<td> </td>
<td align="right" nowrap="nowrap">ความเห็นของผู้บังคับบัญชา...................................................</td>
</tr>
<tr>
<td> </td>
<td align="right">....................................................................................</td>
</tr>
<tr>
<td width="50%" align="center">ลงชื่อ.................................................................</td>
<td width="50%" align="right">ลงชื่อ................................................................</td>
</tr>
<tr>
<td align="center">(<span class="printstyle"> <?php print $_SESSION['sessionuser_name'];?> <?php print $_SESSION['sessionuser_sername'];?> </span>)</td>
<td align="right">(............................................................)</td>
</tr>
<tr>
<td align="center">ผู้จัดทำแผนพัฒนาตนเอง</td>
<td align="right">ตำแหน่ง.............................................................. </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="100%" align="center" valign="top"> </td>
<td width="1" align="center" valign="top" background="images/hdot.gif"></td>
<td align="center" valign="top" bgcolor="#FFFFFF"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="50" valign="bottom"><?php include("footer.php");?></td>
</tr>
</table>
</body>
</html>
<?php
}else{
?>
<script language="javascript">window.location.href = 'login.php'</script>
<?php
}
?>