File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/index_create_group_user.asp.bak
Full path: C:\ict\ICT\finance\index_create_group_user.asp.bak
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 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" --> <form id="form1" name="form1" method="post" action="add_rp_group.asp"> <p>������ҧ������������������ͺ���������ͧ��âͧ�����ҹ��ҨШѴ�����Ẻ�˹ ����դ����������ú�ҧ </p> <table width="200" border="0" align="center" cellspacing="0"> <tr> <td colspan="2" bgcolor="#99FFFF"><div align="center">�����ӹǹ�����</div></td> </tr> <tr> <td>����</td> <td><input name="id" type="text" id="id" readonly/></td> </tr> <tr> <td>���͡����</td> <td><input name="group_name" type="text" id="group_name" /></td> </tr> <tr> <td colspan="2" bgcolor="#CCFFFF"><div align="center"> <label> <input type="submit" name="Submit" value="Submit" /> </label> </div></td> </tr> <tr> <td> </td> <td> </td> </tr> </table> <p></form> </p> <br /> <% ypay=session("ypay") id_budget_type=session("id_budget_type") %> �ͧ�է�����ҳ <%=ypay%><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 %> <table width="100%" border="0" align="center" cellspacing="0"> <tr> <td width="23%" bgcolor="#FFFFCC"><div align="center">���ʡ����</div></td> <td width="43%" bgcolor="#FFFFCC"><div align="center">���͡����</div></td> <td width="12%" bgcolor="#FFFFCC"><div align="center">Action</div></td> <td width="22%" bgcolor="#FFFFCC"><div align="center">���͡��������</div></td> </tr> <% sql1="select * from report_group where ypay='"&ypay&"' and id_budget_type='"&id_budget_type&"'" set ors1=server.createobject("adodb.recordset") ors1.open sql1,Conn,1,3 'response.write sql1 if not ors1.eof then ors1.movefirst do while not ors1.eof response.write "<tr>" response.write "<td align=center>"&ors1("id")&"<td>"&ors1("rp_group_name")&"<td align=center>[<a href=edit_rp_group.asp?id="&ors1("id")&">edit</a>]"%> [<a href=del_rp_group.asp?id=<%=ors1("id")%> onclick="return confirm('�س�����Ҩ�ź?');">Del</a>] <% response.write "<td align=center>[<a href=add_rp_group_form.asp?id="&ors1("id")&">+��������</a>]" ors1.movenext loop end if %> </table> <br /> <!-- InstanceEndEditable --></td> </tr> </table> </body> <!-- InstanceEnd --></html>