Index: ssts-web/src/main/webapp/dx-disinfectsystem/pages/disinfectsystem/commons/tagLibsPath.jsp
===================================================================
diff -u -r24436 -r24514
--- ssts-web/src/main/webapp/dx-disinfectsystem/pages/disinfectsystem/commons/tagLibsPath.jsp (.../tagLibsPath.jsp) (revision 24436)
+++ ssts-web/src/main/webapp/dx-disinfectsystem/pages/disinfectsystem/commons/tagLibsPath.jsp (.../tagLibsPath.jsp) (revision 24514)
@@ -1,4 +1,5 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
+<%@ page import="com.forgon.directory.acegi.tools.AcegiHelper,com.forgon.directory.vo.LoginUserData" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
@@ -14,8 +15,22 @@
<%
application.setAttribute("basePath", request.getScheme() + "://" + request.getServerName() +
(request.getServerPort() != 80 ? (":" + request.getServerPort()) : "") + request.getContextPath());
+ LoginUserData userData = AcegiHelper.getLoginUser();
+ String userName = userData.getUserName();
+ String userFullName = userData.getUserFullName();
+ String currentOrgUnitCode = userData.getCurrentOrgUnitCode();
+ String currentOrgUnitName = userData.getCurrentOrgUnitName();
%>
<%-- --%>
\ No newline at end of file