|
|
|
@ -3,35 +3,34 @@
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="${ctx}/resources/framework/images/common/favicon.ico"/>
|
|
|
|
|
|
|
|
|
|
<!-- [JS/CSS] tui Grid -->
|
|
|
|
|
<%-- TODO: jquery-ui theme 업무별 적용 --%>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
|
|
|
|
|
<!-- 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/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-date-picker/tui-date-picker.css" />--%>
|
|
|
|
|
<%-- <link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-time-picker/tui-time-picker.css" />--%>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.css" />
|
|
|
|
|
<%-- <link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/fontawesome.css"/> --%>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/fontawesome_02.css"/>
|
|
|
|
|
<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/brands.css"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/solid.css"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/biz/common/css/regular.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/xit-tui-grid.css" />
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/common-style.css"/>
|
|
|
|
|
|
|
|
|
|
<!-- [JS/CSS] jquery -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/jquery-ui/1.13.2/themes/redmond/jquery-ui.css" />
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/jquery/3.6.1/jquery.js" ></script>
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/jquery-ui/1.13.2/jquery-ui.js" ></script>
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/jquery/js/jquery.blockUI.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- jquery datepicker custom -->
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/jquery/js/jquery.blockUI.js"></script>
|
|
|
|
|
<!-- jquery datepicker custom -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/datepicker/datepicker.css" />
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/framework/datepicker/datepicker.js" ></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- [JS/CSS] tui Grid -->
|
|
|
|
|
<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-date-picker/tui-date-picker.css" />--%>
|
|
|
|
|
<%-- <link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-time-picker/tui-time-picker.css" />--%>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-grid/tui-grid.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/xit-tui-grid.css" />
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/tuiGrid/js/tui-code-snippet.js" ></script>
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-pagination/tui-pagination.js" ></script>
|
|
|
|
|
<%-- <script type="text/javascript" src="${ctx}/resources/3rd-party/tui/grid/4.21.5/tui-time-picker/tui-time-picker.js" ></script>--%>
|
|
|
|
@ -41,15 +40,14 @@
|
|
|
|
|
|
|
|
|
|
<!-- [JS] rolling -->
|
|
|
|
|
<%-- <script type="text/javascript" src="${ctx}/resources/3rd-party/rolling/js/jquery.vticker-min.js"></script> --%>
|
|
|
|
|
|
|
|
|
|
<!-- [JS] SheetJS -->
|
|
|
|
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.1/xlsx.full.min.js" ></script> -->
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/sheetJS/js/xlsx.full.min.js" ></script>
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/3rd-party/sheetJS/js/FileSaver.min.js" ></script> <!-- [선택]클라이언트 저장기능 필요 시 -->
|
|
|
|
|
|
|
|
|
|
<!-- [JS/CSS] framework -->
|
|
|
|
|
<%--script type="text/javascript" src="${ctx}/resources/biz/common/js/jquery.js" ></script--%>
|
|
|
|
|
<!-- [JS] framework -->
|
|
|
|
|
<script type="text/javascript" src="${ctx}/resources/biz/common/js/jquery.serializeObject.js" ></script>
|
|
|
|
|
<!--script type="text/javascript" src="${ctx}/resources/biz/common/js/jquery-ui.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/framework/js/cmm/frwkApiURL.js" ></script>
|
|
|
|
@ -66,7 +64,6 @@
|
|
|
|
|
<script type="text/javascript" src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- [JS/CSS] ENS Project -->
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
#progress {
|
|
|
|
|