File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/eform
Editing: eform/detail_form.asp.bak
Full path: C:\ict\ICT\eform\detail_form.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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>�����͡������ʹ�ǹ���Ŵ</title> <style type="text/css"> <!-- .style2 {color: #cc9933} .style3 {color: #FF9900} .style4 {color: #CC9900} --> </style> </head> <body> <% 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">��������´������͡���</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") if showd <>"" then %> <td>[<a href=fileform/<%=orsshow("filename")%> target=_blank><%=orsshow("filename")%></a>] <%if pern<>"" then 'response.write showd %>[<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%> </body> </html>