⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.jsp

📁 实现统一的人员日志管理系统管理后台
💻 JSP
字号:
<%@ page language="java" import="java.util.*" 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="Content-Type" content="text/html; charset=utf-8"> 
	<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">
	-->

  <style type="text/css">
  <!--
#nav li { float:right; font-size:18px; font-family:"宋体", "黑体";}
#nav li a 
		{
	color:#000000;
	text-decoration:none;
	display:block;
	width:100px;
	height:40px;
	text-align:center;
	ackground-color:#449ACF;
	margin-left:0px;
	padding-top:13px;
	padding-bottom:0px;
		}
#nav li a:hover 
			{
	color:#FFFFFF;
	ackground-color:#6699FF;
	border: thin solid #3399FF;
			}
body {
	background-image: url(images/850.jpg);
	background-repeat: no-repeat;
}
.STYLE4 {
	color: #FFFFFF;
	font-size: 24px;
	font-style: italic;
}
.div_navi {
	height: 40px;
	width: 653px;
	position: absolute;
	left: 638px;
	top: 59px;
	font-family: "宋体";
	font-size: 24px;
	font-weight: bold;
}
.STYLE6 {height: 40px; width: 653px; position: absolute; left: 638px; top: 59px; font-family: "宋体"; font-size: 14px; font-weight: bold; }
.STYLE7 {
	font-size: 12px;
	font-weight: bold;
	font-family: "宋体";
	color: #FFFFFF;
}
-->
  </style>
</HEAD>
<BODY  bgcolor="#0066FF"  leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
  <TBODY>
  <TR>
    <TD  id=TableTitleLink vAlign=center 
    width="43%" height=23><br/><h3 align="right" class="STYLE4">日志管理系统(Version 1.0)</h3></TD>
    <TD  id=TableTitleLink vAlign=center 
    width="21%"> </TD>
    <TD   id=TableTitleLink vAlign=center 
    align=right width="36%">
    ${user_name},你好&nbsp;&nbsp;
    <A  href="jsp/login/login.jsp" target=_parent>注销</A></TD>
  </TR></TBODY></TABLE>
 <!--span class="STYLE7">${user_name},您好欢迎使用日志管理系统</span-->
 <div class="STYLE6">
  <ul id="nav">
<li>
  <h3><a href="javascript:history.go(+1)">前进</a></h3>
</li>
<li>
  <h3><a href="javascript:history.go(-1)">后退</a></h3>
</li>
<li>
  <h3><a href="javascript:window.parent.body.location.reload();">刷新</a></h3>
</li>
<!--li>
  <h3><a href="javascript:void(-1)"></a></h3>
</li>
<li>
  <h3><a href="javascript:void(-1)"></a></h3>
</li-->
</ul></div>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -