File Manager
Back to List
| Current Directory: ~/
Editing: add_schedule1_form.asp.bak
Full path: C:\ict\ICT\add_schedule1_form.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="connectdb.asp"--> <!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/ict.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>�к����ʹ�����͡�ú�����</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> <link href="bsri2006.css" rel="stylesheet" type="text/css"> <link href="image/favicon.ico" rel="shortcut icon" type="image/x-icon"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0"> <tr> <td colspan="2"><div align="right"><img src="Image/head1.gif" width="800" height="61"></div></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"><div align="right"><font size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong>| <a href="http://www.swu.ac.th" target=_blank>SWU</a> | <a href="http://bsri.swu.ac.th" target=_blank>BSRI</a> |<a href="chaPW.asp"><strong>Change Password</strong></a>|<a href="log_out.asp">Log Out </a></strong></font>|</div></td> </tr> <tr> <td width="20%" align="left" valign="top" bgcolor="#FFCCCC"><!-- InstanceBeginEditable name="EditRegion5" --><!--#include file="chk_menu.asp"--><!-- InstanceEndEditable --></td> <td width="77%" align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion3" --> <% '***************************************************************** session("tb_name")="course" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** if session("tb_edit") <> 1 then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <table width="100%" border="0" cellspacing="0"> <tr> <td width="892" align="left" valign="top"><div align="center"> <%if session("tb_edit") =2 then%> [<a href=index_schedule.asp>�ʴ������ŵ��ҧ���¹</a>] <%end if%> <br><br><div align="center"><strong> ���������ŵ��ҧ���¹ <form name="form1" method="post" action="add_schedule1.asp"> <table width="75%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><div align="right">���͡��������Ե</div></td><td> <select name="id_stugroup" style="font-size=16px"> <% mydate=date myyear=year(mydate) myyear=myyear+537 'type_c="4" set ors4=server.createobject("adodb.recordset") sql4="select * from student_group where id_begin_year> '"&myyear&"' and id_type_curri<>'4'" ors4.open sql4,Conn,1,3 ors4.movefirst if not ors4.eof then do while not ors4.eof 'aaaaa sqlc="select * from curriculum where id_curriculum='"&ors4("id_curriculum")&"'" set orsc=server.createobject("adodb.recordset") orsc.open sqlc,conn,1,3 if not orsc.eof then sqlt="select * from type_curriculum where id_type_curri='"&ors4("id_type_curri")&"' " set orst=server.createobject("adodb.recordset") orst.open sqlt,conn,1,3 if not orst.eof then response.write"<option value="&ors4("id_stugroup")&">"&orsc("curriculum_sum")&" "&orst("type_curri_th")&" ��� "&ors4("no_stugroup")&"</option>" end if end if ors4.movenext loop end if %> </select> </tr> <tr> <td><div align="right">�ա���֡��</div></td><td> <select name="id_academic_year" style="font-size=16px"> <% mydate=date myyear=year(mydate) yearbegin=myyear+538 myyear=myyear+543 'response.write "<tr><td>"&yearbegin&"</td></tr>" i=0 do while i<10 %> <option <% if yearbegin=myyear then %> value=<%=myyear%> selected <%else%> value=<%=yearbegin%> <%end if%>> <%=yearbegin%> </option> <%i=i+1 yearbegin=yearbegin+1 loop %> </select>�Ҥ <select name="id_academic_semeter" style="font-size=16px"> <% set ors_=server.createobject("adodb.recordset") sqlmark_="select * from academic_semeter" ors_.open sqlmark_,Conn,1,3 ors_.movefirst do while not ors_.eof response.write "<option value="&ors_("id_academic_semeter")&">"&ors_("academic_semeter")&"</option>" ors_.movenext loop %> </select> </tr> <tr> <td> </td><td><input type="submit" name="Submit" value="Submit" style="font-size=16px"> <input type="reset" name="Submit2" value="Reset" style="font-size=16px"></td></tr> </form> </div></td> </tr> </table> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� end if '���Է� %> </table> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif">Contact Admin:: wassanaw@swu.ac.th tel.02-649-5000 ext 17600</td> </tr> </table> </body> <!-- InstanceEnd --></html>