File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/add_budget_form.asp
Full path: C:\ict\ICT\finance\add_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: #FFFFFF} --> </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"> �ѹ�֡�������Թ������ҳ������������Ѻ�Ѵ���</p> <form id="form1" name="form1" method="post" action="add_budget.asp"> <label></label> <br /> <table width="50%" border="0" align="center" bgcolor="#FFCCFF"> <tr> <td><div align="right">�է�����ҳ</div></td> <td><select name="ypay"> <% mydate=date myyear=year(mydate) mym=month(mydate) if mym>9 then yearbegin=myyear+540 myyear=myyear+544 else yearbegin=myyear+539 myyear=myyear+543 end if 'response.write "<tr><td>"&yearbegin&"</td></tr>" i=0 do while i<5 %> <option <% if yearbegin=myyear then %> value=<%=myyear%> selected <%else%> <%end if%>> <%=yearbegin%> </option> <%i=i+1 yearbegin=yearbegin+1 loop %> </select></td> </tr> <tr> <td bgcolor="#FFFFFF"><div align="right">������������ҳ</div></td> <td bgcolor="#FFFFCC"><select name="id_budget_type"> <% set ors_o=server.createobject("adodb.recordset") sqlmark_o="select * from type_budget" ors_o.open sqlmark_o,Conn,1,3 ors_o.movefirst do while not ors_o.eof response.write "<option value="&ors_o("id_budget_type")&">"&ors_o("n_budget_type")&" </option>" ors_o.movenext loop %> </select></td> </tr> <tr><td><div align="right">�ӹǹ�Թ </div> <td > <div align="left"> <input name="budgetall" type="text" id="budgetall" onkeypress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;'/> </div></td> </tr> <tr> <td colspan="2" bgcolor="#FFFFFF"><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>