File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/edit_budget_form.asp
Full path: C:\ict\ICT\finance\edit_budget_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" --> <style type="text/css"> <!-- .style2 { color: #990000; font-weight: bold; } --> </style> <!-- 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" --> <p align="left"><strong>�Թ�յ��Ѻ</strong> �س <% username=session("username") 'password=request.form("password") response.write username %> </p> <p align="center" class="style2"> ��䢢������Թ������ҳ������������Ѻ�Ѵ���</p> <form id="form1" name="form1" method="post" action="save_edit_budget.asp"> <label></label> <br /> <table width="50%" border="0" align="center" bgcolor="#FFFFCC"> <tr> <td><div align="right">�է�����ҳ</div></td> <% idyear=request("idyear") id_budget_type=request("id_budget_type") 'budgetall=request("budgetall") %><td><input type="text" name="idyear" value=<%=idyear%> readonly /></td> </tr> <tr> <td><div align="right">������������ҳ</div></td> <td><input name="id_budget_type" type="text" size="3" value=<%=id_budget_type%> readonly /> <input type="text" name="n_budget_type" <% set ors_o=server.createobject("adodb.recordset") sqlmark_o="select * from type_budget where id_budget_type="&id_budget_type&"" ors_o.open sqlmark_o,Conn,1,3 ors_o.movefirst if not ors_o.eof then %> value =<%=ors_o("n_budget_type")%> readonly/> <% end if %> </td> </tr> <tr><td><div align="right">�ӹǹ�Թ </div> <td > <% sql="select * from yearbudget where idyear='"&idyear&"' and id_budget_type='"&id_budget_type&"'" set ors=server.createobject("adodb.recordset") ors.open sql,conn,1,3 if not ors.eof then %> <div align="left"> <input name="budgetall" type="text" id="budgetall" value=<%=formatnumber(ors("budgetall"))%> onkeypress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;'/> </div></td> <% end if %> </tr> <tr> <td colspan="2"><label> <div align="center"> <input type="submit" name="Submit" value="Submit" /> </label> </div></td> </tr> </table> <p> </p> <p align="center"> </p> <p align="center"> </p> </form> <p align="center"><br /> </p> <!-- InstanceEndEditable --></td> </tr> </table> </body> <!-- InstanceEnd --></html>