| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/domains/technicrayong.ac.th/public_html/old-website/jivec58/ |
Upload File : |
<?php
session_start();
$_SESSION["osj_name"] = "no";
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>สิ่งประดิษฐ์ของคนรุ่นใหม่</title>
<style type="text/css">
.FontTahoma {font-family: Tahoma, Geneva, sans-serif;
}
</style>
<script language="javascript">
function fncSubmit()
{
if(document.form1.selectvec.value == "")
{
alert('กรุณาเลือกชื่อ อศจ.');
document.form1.selectvec.focus();
return false;
}
if(document.form1.passvec.value == "")
{
alert('กรุณาป้อนรหัสผ่าน');
document.form1.passvec.focus();
return false;
}
document.form1.submit();
}
</script>
</head>
<body bgcolor="#FFCC66">
<form name="form1" id="form1" method="post" action="checklogin.php" onSubmit="JavaScript:return fncSubmit();">
<table border="0" align="center" cellpadding="0" cellspacing="0" width="1000">
<tr class="FontTahoma">
<td><br><table border="0" align="center" cellpadding="0" cellspacing="0" width="1000">
<tr>
<td align="center" ><img src="vec_logo.png" width="170" height="169"></td>
<td><div align="center">
<br>
<h2>ระบบบันทึกข้อมูลสิ่งประดิษฐ์อาชีวศึกษา<br>
เขตภาคตะวันออกและกรุงเทพมหานคร<br>
ปีการศึกษา 2558
</h2><br>
</div></td>
<td align="center"><img src="inventor_logo.png" width="170" height="169"></td>
</tr>
<?php
require_once("config.php");
$sql = "select * from province";
$result = mysql_query($sql) or die ("คำสั่ง sql ผิด");
?>
<tr>
<td> </td>
<td><table width="80%" border="1" align="center">
<tr>
<td><p align="center"><strong>ประกาศ</strong><br>
</p>
<p><strong>ขอให้</strong></p>
<p>1. ให้อศจ. แต่ละจังหวัดตรวจสอบ และกรอกข้อมูลสิ่งประดิษฐ์ที่ส่งเข้าประกวดระดับ อศจ. ให้ครบทุกชิ้น ทุกประเภท<br>
2. ให้อศจ. ส่งผลการประกวดมายัง "<strong>ประธานบริหารจัดการนวัตกรรมและเทคโนโลยีอาชีวศึกษา ระดับภาค ภาคตะวันออกและกรุงเทพมหานคร</strong>" โดยส่งผ่านระบบสารบรรณอิเล็กทรอนิกส์ มายังวิทยาลัยเทคนิคระยอง<br>
3.
ทางผู้ดูแลระบบบันทึกข้อมูลสิ่งประดิษฐ์ จะทำการคัดรายชื่อผลงานที่ชนะและต้องแข่งขันต่อในระดับภาค ไปใช้ต่อโดยที่ไม่จำเป็นต้องกรอกข้อมูลดังกล่าวใหม่ และจะแจ้งให้ตรวจสอบและแก้ไขข้อมูลอีกครั้ง<br>
4. กรณีมีข้อสงสัยและต้องการติดต่อผู้ดูแลระบบ สามารถติดต่อได้ที่ อ.ปริญญา โทร 0811660069 e-mail prinya.c@gmail.com</p>
<p align="right">19/พ.ย./2558</p></td>
</tr>
</table>
<p> </p>
<table border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>กรุณาเลือกชื่อ อศจ. </td>
<td><select name="select_osj" id="select_osj">
<option value="">==================</option>
<?php
while ($row = mysql_fetch_array($result))
{
?>
<option value="<?php echo $row["province_id"]; ?>"><?php echo $row["osj_name"]; ?></option>
<?php
}
?>
</select></td>
</tr>
<tr>
<td>กรุณาป้อนรหัสผ่าน</td>
<td><input name="osj_password" type="password" id="osj_password" size="8" maxlength="8"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="button" id="button" value="Submit">
<input type="reset" name="button2" id="button2" value="Reset"></td>
</tr>
</table>
<p> </p></td>
<td> </td>
</tr>
</table>
</table>
</form>
</body>
</html>