File Manager
Back to List
| Current Directory: ~/
Editing: culture_file_form.asp.bak
Full path: C:\ict\ICT\culture_file_form.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="research" 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" --> <link href="Templates/style.css" rel="stylesheet" type="text/css"> <!-- 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") session("id_project")=id sql="select * from culture_detail where id_project='"&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 bgcolor="#FFFFFF">�����ç���</td> <td bgcolor="#FFFFFF"><%=ors("id_project")%></td> </tr> <tr> <td width="152">�է�����ҳ</td> <td width="411"><%=ors("id_year")%></td> </tr> <tr> <td bgcolor="#FFFFFF">��</td> <td bgcolor="#FFFFFF"><%=ors("id_m")%> </td> </tr> <tr> <td>�����ç���</td> <td><%=ors("project_n")%></td> </tr> <tr> <td bgcolor="#FFFFCC">[<a href=culture_file_form.asp?id=<%=ors("id_project")%>>�͡���Ṻ</a>]</td> <td bgcolor="#FFFFCC"> <form action="culture_upload.asp" method="post" enctype="multipart/form-data" name="form3"> <input type="file" name="attach1"> <input name="����" type="submit" id="����" value="Submit"> </div> </form></td> </tr> <tr> <td>�ٻ�Ҿ�Ԩ����</td> <td> </td> </tr> </table> <% else response.write "no project" end if %> <p> </p> <p></p> <p></p> </div> <!-- InstanceEndEditable --></td> </tr> <tr> <td colspan="2" background="Image/bghead1.gif">Contact Admin:: wassanaw@swu.ac.th tel.02-649-5000 ext 7647 </td> </tr> </table> </body> <!-- InstanceEnd --></html>