File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/eform
Editing: eform/detail_form.asp
Full path: C:\ict\ICT\eform\detail_form.asp
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>�͡���</title> <!-- InstanceEndEditable --> <style type="text/css"> <!-- .style1 {font-size: 12px} .style2 {color: #990000} .style3 {color: #330000} .style4 {color: #660000} --> </style> <!-- InstanceBeginEditable name="head" --> <style type="text/css"> <!-- .style5 {color: #FFFFFF} --> </style> <!-- 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" --> <% id=request("id") session("idform")=id 'if id="" then 'id=session("idform") 'end if pern=session("username") sqlshow="select * from eform where id_form="&id&"" set orsshow=server.CreateObject("adodb.recordset") orsshow.open sqlshow,conn,1,3 if not orsshow.eof then 'response.write id %> <table width="50%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" bgcolor="#660000"><div align="center" class="style2"><a href="http://bsris.swu.ac.th/eform/index.asp" class="style5">��������´������͡���</a></div></td> </tr> <tr> <td width="26%">�����͡���</td> <td width="74%"><%=orsshow("id_form")%></td> </tr> <tr> <td>��������͡���</td> <td><%=orsshow("form_name")%></td> </tr> <tr> <td>������� � �͡���</td> <td><%=orsshow("detail_form")%></td> </tr> <tr> <td>���Ե�дѺ</td> <td><% id_group=orsshow("id_group") set orscr=server.createobject("adodb.recordset") sqlcr="select * from group_form where id_group="&id_group&"" orscr.open sqlcr,Conn,1,3 if not orscr.eof then response.write orscr("group_name") end if %></td> </tr> <tr> <td>[<a href="upload_form.asp?id=<%=id%>">�͡���</a>]</td> <% showd=orsshow("filename") response.write showd if showd <>"" then %> <td>[<a href=fileform/<%=orsshow("filename")%> target=_blank><%=orsshow("filename")%></a>] <%if pern<>"" then ' %>[<a href=save_filename_eform.asp?id=<%=id%> onClick="return confirm('�س��ͧ���ź�����?');">Remove</a>] <% end if end if%></td> </tr> <tr> <td colspan="2" bgcolor="#660000"><div align="center" class="style2">[<a href="index.asp" class="style4">�����������</a>][<a href="add_form.asp" class="style3">����</a>][<a href="edit_form.asp?id=<%=id%>">���</a>] [<a href=del_form.asp?id=<%=id%> onClick="return confirm('�س��ͧ���ź?');">ź</a>]</div></td> </tr> </table> <%end if%> <style type="text/css"> <!-- .style2 {color: #cc9933} .style3 {color: #FF9900} .style4 {color: #CC9900} --> </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>