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.
100 lines
4.4 KiB
100 lines
4.4 KiB
2 years ago
|
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||
|
pageEncoding="UTF-8"%>
|
||
|
<%
|
||
|
String path = request.getContextPath();
|
||
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
||
|
%>
|
||
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||
|
<!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" />
|
||
|
<title>书画管理系统 管理员后台</title>
|
||
|
<link rel="shortcut icon" href="favicon.ico"/>
|
||
|
<link rel="bookmark" href="favicon.ico"/>
|
||
|
<link rel="stylesheet" type="text/css" href="easyui/css/default.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="easyui/themes/dark-hive/easyui.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="easyui/themes/icon.css" />
|
||
|
<script type="text/javascript" src="easyui/jquery.min.js"></script>
|
||
|
<script type="text/javascript" src="easyui/jquery.easyui.min.js"></script>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
var _menus=<%=request.getSession().getAttribute("menulist")%>;
|
||
|
|
||
|
/*
|
||
|
$.ajax({
|
||
|
type: "post",
|
||
|
url: "SystemServlet?method=GetMenu",
|
||
|
async:true,
|
||
|
data: {roleid: 1},
|
||
|
|
||
|
success: function(msg){
|
||
|
|
||
|
//_menus=eval('(' + msg + ')');
|
||
|
_menus=msg;
|
||
|
|
||
|
|
||
|
_menus={"menus":[{"menuid":"12","icon":"","menuname":"系统管理 ","menus":[ {"menuid":"13","menuname":"用户管理","icon":"icon-set","url":"null"}, {"menuid":"14","menuname":"角色管理","icon":"icon-set","url":"null"}, {"menuid":"15","menuname":"菜单管理","icon":"icon-set","url":"null"}, {"menuid":"16","menuname":"角色权限管理","icon":"icon-set","url":"null"}, {"menuid":"17","menuname":"修改密码","icon":"icon-set","url":"null"}]},{"menuid":"18","icon":"","menuname":"书画信息管理","menus":[ {"menuid":"19","menuname":"书画列表","icon":"icon-set","url":"null"}]},{"menuid":"20","icon":"","menuname":"班级管理","menus":[ {"menuid":"21","menuname":"班级管理","icon":"icon-set","url":"null"}]}]};
|
||
|
|
||
|
|
||
|
}
|
||
|
});
|
||
|
*/
|
||
|
|
||
|
|
||
|
/*
|
||
|
var _menus = {"menus":[
|
||
|
|
||
|
|
||
|
{"menuid":"5","icon":"","menuname":"系统管理",
|
||
|
"menus":[
|
||
|
{"menuid":"50","menuname":"用户管理","icon":"icon-set","url":"UsersServlet?method=toUsersListView"},
|
||
|
|
||
|
]
|
||
|
}
|
||
|
,{"menuid":"5","icon":"","menuname":"系统管理",
|
||
|
"menus":[
|
||
|
{"menuid":"50","menuname":"用户管理","icon":"icon-set","url":"UsersServlet?method=toUsersListView"},
|
||
|
|
||
|
]
|
||
|
}
|
||
|
]};
|
||
|
|
||
|
*/
|
||
|
</script>
|
||
|
|
||
|
</head>
|
||
|
<body class="easyui-layout" style="overflow-y: hidden" scroll="no">
|
||
|
<noscript>
|
||
|
<div style=" position:absolute; z-index:100000; height:2046px;top:0px;left:0px; width:100%; background:white; text-align:center;">
|
||
|
<img src="images/noscript.gif" alt='抱歉,请开启脚本支持!' />
|
||
|
</div>
|
||
|
</noscript>
|
||
|
<div region="north" split="true" border="false" style="overflow: hidden; height: 30px;
|
||
|
background: url(images/layout-browser-hd-bg.gif) #7f99be repeat-x center 50%;
|
||
|
line-height: 20px;color: #fff; font-family: Verdana, 微软雅黑,黑体">
|
||
|
<span style="float:right; padding-right:20px;" class="head"><span style="color:red; font-weight:bold;">${user.name} </span>您好 <a href="<%=basePath%>home/index.jsp" target="_blank">首页</a> <a href="LoginServlet?method=logout" id="loginOut">安全退出</a></span>
|
||
|
<span style="padding-left:10px; font-size: 16px; ">书画网站</span>
|
||
|
</div>
|
||
|
<!--
|
||
|
<div region="south" split="true" style="height: 30px; background: #D2E0F2; ">
|
||
|
<div class="footer">Copyright © By 【某某书画】</div>
|
||
|
</div>
|
||
|
-->
|
||
|
<div region="west" hide="true" split="true" title="导航菜单" style="width:180px;" id="west">
|
||
|
<div id="nav" class="easyui-accordion" fit="true" border="false">
|
||
|
<!-- 导航内容 -->
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<div id="mainPanle" region="center" style="background: #eee; overflow-y:hidden">
|
||
|
<div id="tabs" class="easyui-tabs" fit="true" border="false" >
|
||
|
<jsp:include page="welcome.jsp" />
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<iframe width=0 height=0 src="refresh.jsp"></iframe>
|
||
|
<script type="text/javascript" src='easyui/js/outlook2.js'> </script>
|
||
|
</body>
|
||
|
</html>
|