📄 homechargefee.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="homechargefee.aspx.cs" Inherits="admin_areafacility" %>
<!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 id="Head1" runat="server">
<title>test</title>
<LINK href="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
<form id="form1" runat="server">
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0>
<TBODY>
<TR>
<TD style="width: 7px"><IMG alt="" src="image/r_1.gif"></TD>
<TD width="100%" background=image/r_0.gif></TD>
<TD><IMG alt="" src="image/r_2.gif"></TD></TR>
<TR>
<TD style="width: 7px"></TD>
<TD>
<table class="toptable grid" cellspacing=1 cellpadding=4 align=center
border=1>
<tbody>
<tr style="color: #1a438e; background-color: #eef7fd">
<td class="category" colspan="3" style="height: 15px">
住户收费查看</td>
</tr>
<tr>
<td align="left" colspan="3" style="height: 13px; text-align: left;" valign="baseline">
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" Width="653px" AutoGenerateColumns="False" Height="100%" AllowPaging="True" OnRowDataBound="GridView1_RowDataBound" OnRowEditing="GridView1_RowEditing" DataKeyNames="ID">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" />
<HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" />
<Columns>
<asp:BoundField DataField="ownerID" HeaderText="单元名称" />
<asp:BoundField DataField="feename" HeaderText="收费名称" />
<asp:BoundField DataField="format" HeaderText="收费标准" />
<asp:BoundField DataField="startDate" HeaderText="收费时间" />
<asp:BoundField DataField="payment" HeaderText="应付金额" />
<asp:BoundField DataField="factpayment" HeaderText="已付金额" />
<asp:BoundField DataField="notpayment" HeaderText="未付金额" />
<asp:BoundField DataField="handle" HeaderText="经手人" />
<asp:CommandField EditText="详细信息" HeaderText="详细信息" ShowEditButton="True" />
</Columns>
</asp:GridView>
<span style="color: #ff0000">说明</span>:如果您最近有未缴的的费用,请到物业管理相关部门缴纳费用。谢谢您的合作。</td>
</tr>
</tbody>
</table>
</TD>
<TD></TD></TR>
<TR>
<TD style="width: 7px"><IMG alt="" src="image/r_4.gif"></TD>
<TD></TD>
<TD><IMG alt="" src="image/r_3.gif"></TD></TR></TBODY></TABLE>
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -