📄 left.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="/WEB-INF/FCKeditor.tld" prefix="fck"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'left.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<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; VISIBILITY: visible; 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/10;
obj.filters.alpha.opacity+=20;
obj2.background="left.files/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/5)
obj.style.display='none';
obj.style.pixelHeight-=maxh/5;
obj.filters.alpha.opacity-=10;
obj2.background="left.files/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>
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
</head>
<BODY bgColor=#ff9800 leftMargin=0 topMargin=0>
<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="left.files/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 id=menuTitle2
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu2,80,menuTitle2);
onmouseout="this.className='menu_title';"
background=left.files/title_bg_show.gif height=25>
<html:link page="/findnews.do?method=findNewsByAll"
target="mainFrame">
<SPAN>新闻管理</SPAN>
</html:link>
</TD>
</TR>
<TR>
<TD align=middle>
<DIV class=sec_menu id=menu2
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE cellSpacing=2 cellPadding=0 width=135 align=center>
<TBODY>
<TR>
<TD height=25>
<html:link page="/findnews.do?method=findNewsByID"
target="mainFrame">添加新闻</html:link>
</TD>
</TR>
<TBODY>
<TR>
<TD height=25>
<html:link page="/findnews.do?method=findNewsByAll"
target="mainFrame">新闻查询</html:link>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
<BR>
<TABLE cellSpacing=0 cellPadding=0 width=158 align=center>
<TBODY>
<TR style="CURSOR: hand">
<TD class=menu_title id=menuTitle4
onmouseover="this.className='menu_title2';"
onclick=menuChange(menu4,80,menuTitle4);
onmouseout="this.className='menu_title';"
background=left.files/title_bg_show.gif height=25>
<html:link page="/findusers.do?method=findUsersByAll"
target="mainFrame">
<SPAN>人员管理</SPAN>
</html:link>
</TD>
</TR>
<TR>
<TD vAlign=center>
<DIV class=sec_menu id=menu4
style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 158px; HEIGHT: 0px">
<TABLE cellSpacing=2 cellPadding=0 width=135 align=center>
<TBODY>
<TR>
<TD height=25>
<html:link page="/form/back/addusers.jsp"
target="mainFrame">新增人员</html:link>
</TD>
</TR>
<TR>
<TD height=25>
修改商品
</TD>
</TR>
<TR>
<TD height=25>
<A
href="http://www.reijean.com.cn/admin/product/addsort.asp"
target=BoardList>商品类别</A>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
<SCRIPT language=javascript>
var whichOpen="";
var whichContinue='';
</SCRIPT>
<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=left.files/title_bg_show.gif height=25>
<SPAN>系统信息</SPAN>
</TD>
</TR>
<TR>
<TD vAlign=center>
<DIV class=sec_menu id=menu8
style="FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 80px">
<TABLE cellSpacing=0 cellPadding=0 width=135 align=center>
<TBODY>
<TR>
<TD height=30>
<P style="LINE-HEIGHT: 200%">
<A onfocus=this.blur();
href="http://www.reijean.com.cn/admin/left.asp#">东莞永晋公司
</A>
</P>
</TD>
</TR>
<TR>
<TD height=30>
<P style="LINE-HEIGHT: 200%">
<A onfocus=this.blur(); href="http://www.etwl.com.cn/"
target=_blank></A>
</P>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
height="20%" cellSpacing=0 cellPadding=0 width="100%"
bgColor=#799ae1 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>
</TR>
</TBODY>
</TABLE>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -