Index: ssts-web/src/main/webapp/common/include_Ext2_Css.jsp
===================================================================
diff -u
--- ssts-web/src/main/webapp/common/include_Ext2_Css.jsp (revision 0)
+++ ssts-web/src/main/webapp/common/include_Ext2_Css.jsp (revision 16185)
@@ -0,0 +1,10 @@
+<%@ page import="com.forgon.tools.SpringBeanManger,com.forgon.directory.vo.LoginUserData" %>
+<%
+LoginUserData loginData = (LoginUserData)session.getAttribute("loginUserData");
+request.setAttribute("fontSize",(loginData == null || loginData.getFontSize() == null) ? "12" : loginData.getFontSize());
+%>
+
+
+
\ No newline at end of file
Index: ssts-web/src/main/webapp/common/include_Ext42_Js.jsp
===================================================================
diff -u
--- ssts-web/src/main/webapp/common/include_Ext42_Js.jsp (revision 0)
+++ ssts-web/src/main/webapp/common/include_Ext42_Js.jsp (revision 16185)
@@ -0,0 +1,11 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" %>
+<%@ page import="com.forgon.tools.SpringBeanManger,com.forgon.directory.vo.LoginUserData" %>
+
+
+
+
\ No newline at end of file
Index: ssts-web/src/main/webapp/common/include_Ext2_Js.jsp
===================================================================
diff -u
--- ssts-web/src/main/webapp/common/include_Ext2_Js.jsp (revision 0)
+++ ssts-web/src/main/webapp/common/include_Ext2_Js.jsp (revision 16185)
@@ -0,0 +1,48 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" %>
+
+
+
+
+
+
+
+
+
+
+
+<%@ page import="com.forgon.security.service.*,com.forgon.directory.vo.LoginUserData,com.forgon.tools.SpringBeanManger,com.forgon.security.service.OperationManager"%>
+<%@page import="com.forgon.systemsetting.service.HttpOptionManager,com.forgon.disinfectsystem.common.*"%>
+<%@page import="java.util.List"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<%
+LoginUserData loginUserData = AcegiHelper.getLoginUser();
+String messagePromptType = null;
+if(loginUserData != null){
+ messagePromptType = loginUserData.getMessagePromptType();
+}
+boolean enableFSO = WebConstants.ENABLE_FILE_SYSTEM_OBJECT.equals(session.getAttribute(WebConstants.ACCESS_FILE_SYSTEM_OBJECT_FLAG));
+
+%>
+
Index: ssts-web/src/main/webapp/common/include_Ext42_Css.jsp
===================================================================
diff -u
--- ssts-web/src/main/webapp/common/include_Ext42_Css.jsp (revision 0)
+++ ssts-web/src/main/webapp/common/include_Ext42_Css.jsp (revision 16185)
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file