You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
795 B
Plaintext
30 lines
795 B
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
|
<jsp:include page="/WEB-INF/jsp/include/head.jsp" />
|
|
<body>
|
|
<!-- Layout wrapper -->
|
|
<div class="layout-wrapper layout-content-navbar">
|
|
<div class="layout-container">
|
|
<jsp:include page="/WEB-INF/jsp/include/userMenus.jsp" />
|
|
<!-- Layout container -->
|
|
<div class="layout-page">
|
|
<jsp:include page="/WEB-INF/jsp/include/top.jsp" />
|
|
|
|
</div>
|
|
<!-- / Layout page -->
|
|
</div>
|
|
</div>
|
|
<!-- / Layout wrapper -->
|
|
|
|
<jsp:include page="/WEB-INF/jsp/include/tail.jsp" />
|
|
<script >
|
|
${functions}
|
|
${userMenus}
|
|
|
|
$(function(){
|
|
${onload}
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html> |