温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:
SmallHouse/admin/ddd.aspx,打开代码结构图
SmallHouse/admin/ddd.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="edithomechargefee.aspx.cs" Inherits="admin_Default2" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>添加友情链接</title> 8
9
<LINK href="image/style.css" type=text/css rel=stylesheet> 10
</head> 11
<body> 12
<form id="form1" runat="server"> 13
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0> 14
<TBODY> 15
<TR> 16
<TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD> 17
<TD width="100%" background=image/r_0.gif style="height: 5px"></TD> 18
<TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR> 19
20
<TR> 21
<TD></TD> 22
<TD> 23
24
25
<table class="toptable grid" cellspacing=1 cellpadding=1 align=center 26
border=1> 27
<tbody> 28
<tr> 29
<td class=category colspan="3"> 30
编辑住户收费信息</td> 31
</tr> 32
<tr> 33
<td align="right" colspan="2" style="height: 25px" width="25%"> 34
单元名称:</td> 35
<td colspan="1" style="height: 25px"> 36
<asp:Label ID="Label1" runat="server" Font-Bold="True" ForeColor="#FF0000" Text="Label" 37
Width="71px"></asp:Label></td> 38
</tr> 39
<tr> 40
<td colspan="2" width="25%" style="height: 28px" align="right"> 41
<strong><span style="color: #003373; background-color: #ffffff">收费名称:</span></strong></td> 42
<td colspan="1" style="height: 28px"> 43
<asp:DropDownList ID="name" runat="server" Width="137px"> 44
</asp:DropDownList></td> 45
</tr> 46
<tr> 47
<td align="right" colspan="2" style="height: 23px"> 48
开始收费时间:</td> 49
<td colspan="1" style="height: 23px"> 50
<asp:TextBox ID="txtstart" runat="server"></asp:TextBox></td> 51
</tr> 52
<tr> 53
<td align="right" colspan="2" style="height: 23px"> 54
登记收费日期:</td> 55
<td colspan="1" style="height: 23px"> 56
<asp:TextBox ID="txtlogindate" runat="server"></asp:TextBox></td> 57
</tr> 58
<tr> 59
<td align="right" colspan="2" style="height: 23px"> 60
费用总计:</td> 61
<td colspan="1" style="height: 23px"> 62
<asp:TextBox ID="txtsum" runat="server"></asp:TextBox> 63
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td> 64
</tr> 65
<tr> 66
<td align="right" colspan="2" style="height: 22px"> 67
是否付款:</td> 68
<td colspan="1" style="height: 22px"> 69
<asp:DropDownList ID="yesno" runat="server"> 70
<asp:ListItem Selected="True" Value="1">已付款</asp:ListItem> 71
<asp:ListItem Value="0">未付款</asp:ListItem> 72
</asp:DropDownList></td> 73
</tr> 74
<tr> 75
<td align="right" colspan="2" style="height: 23px"> 76
</td> 77
<td colspan="1" style="height: 23px"> 78
<asp:Button ID="Button1" runat="server" Text="添加" Width="60px" OnClick="Button1_Click" /> 79
<asp:Button ID="Button2" runat="server" Text="取消" Width="68px" /></td> 80
</tr> 81
</tbody> 82
</table> 83
84
</TD> 85
<TD></TD></TR> 86
87
88
89
90
<TR> 91
<TD><IMG alt="" src="image/r_4.gif"></TD> 92
<TD></TD> 93
<TD><IMG alt="" 94
src="image/r_3.gif"></TD></TR></TBODY></TABLE> 95
</form> 96
</BODY> 97
98
99
</html> 100
101



