fix: css 경로 fix

main
minuk926 2 years ago
parent 23cd8163e8
commit 9ad81aeae6

@ -45,13 +45,11 @@ public class XitFrameFileServiceImpl implements XitFrameFileService {
@Override @Override
public void addProc(Map<String, String> m) { public void addProc(Map<String, String> m) {
// TODO Auto-generated method stub
} }
@Override @Override
public void modifyProc(Map<String, String> m) { public void modifyProc(Map<String, String> m) {
// TODO Auto-generated method stub
} }
@ -74,7 +72,6 @@ public class XitFrameFileServiceImpl implements XitFrameFileService {
@Override @Override
public void removesProc(String ids) { public void removesProc(String ids) {
// TODO Auto-generated method stub
} }
} }

@ -7,9 +7,8 @@
<c:set var="ctx" value="${pageContext.request.contextPath}"/> <c:set var="ctx" value="${pageContext.request.contextPath}"/>
<!-- [JS/CSS] tui Grid --> <!-- [JS/CSS] tui Grid -->
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/jquery-ui/1.13.2/jquery-ui.css" />
<%-- TODO: jquery-ui theme 업무별 적용 --%> <%-- TODO: jquery-ui theme 업무별 적용 --%>
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/jquery-ui/1.13.2/themes/base/jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/jquery-ui/1.13.2/themes/humanity/jquery-ui.css" />
<!-- jquery datepicker custom --> <!-- jquery datepicker custom -->
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/datepicker/datepicker.css" /> <link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/datepicker/datepicker.css" />
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.css" /> <link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.css" />

Loading…
Cancel
Save