📄 admin_menu.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content=http://www.cnvery.net name=powerby>
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<LINK href="image/style.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
.STYLE6 {color: #FF9900}
-->
</style>
<STYLE type=text/css rel="stylesheet">P {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
P A {
PADDING-LEFT: 10px; BACKGROUND: url(images/dot.gif) no-repeat 0px 7px; WIDTH: 135px
}
P A:hover {
PADDING-LEFT: 10px; BACKGROUND: url(images/dot.gif) no-repeat 0px 7px; WIDTH: 135px
}
P A:hover {
BACKGROUND-POSITION: 0px -28px
}
IMG {
BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
.menuall {
BACKGROUND: #b8d8f9; WIDTH: 149px; TEXT-ALIGN: center
}
.menuall DIV {
MARGIN: 0px 0px 5px 10px; TEXT-ALIGN: left
}
</STYLE>
</HEAD>
<BODY>
<SCRIPT language=javascript>
function over(obj)
{
obj.style.color = '';
obj.style.backgroundColor = '';
}
function out(obj)
{
obj.style.color = '';
obj.style.backgroundColor = '';
}
function collapse(objid)
{
var obj = document.getElementById(objid);
collapseAll();
obj.style.display = '';
}
function collapseAll()
{
for (var i=1; i<=10; i++)
{
var obj = document.getElementById('g_' + i.toString());
if (obj) obj.style.display = 'none';
}
}
function expandAll()
{
for (var i=1; i<=10; i++)
{
var obj = document.getElementById('g_' + i.toString());
if (obj) obj.style.display = '';
}
}
</SCRIPT>
<TABLE width="156" border=0 cellPadding=0 cellSpacing=0 class=menuall>
<TBODY>
<TR>
<TD width="156" style="width: 150px"><IMG alt="" src="image/left_top.gif"></TD></TR>
<TR>
<TD style="width: 150px"><A href="javascript:expandAll()" target=_self><IMG alt=展开菜单
src="image/extand.gif"></A> <A
href="javascript:collapseAll()" target=_self><IMG alt=收拢菜单
src="image/collapse.gif"></A> </TD></TR>
<TR>
<TD onmouseover=over(this) onClick="collapse('g_6')"
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_p.gif" width="139" height="36"
border=0></TD>
</TR>
<TR>
<TD id=g_6 style="width: 150px">
<DIV>
<P><A
href="homeholdinfo.aspx" target="right">☆我的个人信息</A></P>
<P><A
href="edituser.aspx" target="right">▲修改登录帐号</A></P>
<P><A
href="editpwd.aspx" target="right">▲修改密码</A></P>
</DIV></TD></TR>
<TR>
<TD onmouseover=over(this) onClick="collapse('g_1')"
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_a.gif"
border=0></TD></TR>
<TR>
<TD id=g_1 style="width: 150px">
<DIV>
<P align="left"><A href="chargetype.aspx" target="right"><span class="STYLE6"></span>▲物业费类型</A></P>
<P align="left"><A href="homechargefee.aspx" target="right">☆我的物业费用</A></P>
</DIV></TD></TR>
<TR>
<TD onmouseover=over(this) onClick="collapse('g_2')"
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_d.gif" width="139" height="36"
border=0></TD></TR>
<TR>
<TD id=g_2 style="width: 150px">
<DIV>
<P align="left"><A href="addhomerepair.aspx" target="right">▲我要报修</A></P>
<P align="left"><a href="homerepair.aspx" target="right">☆我的报修记录</a></P>
<P align="left"><A href="homerepairno.aspx" target="right">☆未审核报修</A></P>
<P align="left"><A href="homerepairyes.aspx" target="right">▲已审核报修</A></p>
</DIV></TD></TR>
<TR>
<TD onmouseover=over(this) onClick="collapse('g_5')"
onmouseout=out(this) style="width: 150px"><IMG src="image/menu_e.gif"
border=0></TD></TR>
<TR>
<TD id=g_5 style="width: 150px">
<DIV>
<P><A
href="addhomereport.aspx" target="right">☆我要投诉</A></P>
<P><A
href="homereport.aspx" target="right">▲我的投诉记录</A></P>
<P><A
href="homereportno.aspx" target="right">☆未处理投诉</A></P>
<P><A
href="homereportyes.aspx" target="right">▲已处理投诉</A></P>
</DIV> </TD></TR>
<TR>
<TR>
<TD onmouseover=over(this) onClick="collapse('g_10')"
onmouseout=out(this) style="width: 150px; height: 36px;"><IMG src="image/w1.gif"
border=0 usemap="#Map"></TD>
</TR>
<TR>
<TD>
<!-- <DIV>-->
<P>☆毕业论文:王广浩☆</P>
<P>http://www.wgh8.cn</P>
</DIV> </TD></TR>
<TR>
<TD style="width: 150px"><IMG alt=""
src="image/left_bottom.gif"></TD></TR></TBODY></TABLE>
<BR>
<!--</DIV>-->
<map name="Map"><area shape="rect" coords="10,6,121,31" href="exit.aspx" target="_top">
</map><SCRIPT>
//collapseAll();//收缩
</SCRIPT></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -