File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/eform
Editing: eform/index_staff.asp.bak
Full path: C:\ict\ICT\eform\index_staff.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Download Form Center of BSRI</title> <!-- InstanceEndEditable --> <style type="text/css"> <!-- .style1 {font-size: 12px} .style2 {color: #990000} .style3 {color: #330000} .style4 {color: #660000} --> </style> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" align="center" cellspacing="0"> <tr> <td><div align="left"><img src="head.gif" width="480" height="126" />[<a href="http://www.swu.ac.th" class="style4">SWU</a>] [<a href="http://bsri.swu.ac.th" class="style3">BSRI</a>] [<a href="http://bsris.swu.ac.th" class="style2">ICT</a>] [<a href="http://bsris.swu.ac.th/log_out.asp" class="style2">LogOut</a>]</div></td> </tr> <tr> <td><div align="center"> <hr /> </div></td> </tr> <tr> <td><div align="center"><!-- InstanceBeginEditable name="EditRegion1" --> <div align="center"><span class="style1"><a href="http://bsris.swu.ac.th/eform/add_form.asp">Ẻ����� Download</a> <br /> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</span><br /> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="8%" bgcolor="#003366"><div align="center" class="style3">�ӴѺ���</div></td> <td width="30%" bgcolor="#003366"><div align="center" class="style3">�����͡���</div></td> <td width="30%" bgcolor="#003366"><div align="center" class="style3">��Ժ��</div></td> <td width="10%" bgcolor="#003366"><div align="center" class="style3">Download </div></td> <td width="14%" bgcolor="#003366"><div align="center" class="style3">�ѹ �� �� </div></td> <%pern=session("username") if pern<>"" then %> <td width="16%" bgcolor="#003366"><div align="center" class="style3">[<a href=add_form.asp>Action </a>]</div></td> <%end if%> </tr> <% sqlall="select * from group_form where id_group <> 6 order by id_group 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 colspan=6 bgcolor=#FFFFCC><div align=left>"&orsall("group_name") sqlform="select * from eform where id_group='"&orsall("id_group")&"'" set orsform=server.createobject("adodb.recordset") orsform.open sqlform,conn,1,3 if not orsform.eof then orsform.movefirst iii=0 do while not orsform.eof idcolor="#effcff" iiii=iii mod 2 if iiii=0 then idcolor="#ffffff" end if response.write "<tr bgcolor="&idcolor&">" response.write "<td><div align=center>"&orsform("id_form") if pern<>"" then response.write "<td><div align=left><a href=detail_form.asp?id="&orsform("id_form")&">"&orsform("form_name")&"</a>" else response.write "<td><div align=left>"&orsform("form_name") end if response.write "<td><div align=left>-"&orsform("detail_form") response.write "<td><div align=center>[<a href=fileform/"&orsform("filename")&">"&orsform("filename")&"</a>]" response.write "<td><div align=left>"&orsform("date_mo") if pern<>"" then response.write "<td><div align=center>[<a href=edit_form.asp?id="&orsform("id_form")&">Edit</a>]" %> [<a href=del_form.asp?id=<%=orsform("id_form")%> onClick="return confirm('�س��ͧ���ź?');">Del</a>] <% end if orsform.movenext iii=iii+1 loop else response.write "<tr><td><td colspan=4><div align=left>-" end if orsall.movenext loop else response.write "<tr><td colspan=4>" end if %> <tr> <td bgcolor="#003366"> </td> <td bgcolor="#003366"> </td> <td bgcolor="#003366"> </td> <td bgcolor="#003366"> </td> <td bgcolor="#003366"> </td> </tr> </table> </div> <style type="text/css"> <!-- .style1 {color: #990000} .style3 {color: #99ccFF; } --> </style> <!-- InstanceEndEditable --></div></td> </tr> <tr> <td bgcolor="#FFFFCC"><div align="center" class="style1">ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ����Է�������չ��Թ�����ò<br /> 114 �آ���Է 23 �Ѳ�� ��� 10110 <br /> 02-649-5000#7600,7647<br /> 02-258-4482</div></td> </tr> </table> </body> <!-- InstanceEnd --></html>