File Manager
Back to List
| Current Directory: ~/
Editing: input_detail_cur_sp_form.asp.bak
Full path: C:\ict\ICT\input_detail_cur_sp_form.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="connectdb.asp"--> <script language="javascript"> function doSubmit() { if( document.form1.category_group.value == "" ) { alert("��س����͡��Ǵ��л�����") document.form1.category_group.focus() return false; } } </script> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> ��ѡ�ٵ� </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <META http-equiv=Content-Type content="text/html; charset=windows-874"> <STYLE>UNKNOWN { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px } BODY { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } P { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } DIV { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } SPAN { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } TH { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } TD { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } A { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } DD { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } DL { FONT-SIZE: 14px; FONT-FAMILY: "MS Sans Serif"; TEXT-DECORATION: none } A:link { COLOR: #000000; TEXT-DECORATION: none } A:visited { COLOR: #000000; TEXT-DECORATION: none } A:active { COLOR: #000000; TEXT-DECORATION: none } A:hover { COLOR: #FF3300; TEXT-DECORATION: underline } </STYLE> </HEAD> <BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <form name="form1" method="post" action="add_detail_curri.asp"> <table width="100%" border="0" cellspacing="0"> <tr> <td colspan="3"> <!--#INCLUDE FILE="head.htm"--> </td> </tr> <tr> <td width="17" valign="top" bgcolor="#F4F3F3"> <!--#INCLUDE FILE="menuacademic.htm"--> </td> <td width="892" align="left" valign="top"><div align="center">[ <a href="add_curri_form.asp">+������ѡ�ٵ�+</a>]<br><strong>��͡��������´Ἱ������¹<br><br> <table align=center> <tr> <% id_curriculum_manage=request("id_curriculum_manage") session("id_curriculum_manage")=id_curriculum_manage sqlall="select * from curriculum_manage where id_curriculum_manage='"&id_curriculum_manage&"'" set orsall=server.createobject("adodb.recordset") orsall.open sqlall,conn,1,3 'if not orsall.eof then 'orsall.movefirst 'do while not orsall.eof id_curriculum=orsall("id_curriculum") sql_o_po="select * from curriculum where id_curriculum='"&id_curriculum&"'" set ors_o_po=server.createobject("adodb.recordset") ors_o_po.open sql_o_po,conn,1,3 response.write "<tr><td>"&id_curriculum_manage&"�дѺ"&ors_o_po("curriculum_full")&"</td>" response.write "<td>Ẻ" id_type_curr=orsall("id_type_curri") set ors_tc=server.createobject("adodb.recordset") sqlmark_tc="select * from type_curriculum where id_type_curri='"&id_type_curr&"'" ors_tc.open sqlmark_tc,Conn,1,3 response.write ors_tc("type_curri_th")&"</td>" id_edu_bg=orsall("id_edu_bg") sql_pre="select * from education_bg where id_edu_bg='"&id_edu_bg&"'" set ors_pre=server.createobject("adodb.recordset") ors_pre.open sql_pre,conn,1,3 response.write "<td>�زԡ���֡��"&ors_pre("edu_th_full")&"</td>" id_major=orsall("id_major") sql_sta="select * from major where id_major='"&id_major&"'" set ors_sta=server.createobject("adodb.recordset") ors_sta.open sql_sta,conn,1,3 response.write "<td>�Ң�"&ors_sta("major_th")&"</td></tr>" sql_a="select * from category_course" set ors_a=server.createobject("adodb.recordset") ors_a.open sql_a,conn,1,3 if not ors_a.eof then ors_a.movefirst do while not ors_a.eof response.write "<tr><td colspan=3>-"&ors_a("category_group")&""&ors_a("category_group_name")&" �Ԫ�"&ors_a("category")&" </td><td> [ <a href=choose_category.asp?id_curriculum_manage="&id_curriculum_manage&"&id_category="&ors_a("id_category")&"> ��������Ԫ�</a> ]</td></tr>" 'sql_sl="select * from course_category where id_category='"&ors_a("id_category")&"'" ' set ors_sl=server.createobject("adodb.recordset") ' ors_sl.open sql_sl,conn,1,3 ' if not ors_sl.eof then ' ors_sl.movefirst ' do while not ors_sl.eof ' response.write "<tr><td></td><td colspan=3>"&ors_sl("id_course")&"</td></tr>" ' ors_sl.movenext ' loop ' else ' response.write "<tr><td></td><td colspan=3>No Course In This Category</td></tr>" ' end if ''response.write "<td>[<a href=choose_course_form.asp?id_category="&orsall("id_category")&">��������Ԫ�</a>]</td></tr>" ors_a.movenext loop else response.write "No Course" end if response.write "<tr><td colspan=4><textarea name=detail_studyplan cols=60 rows = 4></textarea></td></tr>" 'response.write "> 'orsall.movenext 'loop conn.close 'else 'response.write "No Curriculum" 'end if %> <tr><td> <input type=submit name=Submit value=�ѹ�֡ onmousedown='doSubmit();'> </td></tr> </tr> </table> </div></td> <td width="143" align="left" valign="top" background="menu_6.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"><strong></strong></div></td> </tr> <tr> <td><!--#include file = "menucurriculum.htm"--></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> </table> <br> </td> </tr> <tr > <td colspan="3" background="bghead1.gif"> </td> </tr> <tr> <td colspan="3"> </td> </tr> <tr> <td><font color="#FF3300"> </font></td> <td> </td> <td> </td> </tr> </table> </BODY> </HTML>