📄 left.asp
字号:
<!--#include file="cookies.asp"-->
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th,div,a,h3,textarea,input{
font-family: "宋体", "Times New Roman", "Courier New";
font-size: 12px;
color: #333333;
}
html{
overflow-x:hidden;
overflow-y:hidden;
}
.menuHtml{
overflow-y:auto;
}
body {
background-color: #FFFFFF;
margin: 0px;
}
img{
border: none;
}
form{
margin: 0px;
padding: 0px;
}
input{
color: #000000;
height: 22px;
vertical-align: middle;
}
textarea{
width: 80%;
font-weight: normal;
color: #000000;
}
a{
text-decoration: underline;
color: #666666;
}
a:hover{
text-decoration: none;
}
.menuDiv,.menuDiv1{
background-color: #FFFFFF;
}
.menuDiv1{
postion:relative;bottom:0px;top:50;
}
.menuDiv h3,.menuDiv1 h3{
font:bold 14px "Microsoft Yahei",sans-serif;color:#4B8303;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 10px;
background:url(images/tab_05.gif);
margin: 0px;cursor:pointer;
}
.menuDiv1 h3 {color:#ff0000;}
.menuDiv ul,.menuDiv1 ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}
.menuDiv ul li,.menuDiv1 ul li{
color: #666666;
background:url(images/arrow_082.gif) 14px 6px no-repeat;background-color:#EEFCDD;
padding: 5px 5px 5px 30px;
font-size: 12px;
height: 16px;border-bottom:1px solid #fff;
}
.menuDiv ul li a,.menuDiv1 ul li a{
color: #666666;
text-decoration: none;
}
.menuDiv ul li a:hover,.menuDiv1 ul li a:hover{
color: #ff0000;text-decoration: underline;
}
.red{
color:#FF0000;
}
-->
</style>
<script language="javascript" src="js/menuswitch.js"></script>
</head>
<body>
<table width="177" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout:fixed">
<tr>
<td height="28"><img src="images/main_21.gif" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td style="background:url(images/main_23.gif) left top repeat-x;height:80px"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="45"><div align="center"><a href="#" target="main"><img src="images/main_26.gif" name="Image1" width="40" height="40" border="0" /></a></div></td>
<td><div align="center"><a href="name.asp" target="main"><img src="images/main_28.gif" name="Image2" width="40" height="40" border="0" id="Image2" /></a></div></td>
<td><div align="center"><a href="http://hi.baidu.com/zherose/" target="_blank"><img src="images/main_31.gif" name="Image3" width="40" height="40" border="0" id="Image3" /></a></div></td>
</tr>
<tr>
<td height="25"><div align="center" class="STYLE2"><a href="#" target="main">程序设置</a></div></td>
<td><div align="center" class="STYLE2"><a href="name.asp" target="main">成员管理</a></div></td>
<td><div align="center" class="STYLE2"><a href="http://hi.baidu.com/zherose/" target="_blank">官方网站</a></div></td>
</tr>
</table></td>
</tr>
<tr>
<td style="border-top:1px solid #B0D561;">
<div class="menuDiv">
<h3>基本管理</h3>
<ul>
<li><a href="#" target="main">程序配置</a> | <a href="Admin.asp" target="main">管 理 员</a></li>
<li><a href="name.asp" target="main">家庭成员</a> | <a href="name.asp?action=add" target="main">增加</a></li>
<li><a href="in.asp" target="main">收入管理</a> | <a href="in.asp?action=add" target="main">增加</a></li>
<li><a href="out.asp" target="main">支出管理</a> | <a href="out.asp?action=add" target="main">增加</a></li>
</ul>
</div>
<div class="menuDiv1">
<h3>版权信息</h3>
<ul>
<li>雷诺家庭财务管理系统2.0</li>
<li>官方网站:<a href="http://hi.baidu.com/zherose/" target="_blank">雷诺设计</a></li>
<li>联系QQ:120773411</li>
</ul>
</div>
</td>
</tr>
</table></td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="26,5,91,22" href="right.asp" target="main" alt="后台首页" />
<area shape="rect" coords="94,5,157,24" href="login.Asp?action=Loginout" target="_top" alt="安全退出" />
</map><script language="javascript">
var mSwitch = new MenuSwitch("menuDiv");
mSwitch.setDefault(0);
mSwitch.setPrevious(false);
mSwitch.init();
</script></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -