fix : 폴더명 수정

main
이범준 2 years ago
parent 8f6b3f2f21
commit 04c181337c

@ -6,7 +6,7 @@
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> <%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
<link href="<c:url value='/resources/framework/css/cmmn/common-style.css'/>" rel="stylesheet" type="text/css" > <link href="<c:url value='/resources/framework/css/common/common-style.css'/>" rel="stylesheet" type="text/css" >
<script type="text/javascript" src="<c:url value="/_anonymous_/login/validator.do"/>"></script> <script type="text/javascript" src="<c:url value="/_anonymous_/login/validator.do"/>"></script>
<validator:javascript formName="userManageVO" staticJavascript="false" xhtml="true" cdata="false"/> <validator:javascript formName="userManageVO" staticJavascript="false" xhtml="true" cdata="false"/>
<script type="text/javascript" src="<c:url value='/resources/framework/js/egov/EgovZipPopup.js' />" ></script> <script type="text/javascript" src="<c:url value='/resources/framework/js/egov/EgovZipPopup.js' />" ></script>

@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/index.css"/> <link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/index.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/common/common-style.css"/>
@ -31,7 +31,7 @@
<script type="text/javascript" src="${ctx}/resources/biz/common/js/defaultUI.js" ></script> <script type="text/javascript" src="${ctx}/resources/biz/common/js/defaultUI.js" ></script>
<script type="text/javascript" src="${ctx}/resources/biz/common/js/fimsApiURL.js"></script> <script type="text/javascript" src="${ctx}/resources/biz/common/js/fimsApiURL.js"></script>
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/frwkApiURL.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/frwkApiURL.js" ></script>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/xit-tui-grid.css" /> <link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/common/xit-tui-grid.css" />
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/xit-tui-grid.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/xit-tui-grid.js" ></script>
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitCmmnUtil.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitCmmnUtil.js" ></script>
<script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitExportUtil.js" ></script> <script type="text/javascript" src="${ctx}/resources/framework/js/cmm/XitExportUtil.js" ></script>

@ -15,7 +15,7 @@
<title>${pageTitle}</title> <title>${pageTitle}</title>
</c:if> </c:if>
<!-- XitFramework CSS --> <!-- 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/common/common-style.css"/>--%>
<!-- eGovFramework 템플릿 CSS --> <!-- eGovFramework 템플릿 CSS -->
<c:if test="${fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_mng_')>-1 <c:if test="${fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_mng_')>-1
or fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_cmmn_')>-1 or fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_cmmn_')>-1

@ -18,12 +18,12 @@
<link rel="shortcut icon" type="image/x-icon" href="/resources/framework/images/common/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/resources/framework/images/common/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/resources/biz/common/css/index.css"/> <link rel="stylesheet" type="text/css" href="/resources/biz/common/css/index.css"/>
<link rel="stylesheet" type="text/css" href="/resources/framework/css/cmmn/common-style.css"/> <link rel="stylesheet" type="text/css" href="/resources/framework/css/common/common-style.css"/>
<link rel="stylesheet" type="text/css" href="/resources/3rd-party/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="/resources/3rd-party/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="/resources/framework/libs/datepicker/datepicker.css" /> <link rel="stylesheet" type="text/css" href="/resources/framework/libs/datepicker/datepicker.css" />
<link rel="stylesheet" type="text/css" href="/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.css" /> <link rel="stylesheet" type="text/css" href="/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.css" />
<link rel="stylesheet" type="text/css" href="/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.css" /> <link rel="stylesheet" type="text/css" href="/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.css" />
<link rel="stylesheet" type="text/css" href="/resources/framework/css/cmmn/xit-tui-grid.css" /> <link rel="stylesheet" type="text/css" href="/resources/framework/css/common/xit-tui-grid.css" />
</th:block> </th:block>

Loading…
Cancel
Save