403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/myschool/triamudom/check/id-plan/display_user_development_popup.php
<?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']; 

$tb_user_develop_id = $_REQUEST['tb_user_develop_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"  type="text/javascript" src="js/calendar.js"></script>
<script language="JavaScript"  type="text/javascript" src="js/loadcalendar.js"></script>
<script language="JavaScript"  type="text/javascript" src="js/calendar-en.js"></script>
<link  href="css/style_calendar.css"rel="stylesheet" type="text/css">
<SCRIPT type="text/javascript" src="../include/souc_java.js"></SCRIPT>
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
-->
</style>
</head>

<body>
<table width="100%" border="0" cellspacing="3" cellpadding="3">
  <tr>
    <td align="center"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td valign="top" bgcolor="#FFFFFF"><fieldset style="border-color:#03b4fe">
            <legend>
            <div align="left"><strong>รายละเอียดการพัฒนาตนเอง (สำหรับครู)</strong></div>
            </legend>
            <table width="100%" border="0" cellspacing="2" cellpadding="5">
			<?php
				  	$sql_diswork = $db->query("select * from tb_user_develops where tb_user_develop_id ='".$tb_user_develop_id."' ");
					$fetch_diswork=$db->fetch_array($sql_diswork);
			?>
              <tr>
                <td width="24%" align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><strong>สมรรถนะ : </strong></td>
                <td width="76%" align="left" nowrap="nowrap" bgcolor="#FFFFFF"><?php echo $disp->display_performancename($fetch_diswork['tb_performance_id']);?></td>
              </tr>
              <tr>
                <td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><strong>หมวดหมู่สมรรถนะ : </strong></td>
                <td align="left" nowrap="nowrap" bgcolor="#FFFFFF"><?php echo $disp->display_performancegroupname($fetch_diswork['tb_performance_group_id']);?></td>
              </tr>
              <tr>
                <td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><strong>รายละเอียดสมรรถนะ : </strong></td>
                <td align="left" nowrap="nowrap" bgcolor="#FFFFFF"><?php echo $disp->display_performancedetailname($fetch_diswork['tb_performance_detail_id']);?></td>
              </tr>
              <tr>
                <td align="right" nowrap="nowrap" bgcolor="#FFFFFF"><strong>ระยะเวลาในการพัฒนา  : </strong></td>
                <td align="left" nowrap="nowrap" bgcolor="#FFFFFF"><strong>เริ่มต้น : </strong><?php print display_date($fetch_diswork['tb_user_develop_datestart'],"shortthai")?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>สิ้นสุด  :</strong> <?php print display_date($fetch_diswork['tb_user_develop_dateend'],"shortthai")?></td>
              </tr>
              <tr>
                <td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><strong>วิธีการ / รูปแบบการพัฒนา  : </strong></td>
                <td align="left" valign="top" bgcolor="#FFFFFF"><?php print $fetch_diswork['tb_user_develop_method'];?></td>
              </tr>
              <tr>
                <td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><strong>การขอรับการสนับสนุนจากหน่วยงาน : </strong></td>
                <td align="left" valign="top" bgcolor="#FFFFFF"><?php print $fetch_diswork['tb_user_develop_support'];?></td>
              </tr>
              <tr>
                <td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF"><strong>ประโยชน์ที่คาดว่าจะได้รับ : </strong></td>
                <td align="left" valign="top" bgcolor="#FFFFFF"><?php print $fetch_diswork['tb_user_develop_benefit'];?></td>
              </tr>
            </table>
          </fieldset></td>
        </tr>
        <tr>
          <td align="center" valign="top" bgcolor="#FFFFFF">&nbsp;</td>
        </tr>
        <tr>
          <td align="center" valign="top" bgcolor="#FFFFFF"><input name="Button" type="button" value=" ปิดหน้านี้ " onClick="window.close();"></td>
        </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit