温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:
SmallHouse/admin/baseinfo.aspx,打开代码结构图
SmallHouse/admin/baseinfo.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="baseinfo.aspx.cs" Inherits="admin_editbaseinfo" %> 2
3
4
5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6
7
<html xmlns="http://www.w3.org/1999/xhtml" > 8
<head id="Head1" runat="server"> 9
<title>test</title> 10
11
<LINK href="image/style.css" type=text/css rel=stylesheet> 12
</head> 13
<body> 14
<form id="form1" runat="server"> 15
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0> 16
<TBODY> 17
<TR> 18
<TD><IMG alt="" src="image/r_1.gif"></TD> 19
<TD width="100%" background=image/r_0.gif></TD> 20
<TD><IMG alt="" src="image/r_2.gif"></TD></TR> 21
22
<TR> 23
<TD></TD> 24
<TD> 25
26
27
<table class="toptable grid" cellspacing=1 cellpadding=1 align=center 28
border=1> 29
<tbody> 30
<tr> 31
<td align="left" class="category" colspan="5" style="height: 29px"> 32
<img src="../admin/image/i_arrow.gif" />小区基本信息<asp:Label ID="Label11" runat="server" 33
Text="Label"></asp:Label></td> 34
</tr> 35
36
<tr> 37
<td align="right" colspan="1" style="width: 184px; height: 23px"> 38
小区名称:</td> 39
<td colspan="2" align="center" style="width: 263px; height: 23px"> 40
<strong><span style="color: #003373; background-color: #ffffff"> 41
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></span></strong></td> 42
<td align="right" colspan="1" style="width: 176px; height: 23px"> 43
联系电话:</td> 44
<td colspan="1" style="width: 271px; height: 23px; text-align: center"> 45
<asp:Label ID="Label6" runat="server" Text="Label"></asp:Label></td> 46
</tr> 47
<tr> 48
<td align="right" colspan="1" style="width: 184px; height: 19px"> 49
主要负责人:</td> 50
<td align="center" colspan="2" style="height: 19px; width: 263px;"> 51
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td> 52
<td align="right" colspan="1" style="width: 176px; height: 19px"> 53
停车声面积:</td> 54
<td colspan="1" style="height: 19px; width: 271px;" align="center"> 55
<asp:Label ID="Label7" runat="server" Text="Label"></asp:Label> </td> 56
</tr> 57
<tr> 58
<td align="right" colspan="1" style="width: 184px; height: 28px"> 59
建造日期:</td> 60
<td align="center" colspan="2" style="width: 263px; height: 28px"> 61
<asp:Label ID="Label3" runat="server" Text="Label"></asp:Label></td> 62
<td align="right" colspan="1" style="width: 176px; height: 28px"> 63
道路面积:</td> 64
<td colspan="1" style="width: 271px; height: 28px; text-align: center"> 65
<asp:Label ID="Label8" runat="server" Text="Label"></asp:Label></td> 66
</tr> 67
<tr> 68
<td align="right" colspan="1" style="width: 184px; height: 28px"> 69
建筑面积:</td> 70
<td align="center" colspan="2" style="width: 263px; height: 28px"> 71
<asp:Label ID="Label4" runat="server" Text="Label"></asp:Label></td> 72
<td align="right" colspan="1" style="width: 176px; height: 28px"> 73
绿化面积:</td> 74
<td colspan="1" style="width: 271px; height: 28px; text-align: center"> 75
<asp:Label ID="Label9" runat="server" Text="Label"></asp:Label> 76
</td> 77
</tr> 78
<tr> 79
<td align="right" colspan="1" style="width: 184px; height: 30px"> 80
楼宇数量:</td> 81
<td align="center" colspan="2" style="height: 30px; width: 263px;"> 82
<asp:Label ID="Label5" runat="server" Text="Label"></asp:Label></td> 83
<td align="right" colspan="1" style="width: 176px; height: 30px"> 84
小区地址:</td> 85
<td colspan="1" style="height: 30px; width: 271px; text-align: center;"> 86
<asp:Label ID="Label10" runat="server" Text="Label"></asp:Label></td> 87
</tr> 88
<tr> 89
<td align="right" colspan="1" style="width: 184px; height: 30px"> 90
小区说明:</td> 91
<td align="center" colspan="4" style="height: 30px; text-align: left"> 92
<asp:Label ID="memo" runat="server" Text="Label"></asp:Label></td> 93
</tr> 94
<tr> 95
<td align="right" colspan="5" rowspan="7" style="text-align: center"> 96
<asp:Button ID="Button2" runat="server" Text="修改" OnClick="Button2_Click" /> 97
<asp:Button ID="Button1" runat="server" Text="返回" OnClick="Button1_Click" /> 98
99
</td> 100
</tr> 101
<tr> 102
</tr> 103
<tr> 104
</tr> 105
<tr> 106
</tr> 107
<tr> 108
</tr> 109
<tr> 110
</tr> 111
<tr> 112
</tr> 113
</tbody> 114
</table> 115
116
</TD> 117
<TD></TD></TR> 118
119
120
121
122
<TR> 123
<TD><IMG alt="" src="image/r_4.gif"></TD> 124
<TD></TD> 125
<TD><IMG alt="" 126
src="image/r_3.gif"></TD></TR></TBODY></TABLE> 127
</form> 128
</BODY> 129
130
131
</html> 132
133



