|
|
@ -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" />
|
|
|
|