File Manager
Back to List
| Current Directory: ~/
Editing: culture_all.asp.bak
Full path: C:\ict\ICT\culture_all.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")="culture_detail" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** ' if session("tb_preview") <> 1 or session("id_lecturer1") = id_lecturer then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <table width="100%" border="0" cellspacing="0"> <tr> <td colspan="3"> </td> </tr> <tr> <td width="892" align="left" valign="top"><div align="center"><font size=2><strong> �������ç��÷�����<br> <br> <table border="0"> <tr> <td><strong>�����ç���</td> <td><div align=center><strong>�է�����ҳ</td> <td><strong>��</td><td><strong>�����ç���</td><td><strong>�͡����ç���</td><td><strong>�Ҿ�Ԩ����</td><td><strong>�Ҿ�Ԩ�����������</td><td><strong>Action</td></div> </tr> <% ' if session("tb_edit")=2 then '<td><div align=center><strong>����ѵ���ǹ���</td><td><strong>����ѵԡ���֡��<td><strong> ���˹觷ҧ������<td><strong> �ҹ�Ԩ�� %> <%'end if%> </tr> <%'sqlall="select * from culture_detail where statusdel='1' order by name_lec" sqlall="select * from culture_detail order by id_project desc" set orsall=server.createobject("adodb.recordset") orsall.open sqlall,conn,1,3 if not orsall.eof then orsall.movefirst do while not orsall.eof response.write "<tr><td>[<a href=culture_detail.asp?id="&orsall("id_project")&">"&orsall("id_project")&"</a>]</td><td>"&orsall("id_year")&" </td><td>"&orsall("id_m")&"</td><td>"&orsall("project_n")&"</td><td>[<a href=culture/file/"&orsall("file_n")&">"&orsall("file_n")&"</a>]</td>" response.write "<td>[<a href=culture_pic.asp?id_project="&orsall("id_project")&">�Ҿ</a>]" if orsall("picture_link")= "0" then else response.write "<td>[<a href="&orsall("picture_link")&">�Ҿ�������</a>]" end if response.write "</tr>" 'end if orsall.movenext loop else response.write "<tr><td colspan=7>No project</td></tr>" end if %> </table></div> <% 'else '���Է� 'response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" 'response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� 'end if '���Է� %> </td> </tr> <tr> <td colspan="3"></td> </tr> </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>