| Server IP : 104.21.80.248 / 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();
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 rel="stylesheet" href="images/cbcscbmenu.css" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="css/default.CSS" rel="stylesheet" type="text/css" />
<script language="javascript">
function chknull(c){
if(c.user_login.value==''){
alert('กรุณากรอก ชื่อผู้ใช้งาน');
c.user_login.focus();
return false;
}
if(c.pass_login.value==''){
alert('กรุณากรอก รหัสผ่าน');
c.pass_login.focus();
return false;
}
}
</script>
</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="middle" 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="center" 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" align="center" valign="middle" bgcolor="#FFFFFF"><table width="300" height="208" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td><img src="images/img_login_plan_01.jpg" width="21" height="25" alt="" /></td>
<td><img src="images/img_login_plan_02.jpg" width="257" height="25" alt="" /></td>
<td><img src="images/img_login_plan_03.jpg" width="22" height="25" alt="" /></td>
</tr>
<tr>
<td><img src="images/img_login_plan_04.jpg" width="21" height="150" alt="" /></td>
<td align="center" background="images/img_login_plan_05.jpg"><form action="chklogin.php" method="post" name="form1" id="form1" onsubmit="return chknull(this);">
<table width="100%" border="0" cellpadding="2" cellspacing="2">
<tr>
<td align="center" nowrap="nowrap" ><div align="right"><strong><img src="images/username.png" width="20" height="20" align="absmiddle" /> ชื่อผู้ใช้งาน : </strong></div></td>
<td width="68%" align="left" nowrap="nowrap"><input name="user_login" type="text" class="rowone" id="user_login" size="15" /></td>
</tr>
<tr>
<td align="center" nowrap="nowrap" ><div align="right"><strong><img src="images/password.png" width="20" height="20" align="absmiddle" /> รหัสผ่าน : </strong></div></td>
<td align="left" nowrap="nowrap"><input name="pass_login" type="password" class="rowone" id="pass_login" size="15" /></td>
</tr>
<tr>
<td nowrap="nowrap"> </td>
<td align="left" nowrap="nowrap"><label>
<input name="Submit" type="submit" class="textbox" value=" เข้าสู่ระบบ " />
<input name="Submit2" type="reset" class="textbox" value="เคลียร์" />
</label></td>
</tr>
</table>
</form></td>
<td><img src="images/img_login_plan_06.jpg" width="22" height="150" alt="" /></td>
</tr>
<tr>
<td><img src="images/img_login_plan_07.jpg" width="21" height="33" alt="" /></td>
<td><img src="images/img_login_plan_08.jpg" width="257" height="33" alt="" /></td>
<td><img src="images/img_login_plan_09.jpg" width="22" height="33" alt="" /></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 = 'display_main.php'</script>
<?php
}
?>