|
|
@ -2,29 +2,30 @@
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/head.jsp" />
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/head.jsp" />
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<!-- Layout wrapper -->
|
|
|
|
|
|
|
|
<div class="layout-wrapper layout-content-navbar">
|
|
|
|
<div class="layout-wrapper layout-content-navbar">
|
|
|
|
<div class="layout-container">
|
|
|
|
<div class="layout-container">
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/userMenus.jsp" />
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/userMenus.jsp" />
|
|
|
|
<!-- Layout container -->
|
|
|
|
|
|
|
|
<div class="layout-page">
|
|
|
|
<div class="layout-page">
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/top.jsp" />
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/top.jsp" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="tabsForInnerPage" class="nav-align-top mt-3">
|
|
|
|
|
|
|
|
<ul class="nav nav-tabs nav-tabs-ifr"></ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="innerPageTabContents" class="tab-content"></div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- / Layout page -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- / Layout wrapper -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/tail.jsp" />
|
|
|
|
|
|
|
|
<script >
|
|
|
|
|
|
|
|
${functions}
|
|
|
|
|
|
|
|
${userMenus}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function(){
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/tail.jsp" />
|
|
|
|
|
|
|
|
<script >
|
|
|
|
|
|
|
|
${functions}
|
|
|
|
|
|
|
|
${userMenus}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function(){
|
|
|
|
${onload}
|
|
|
|
${onload}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
</html>
|