温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:
SmallHouse/admin/admin_menu.htm,打开代码结构图
SmallHouse/admin/admin_menu.htm,打开代码结构图1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2
<HTML><HEAD><TITLE></TITLE> 3
<META http-equiv=Content-Type content="text/html; charset=gb2312"> 4
<META content=http://www.cnvery.net name=powerby> 5
<META content="MSHTML 6.00.2900.3020" name=GENERATOR> 6
<LINK href="image/style.css" type=text/css rel=stylesheet> 7
<style type="text/css"> 8
<!-- 9
.STYLE6 {color: #FF9900} 10
--> 11
</style> 12
13
<STYLE type=text/css rel="stylesheet">P { 14
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px 15
} 16
P A { 17
PADDING-LEFT: 10px; BACKGROUND: url(images/dot.gif) no-repeat 0px 7px; WIDTH: 135px 18
} 19
P A:hover { 20
PADDING-LEFT: 10px; BACKGROUND: url(images/dot.gif) no-repeat 0px 7px; WIDTH: 135px 21
} 22
P A:hover { 23
BACKGROUND-POSITION: 0px -28px 24
} 25
IMG { 26
BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none 27
} 28
.menuall { 29
BACKGROUND: #b8d8f9; WIDTH: 149px; TEXT-ALIGN: center 30
} 31
.menuall DIV { 32
MARGIN: 0px 0px 5px 10px; TEXT-ALIGN: left 33
} 34
</STYLE> 35
</HEAD> 36
<BODY> 37
<SCRIPT language=javascript> 38
function over(obj) 39
{ 40
obj.style.color = ''; 41
obj.style.backgroundColor = ''; 42
} 43
function out(obj) 44
{ 45
obj.style.color = ''; 46
obj.style.backgroundColor = ''; 47
} 48
function collapse(objid) 49
{ 50
var obj = document.getElementById(objid); 51
collapseAll(); 52
obj.style.display = ''; 53
} 54
function collapseAll() 55
{ 56
for (var i=1; i<=10; i++) 57
{ 58
var obj = document.getElementById('g_' + i.toString()); 59
if (obj) obj.style.display = 'none'; 60
} 61
} 62
function expandAll() 63
{ 64
for (var i=1; i<=10; i++) 65
{ 66
var obj = document.getElementById('g_' + i.toString()); 67
if (obj) obj.style.display = ''; 68
} 69
} 70
71
</SCRIPT> 72
73
<TABLE width="156" border=0 cellPadding=0 cellSpacing=0 class=menuall> 74
<TBODY> 75
<TR> 76
<TD width="156" style="width: 150px"><IMG alt="" src="image/left_top.gif"></TD></TR> 77
<TR> 78
<TD style="width: 150px"><A href="javascript:expandAll()" target=_self><IMG alt=展开菜单 79
src="image/extand.gif"></A> <A 80
href="javascript:collapseAll()" target=_self><IMG alt=收拢菜单 81
src="image/collapse.gif"></A> </TD></TR> 82
<TR> 83
<TD onmouseover=over(this) onClick="collapse('g_6')" 84
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_p.gif" width="139" height="36" 85
border=0></TD> 86
</TR> 87
<TR> 88
<TD id=g_6 style="width: 150px"> 89
<DIV> 90
<P><A 91
href="baseinfo.aspx" target="right">☆小区基本信息</A></P> 92
<P><A 93
href="addareafac.aspx" target="right">▲添加周边设施</A></P> 94
95
<P><A 96
href="areafacility.aspx" target="right">☆编辑周边设施</A></P> 97
<P><A href="addnotice.aspx" target="right">▲添加公告</A></P> 98
<P><A href="notice.aspx" target="right">☆编辑公告</A></P> 99
</DIV></TD></TR> 100
<TR> 101
<TD onmouseover=over(this) onClick="collapse('g_1')" 102
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_a.gif" 103
border=0></TD></TR> 104
<TR> 105
<TD id=g_1 style="width: 150px"> 106
<DIV> 107
<P align="left"><A href="addpavilion.aspx" target="right"><span class="STYLE6"></span>▲楼盘信息添加</A></P> 108
109
<P align="left"><A href="pavilion.aspx" target="right">☆编辑楼盘信息</A></P> 110
<P align="left"><A href="addroom.aspx" target="right">▲房产信息添加</A></P> 111
<P align="left"><A href="room.aspx" target="right">☆房产信息查询</A></P> 112
</DIV></TD></TR> 113
<TR> 114
<TD onmouseover=over(this) onClick="collapse('g_2')" 115
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_d.gif" width="139" height="36" 116
border=0></TD></TR> 117
<TR> 118
<TD id=g_2 style="width: 150px"> 119
<DIV> 120
<P align="left"><A href="addfix.aspx" target="right">▲添加设备项目</A></P> 121
<P align="left"><a href="fix.aspx" target="right">☆编辑设备项目</a></P> 122
<P align="left"><A href="addfixrepair.aspx" target="right">☆添加设备维修</A></P> 123
124
<P align="left"><A href="fixrepair.aspx" target="right">▲编辑设备维修</A></p> 125
</DIV></TD></TR> 126
<TR> 127
<TD onmouseover=over(this) onClick="collapse('g_3')" 128
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_c.gif" 129
border=0></TD></TR> 130
<TR> 131
<TD id=g_3 style="width: 150px"> 132
<DIV> 133
134
<P align="left"><A href="homereport.aspx" target="right">▲编辑住户投诉</A></P> 135
<P align="left"><a href="homerepair.aspx" target="right">☆编辑住户报修</a></P> 136
</DIV></TD></TR> 137
138
<TR> 139
<TD id=g_4 style="width: 150px"> </TD></TR> 140
141
<TR> 142
<TD onmouseover=over(this) onClick="collapse('g_5')" 143
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_e.gif" 144
border=0></TD></TR> 145
<TR> 146
<TD id=g_5 style="width: 150px"> 147
<DIV> 148
<P><A 149
href="addchargetype.aspx" target="right">☆添加收费类型</A></P> 150
<P><A 151
href="chargetype.aspx" target="right">▲编辑收费类型</A></P> 152
153
<P><A 154
href="addhomeholdfee.aspx" target="right">☆住户费用添加</A></P> 155
<P><A 156
href="homechargefee.aspx" target="right">▲编辑住户费用</A></P> 157
</DIV> </TD></TR> 158
159
160
161
<TR> 162
<TD onmouseover=over(this) onClick="collapse('g_7')" 163
onmouseout=out(this) style="width: 150px; height: 36px;"><IMG src="image/menu_m.gif" 164
border=0></TD></TR> 165
<TR> 166
<TD id=g_7 style="width: 150px"> 167
<DIV> 168
169
<P><A href="addhomepark.aspx" target="right">☆添加住户车位</A></P> 170
<P><A 171
href="homepark.aspx" target="right">▲编辑住户车位</A></P> 172
<P><A href="addpark.aspx" target="right">☆添加停车场</A></P> 173
<P><A 174
href="park.aspx" target="right">▲编辑停车场</A></P> 175
</DIV> </TD></TR> 176
177
178
<TR> 179
<TD onmouseover=over(this) onClick="collapse('g_9')" 180
onmouseout=out(this) style="width: 150px"> 181
<IMG src="image/menu_z.gif" 182
border=0></TD></TR> 183
<TR> 184
<TD id=g_9 style="width: 150px"> 185
<DIV> 186
187
<P><A 188
href="addhomehold.aspx" target="right">☆添加住户信息</A></P> 189
<P><A 190
href="homehold.aspx" target="right">▲编辑住户信息</A></P> 191
<P> <a href="addemployee.aspx" target="right">☆添加物业管理人员</a></P> 192
<P><a href="employee.aspx" target="right">▲编辑物业管理人员</a></P> 193
</DIV> </TD></TR> 194
195
196
<TR> 197
<TD onmouseover=over(this) onClick="collapse('g_8')" 198
onmouseout=out(this) style="width: 150px"><img src="image/menu_f.gif" 199
border=0></TD></TR> 200
<TR> 201
<TD id=g_8 style="width: 150px"> 202
<DIV> 203
<P><A href="backup.aspx" target="right">▲数据库备份</A></P> 204
<P><A href="restore.aspx" target="right">☆数据库恢复</A></P> 205
<P><A href="codetable.aspx" target="right">▲系统代码维护</A></P> 206
<P><A href="admin.aspx" target="right">▲编辑管理员</A></P> 207
</DIV> </TD></TR> 208
209
<TR> 210
<TR> 211
<TD onmouseover=over(this) onClick="collapse('g_10')" 212
onmouseout=out(this) style="width: 150px; height: 36px;"><IMG src="image/w1.gif" 213
border=0 usemap="#Map"></TD> 214
</TR> 215
<TR> 216
<TD> 217
<!-- <DIV>--> 218
219
<P>☆毕业论文:王广浩☆</P> 220
<P>http://www.wgh8.cn</P> 221
</DIV> </TD></TR> 222
223
<TR> 224
225
<TD style="width: 150px"><IMG alt="" 226
src="image/left_bottom.gif"></TD></TR></TBODY></TABLE> 227
<BR> 228
<!--</DIV>--> 229
230
231
<map name="Map"><area shape="rect" coords="11,4,130,34" href="exit.aspx" target="_parent"> 232
</map><SCRIPT> 233
collapseAll(); 234
</SCRIPT></BODY></HTML> 235




<!--

.STYLE6
-->
