mirror of https://gitee.com/jeecg/jeecg.git
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.
19 lines
552 B
19 lines
552 B
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@include file="/context/mytags.jsp"%>
|
|
|
|
<html>
|
|
<head>
|
|
<t:base type="jquery,tools"></t:base>
|
|
|
|
</head>
|
|
<body>
|
|
<SCRIPT type="text/javascript">
|
|
var _sun_selectedTab= $('#maintabs').tabs('getSelected') ;
|
|
var _sun_selectedTab_title=_sun_selectedTab.panel('options').title;
|
|
$.dialog.alert("提醒:用户权限不足,请联系管理员!");
|
|
$('#maintabs').tabs('close', _sun_selectedTab_title);
|
|
</SCRIPT>
|
|
</body>
|
|
</html>
|
|
|