📄 top.jsp
字号:
<%@ page language="java"pageEncoding="UTF-8"%>
<%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 'top.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">
-->
<script>
function preloadImg(src){
var img=new Image();
img.src=src
}
preloadImg("images/top_open.gif");
var displayBar=true;
function switchBar(obj){
if (displayBar) {
parent.frame.cols="0,*";
displayBar=false;
obj.src="images/top_open.gif";
obj.title="打开左边管理菜单";
}else{
parent.frame.cols="175,*";
displayBar=true;
obj.src="images/top_close.gif";
obj.title="关闭左边管理菜单";
}
}
function admin_logout(){
var cf=window.confirm("您确定要退出管理后台吗?");
if (cf)
{ return true; }
else
{ return false; }
}
function help()
{
window.open("help.jsp");
}
</script>
</head>
<body background="images/top_bg1.gif" leftmargin="0" topmargin="0"><iframe height=0></iframe>
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width=50>
<IMG src="images/top_close.gif" border="0" width="32" height="32" style="cursor:hand" title="关闭左边管理菜单" onClick="switchBar(this)">
</td>
<TD>
<div align="right">
<strong><a href="javascript:history.back()"><font color="#5a7edc" size="2">后 退</font></a>| <A href="javascript:parent.main.window.location.reload();"><font color="#5a7edc" size="2">刷新</font></A> |<A href="javascript:history.forward()"><font
color="#5a7edc" size="2">前进</font></A> |<img src="images/home.gif" width="26px" height="27px" border="0" align="absMiddle"><a href="guanli_index.jsp"><FONT color="#5a7edc" size="2">管理首页</FONT> </a>|<img src="images/top_icon_5.gif" width="26px"
height="26px" border="0" align="absMiddle"><A href="" onClick="help()"><FONT color="#5a7edc" size="2">使用帮助</FONT></A>|<img src="images/top_icon_1.gif" width="26px" height="26px" border="0" align="absMiddle">
</strong><strong> <A href=""onClick="return admin_logout()" target=_top><FONT color="#5a7edc" size="2">退出管理</FONT></A></strong>
</div>
</TD>
</tr>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -