-
-
-
-
+
-
-
-
- 管理员
- admin
-
-
-
-
-
+
+
-
-
-
-
-
- - CIM即时通讯后台管理系统
- - Email:3979434@qq.com
- - QQ:3979434
-
-
+
+
+
+
+
+

+
+
+ -
+ CIM即时通讯后台管理系统
+
+ -
+ Email:3979434@qq.com
+
+ -
+ QQ:3979434
+
+
+
+
+
-
-
-
\ No newline at end of file
+
diff --git a/cim_for_mina/ichat-server/WebRoot/console/index.jsp b/cim_for_mina/ichat-server/WebRoot/console/index.jsp
index 1dc48ca..c3277b1 100644
--- a/cim_for_mina/ichat-server/WebRoot/console/index.jsp
+++ b/cim_for_mina/ichat-server/WebRoot/console/index.jsp
@@ -1,39 +1,5 @@
<%@ page language="java" pageEncoding="utf-8"%>
<%
-String path = request.getContextPath();
-String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path;
+ response.sendRedirect("admin/session_list.action");
%>
-
-
-
-
-
-
CIM管理系统
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
<
<%@include file="header.jsp"%>
-
- <%@include file="nav.jsp"%>
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/cim_for_mina/ichat-server/WebRoot/console/nav.jsp b/cim_for_mina/ichat-server/WebRoot/console/nav.jsp
index f8d9005..b4d8a7d 100644
--- a/cim_for_mina/ichat-server/WebRoot/console/nav.jsp
+++ b/cim_for_mina/ichat-server/WebRoot/console/nav.jsp
@@ -1,20 +1,27 @@
+
<%
- String navBasePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ request.getContextPath();
+ String navBasePath = request.getScheme() + "://"
+ + request.getServerName() + ":" + request.getServerPort()
+ + request.getContextPath();
%>
<%@ page language="java" pageEncoding="UTF-8"%>
-
-
- -
-
+
+
+
-
+
+
-
-
+
+
+
-
-
\ No newline at end of file
diff --git a/cim_for_mina/ichat-server/WebRoot/console/session/manage.jsp b/cim_for_mina/ichat-server/WebRoot/console/session/manage.jsp
index d704517..17e978c 100644
--- a/cim_for_mina/ichat-server/WebRoot/console/session/manage.jsp
+++ b/cim_for_mina/ichat-server/WebRoot/console/session/manage.jsp
@@ -1,6 +1,5 @@
<%@ page language="java" pageEncoding="utf-8"%>
<%@ page import="java.util.Collection"%>
-<%@ page import="com.farsunset.ichat.common.util.StringUtil"%>
<%@ page import="com.farsunset.cim.nio.session.CIMSession"%>
<%
String path = request.getContextPath();
@@ -27,33 +26,18 @@
@@ -79,24 +77,28 @@
<%@include file="../nav.jsp"%>