|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
|
|
|
|
|
|
|
|
<!-- XitFramework 공통 페이지 -->
|
|
|
|
|
<%@include file="/WEB-INF/jsp/framework/XitIncludeBase.jsp" %>
|
|
|
|
|
|
|
|
|
|
<%--<%@include file="/WEB-INF/jsp/framework/XitIncludeBase.jsp" %>--%>
|
|
|
|
|
<%@include file="/WEB-INF/jsp/framework/layouts/tiles/biz/cmmn/BizIncludeBase.jsp" %>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
<title>${pageTitle}</title>
|
|
|
|
|
</c:if>
|
|
|
|
|
<!-- XitFramework CSS -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/common-style.css"/>
|
|
|
|
|
<%-- <link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/common-style.css"/>--%>
|
|
|
|
|
<!-- eGovFramework 템플릿 CSS -->
|
|
|
|
|
<c:if test="${fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_mng_')>-1
|
|
|
|
|
or fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_cmmn_')>-1
|
|
|
|
|