File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/edit_project_form.asp
Full path: C:\ict\ICT\finance\edit_project_form.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="ConnectDB.asp"--> <!--#include file="chklogin.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 { color: #FFFFFF; font-weight: bold; } --> </style> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body> <table width="100%" border="1" cellspacing="0" bordercolor="#990000"> <tr> <td colspan="2" bgcolor="#9900FF"><div align="right" class="style1">��§ҹ��������<br /> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</div></td> </tr> <tr> <td width="12%" align="left" valign="top"><table width="144" border="0" cellspacing="0"> <tr> <td width="134" bgcolor="#CCCCCC"><a href="index.asp">˹���á</a></td> </tr> <tr> <td><a href="index_paysub_sub.asp">��������</a></td> </tr> <tr> <td bgcolor="#CCCCCC"><a href="index_paysub.asp">��Ǵ��¨���</a></td> </tr> <tr> <td><a href="index_paymain.asp">��</a></td> </tr> <tr> <td></td> </tr> <tr> <td bgcolor="#CCCCCC"><a href="index_plan_budget.asp">Ἱ������ҳ</a></td> </tr> <tr> <td bgcolor="#FFFFFF"><a href="index_outcome.asp">�ż�Ե</a></td> </tr> <tr> <td bgcolor="#CCCCCC"><a href="report_paymain.asp">��§ҹ</a></td> </tr> <tr> <td><a href="log_out.asp">Log Out</a> </td> </tr> </table></td> <td align="left" valign="top"><!-- InstanceBeginEditable name="EditRegion1" --> <table width="100%" border="0"> <% ypay=request.Form("ypay") id_budget_type=request.Form("id_budget_type") if ypay="" or id_budget_type="" then ypay=session("ypay") id_budget_type=session("id_budget_type") if id_budget_type="" then response.write "�س�ѧ��������͡�է�����ҳ���!!!!" %> <meta http-equiv="refresh" content ="2;url=index.asp"> <% end if end if session("ypay")=ypay session("id_budget_type")=id_budget_type %> <tr> <td colspan="2"><div align="center">�ѹ�֡��¨���<strong>�ç���</strong><br /> �ͧ�Թ������ҳ...<%=id_budget_type%><% ' response.write id_budget_type sqlbt="select * from type_budget where id_budget_type ="&id_budget_type&"" set orsbt=server.createobject("adodb.recordset") ' response.write sqlbt ' response.write id_budget_type orsbt.open sqlbt,conn,1,3 if not orsbt.eof then response.write orsbt("n_budget_type") ' response.write id_budget_type end if %><br /> ��Шӻէ�����ҳ[<a href=index_pay_budget.asp><%=ypay%></a>]</div></td> </tr> <tr> <td colspan="2"><form action="save_edit_project.asp" method="post"> <table width="100%" border="0" bgcolor="#FFFFCC"> <tr> <td width="14%" bgcolor="#CCCCCC"><div align="center">�����ç���</div></td> <td width="52%" bgcolor="#CCCCCC"><div align="center">�����ç���</div></td> <td width="34%" colspan="4" bgcolor="#CCCCCC"><div align="center">������ҳ������Ѻ</div></td> </tr> <tr> <% id_project=request("id") sql="select * from project where id_project='"&id_project&"'" set ors=server.CreateObject("adodb.recordset") ors.open sql,conn,1,3 if not ors.eof then %> <td><input name="id" type="text" id="id" value=<%=id_project%> readonly="readonly" /> </td> <td><textarea name="n" cols="80" rows="3"><%=ors("n_project")%></textarea></td> <td colspan="4"><input type="text" name="b" value=<%=ors("b_project")%> onkeypress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;' /> �ҷ</td> <% end if %> </tr> <tr> <td colspan="3"><label> <div align="center"> <input name="�����ç���" type="submit" id="�����ç���" value="Submit" /> </div> </label></td> </tr> <tr> <td colspan="3"><br /></td> </tr> </table> </form> </td> </tr> </table> <p> </p> <p> </p> <!-- InstanceEndEditable --></td> </tr> </table> </body> <!-- InstanceEnd --></html>