<%@ page contentType="text/html; charset=utf-8"%> <%@page import="com.eactive.eai.rms.common.util.StringUtils"%> <%@page import="com.eactive.eai.rms.env.EmsConfig"%> <%@page import="com.eactive.eai.common.util.SystemUtil"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%> <%@ include file="/jsp/common/include/localemessage.jsp" %> " scope="session" /> <% String topPage = request.getContextPath() + StringUtils.defaultString((String) request.getAttribute("topPage"), "/top_04.do"); String mainPage = StringUtils.defaultString((String) request.getAttribute("mainPage"), ""); String menuId = StringUtils.defaultString((String) request.getAttribute("menuId"), ""); if (!"".equals(mainPage)) { topPage = topPage + "?mainPage=" + mainPage; } if(!"".equals(menuId)) { if(topPage.contains("?")) { topPage += "&menuId=" + menuId; } else { topPage += "?menuId=" + menuId; } } //2020.04.28 탭에 서버 구분표시 김소희차장님 요청반영 String systemModeTitle = SystemUtil.getSystemModeTitle(); String drmode = System.getProperty(EmsConfig.DR_MODE); if("Y".equals(drmode)){ systemModeTitle = "[DR] "; } %> <%= systemModeTitle %><%= localeMessage.getString("screen.title") %> " type="image/ico" sizes="16x16" /> "/> " /> <%-- 자동 로그아웃 경고 모달 --%>