📄 left.asp
字号:
<%
if not session("userClass")>=1 then
response.redirect "login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<STYLE type=text/css>BODY {
BACKGROUND: #799ae1; MARGIN: 0px; FONT: 9pt 宋体
}
TABLE {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TD {
FONT: 12px 宋体
}
IMG {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A {
FONT: 12px 宋体; COLOR: #215dc6; TEXT-DECORATION: none
}
A:hover {
COLOR: #428eff
}
.sec_menu {
BORDER-RIGHT: white 1px solid; BACKGROUND: #d6dff7; OVERFLOW: hidden; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.menu_title {
}
.menu_title SPAN {
FONT-WEIGHT: bold; LEFT: 8px; COLOR: #215dc6; POSITION: relative; TOP: 2px
}
.menu_title2 {
}
.menu_title2 SPAN {
FONT-WEIGHT: bold; LEFT: 8px; COLOR: #428eff; POSITION: relative; TOP: 2px
}
</STYLE>
<SCRIPT language=javascript>
function menuShow(obj,maxh,obj2)
{
if(obj.style.pixelHeight<maxh)
{
obj.style.pixelHeight+=maxh/20;
obj.filters.alpha.opacity+=6;
obj2.background="images/title_bg_hide.gif";
if(obj.style.pixelHeight==maxh/10)
obj.style.display='block';
myObj=obj;
myMaxh=maxh;
myObj2=obj2;
setTimeout('menuShow(myObj,myMaxh,myObj2)','5');
}
}
function menuHide(obj,maxh,obj2)
{
if(obj.style.pixelHeight>0)
{
if(obj.style.pixelHeight==maxh/20)
obj.style.display='none';
obj.style.pixelHeight-=maxh/20;
obj.filters.alpha.opacity-=6;
obj2.background="images/title_bg_show.gif";
myObj=obj;
myMaxh=maxh
myObj2=obj2;
setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
}
else
if(whichContinue)
whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
if(obj.style.pixelHeight)
{
menuHide(obj,maxh,obj2);
whichOpen='';
whichcontinue='';
}
else
if(whichOpen)
{
whichContinue=obj2;
whichOpen.click();
}
else
{
menuShow(obj,maxh,obj2);
whichOpen=obj2;
whichContinue='';
}
}
</SCRIPT>
<SCRIPT lanuage="Javascript">
var tt='start';
var ii='start';
function turnit(ss,bb) {
if (ss.style.display=="none") {
if(tt!='start') tt.style.display="none";
if(ii!='start') ii.src="dian.gif";
ss.style.display="";
tt=ss;
ii=bb;
bb.src="ball.gif";
}
else {
ss.style.display="none";
bb.src="dian.gif";
}
}
function openWindow(url) {
popupWin = window.open(url, 'new_page', 'width=400,height=410,scrollbars')
}
</SCRIPT>
</head>
<body leftmargin="0" topmargin="0" bgcolor="#FF9800">
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=left border=0>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<TR style="CURSOR: hand">
<TD vAlign=bottom height=42><IMG height=38
src="images/pics/title.gif" width=158>
</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<TR style="CURSOR: hand">
<TD class=menu_title onmouseover="this.className='menu_title2';"
onmouseout="this.className='menu_title';"
background="images/pics/title_bg_quit.gif"
height=25><SPAN><a href="../../index.asp" target="blank"><B>首页</B></A>/<a href="login.asp" target="BoardList"><B>管理中心</B></A>/<a href="exit.asp" target="_parent"><B>退出</B></A></SPAN>
</TD>
</TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center class="sec_menu">
<TBODY>
<TR>
<TD>
<TABLE style="POSITION: relative; TOP: 10px" cellSpacing=0
cellPadding=0 width=135 align=center>
<TBODY>
<TR>
<TD height=20><a href="info.asp" target="BoardList">网站信息</a></TD>
</TR>
<TR>
<TD height=20><a href="useradd.asp" target="BoardList">增加管理员</a></TD></TR>
<TBODY>
<TR>
<TD height=20><a href="userlist.asp" target="BoardList">维护管理员</a></TD></TR>
<TR>
<TD height=20><a href="gonggao.asp" target="BoardList">网站公告</a></TD>
</TR>
<TR>
<TD height=20><a href="class.asp" target="BoardList">产品类别</a></TD>
</TR>
<TR>
<TD height=20><a href="shop_add.asp" target="BoardList">增加产品</a></TD>
</TR>
<TR>
<TD height=20><a href="shop_list.asp" target="BoardList">产品列表</a></TD>
</TR>
<TR>
<TD height=20><a href="anli_sort.asp" target="BoardList">产品案例类别</a></TD>
</TR>
<TR>
<TD height=20><a href="anli_pub.asp" target="BoardList">发布产品案例</a></TD>
</TR>
<TR>
<TD height=20><a href="anli_list.asp" target="BoardList">产品案例列表</a></TD>
</TR>
<TR>
<TD height=20><a href="BOOK.ASP" target="BoardList">客户反馈</a></TD>
</TR>
<TR>
<TD height=20><a href="exit.asp" target="_parent">退出管理系统</a></TD>
</TR>
<TR>
<TD height=20> </TD>
</TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript>
var whichOpen="";
var whichContinue='';
</SCRIPT>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle8
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu8,80,menuTitle8);
onmouseout="this.className='menu_title';"
background="images/pics/title_bg_show.gif"
height=25><SPAN>系统信息</SPAN> </TD>
</TR>
<TR>
<TD>
<DIV class=sec_menu id=menu8
style="FILTER: alpha(Opacity=100); WIDTH: 155px; HEIGHT:136px">
<TABLE style="POSITION: relative; TOP: 10px" cellSpacing=0
cellPadding=0 width=135 align=center>
<TBODY>
<TR>
<TD height=30>
<p style="line-height: 200%"><A href="#" target=_blank>灯兆公司</A></TD></TR>
<tr>
<TD height=30>
<p style="line-height: 200%">
<a title="永胜电脑公司网站" href="http://ys888.com">技术支持:永胜电脑</a> </TD>
</tr>
<tr>
<TD height=30>
<p style="line-height: 200%"><a href="mailto:huolidj@163.com">程序制作</a><a onFocus=this.blur();
href="mailto:huolidj@163.com" target=_blank>:</a><a title="服务QQ:1239968" href="mailto:huolidj@163.com">韩枫--Xbaby</a> </TD>
</tr>
<TR>
<TD height=30>
<p style="line-height: 200%">
<a title="服务QQ:1239968" href="mailto:huolidj@163.com">
在线服务QQ:1239968</a> </TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE>
<table border="0" WIDTH="100%" HEIGHT="20%" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0" bgcolor="#799AE1"><tr>
<td></td>
</tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -