|
|
@ -3,6 +3,19 @@
|
|
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
|
|
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
|
|
|
|
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>
|
|
|
|
<%String uri = request.getRequestURI();%>
|
|
|
|
<%String uri = request.getRequestURI();%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 프레임워크 템플릿 sneat -->
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" >
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/css/core.css" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/css/theme-default.css" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/fonts/boxicons.css" />
|
|
|
|
|
|
|
|
<script src="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/js/bootstrap.js"></script><!-- 부트스트랩 -->
|
|
|
|
|
|
|
|
<script src="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/js/menu.js"></script><!-- 메뉴 -->
|
|
|
|
|
|
|
|
<script src="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/js/helpers.js"></script>
|
|
|
|
|
|
|
|
<script src="${ctx}/resources/framework/template/sneat-1.0.0/assets/vendor/libs/popper/popper.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<header>
|
|
|
|
|
|
|
|
|
|
|
|
<hgroup>
|
|
|
|
<hgroup>
|
|
|
@ -316,7 +329,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
let mr;
|
|
|
|
let mr;
|
|
|
|
mr = new MenuRender();
|
|
|
|
mr = new MenuRender();
|
|
|
|
mr.template = "default";
|
|
|
|
mr.template = "sneat";
|
|
|
|
mr.init();
|
|
|
|
mr.init();
|
|
|
|
mr.menuDraw(data.allMenuList);
|
|
|
|
mr.menuDraw(data.allMenuList);
|
|
|
|
}
|
|
|
|
}
|
|
|
|