tools.jsp 566 Bytes
<%@ include file="/frame/init.jsp" %>
<link href="<%=request.getContextPath()%>/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="<%=request.getContextPath()%>/static/js/jquery/jquery-1.12.4.js" type="text/javascript"></script>
<script src="<%=request.getContextPath()%>/static/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="<%=request.getContextPath()%>/static/js/others/bootbox.min.js" type="text/javascript"></script>
<script src="<%=request.getContextPath()%>/static/js/util.js" type="text/javascript"></script>