You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
36 lines
1.4 KiB
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
|
<%
|
|
String path = request.getContextPath();
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
|
%>
|
|
<!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=utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="IE=edge, chrome=1">
|
|
<title>人事系统</title>
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<link href="css/public.css" type="text/css" rel="stylesheet"/>
|
|
<link href="<%=request.getContextPath()%>/css/index.css" type="text/css" rel="stylesheet"/>
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js"></script>
|
|
<script type="text/javascript" src="<%=request.getContextPath()%>/js/slide.js"></script>
|
|
<style type="text/css">
|
|
.ctgnamebox a{
|
|
margin-right: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!------------顶部---------------->
|
|
|
|
</body>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
location.href ="<%=request.getContextPath()%>/login.jsp"; //任何需要执行的js特效
|
|
});
|
|
</script>
|
|
</html> |