File Manager
Back to List
| Current Directory: ~/
Editing: detail_aw.asp.bak
Full path: C:\ict\ICT\detail_aw.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<%response.cachecontrol="private"%> <!--#INCLUDE FILE="ConnectDB.asp"--> <!--#include file="chk_login.asp"--> <% pern=session("username") per="2" tb="lecturer" sqlnc="select * from tb_permission where id_staff='"&pern&"' and tb_edit='"&per&"' and tb_name='"&tb&"'" set orsnc=server.createobject("adodb.recordset") orsnc.open sqlnc,conn,1,3 ' if not orsnc.eof then %> <!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"> </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">SWU</a> | <a href="http://bsri.swu.ac.th">BSRI</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" --> <div align="center"> <p><strong>�ŧҹ�ҧ�Ԫҡ��</strong> <% id=request("id") sql="select * from academic_work where id_aw='"&id&"'" set ors=server.createobject("adodb.recordset") ors.open sql,conn,1,3 if not ors.eof then %> </p> <table width="100%" border="1" cellspacing="0" bgcolor="#99ccff"> <tr> <td>�����Ҩ����</td> <td><%=ors("id_staff")%></td> </tr> <tr> <td bgcolor="#FFFFFF">�� �բͧ�ŧҹ</td> <td bgcolor="#FFFFFF"><%=ors("month_aw")%>/<%=ors("year_aw")%></td> </tr> <tr> <td width="152">�������ŧҹ</td> <td width="411"><%'=ors("type_aw")%> <% sqlt="select * from type_academicw where id_typeaw='"&ors("type_aw")&"'" set orst=server.CreateObject("adodb.recordset") orst.open sqlt,conn,1,3 if not orst.eof then response.write orst("type_aw") end if %> </td> </tr> <tr> <td bgcolor="#FFFFFF">���ͼŧҹ</td> <td bgcolor="#FFFFFF"><%=ors("title_aw")%></td> </tr> <tr> <td bgcolor="#FFFFFF">��������´</td> <td bgcolor="#FFFFFF"><%=ors("name_aw")%></td> </tr> </table> <% 'if not orsnc.eof then %> [<a href="edit_aw_form.asp?id=<%=ors("id_aw")%>">Edit</a>] [<a href=del_aw.asp?id=<%=ors("id_aw")%> onClick="return confirm('�س��ͧ���ź?');">Del</a>] <%'end if end if%> <p> </p> <p> </p> <p> </p> <p></p> <p></p> </div> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif"> </td> </tr> </table> </body> <!-- InstanceEnd --></html>