default.jsp 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <%@ page import="com.key.common.plugs.version.VersionInfo" %>
  2. <%@ page language="java" contentType="text/html; charset=UTF-8"
  3. pageEncoding="UTF-8"%>
  4. <%@include file="/common/taglibs.jsp" %>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <title><sitemesh:write property='title' />&nbsp;&nbsp;调问网</title>
  10. <link href="${ctx }/js/plugs/jquery-ui-1.10.3.custom/css/mycss/jquery-ui-1.10.3.custom.css" rel="stylesheet" type="text/css" />
  11. <link href="${ctx }/js/plugs/font-awesome-4.2.0/css/font-awesome.css" rel="stylesheet">
  12. <script type="text/javascript" src="${ctx }/js/plugs/jquery-ui-1.10.3.custom/js/jquery-1.10.1.js"></script>
  13. <script type="text/javascript" src="${ctx }/js/plugs/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.js"></script>
  14. <script type="text/javascript" src="${ctx }/js/dw/responsive-width.js"></script>
  15. <%--<script language="javascript" type="text/javascript" src="${ctx }/js/plugs/My97DatePickerBeta/My97DatePicker/WdatePicker.js"></script>--%>
  16. <script language="javascript" type="text/javascript" src="${ctx }/js/plugs/laydate/laydate.js"></script>
  17. <sitemesh:write property='head' />
  18. <link href="${ctx }/css/dw-user.css" rel="stylesheet" type="text/css" />
  19. <link rel="icon" href="/favicon.ico" type="image/x-icon" />
  20. </head>
  21. <body>
  22. <div id="wrap" >
  23. <input type="hidden" id="ctx" name="ctx" value="${ctx }">
  24. <%@ include file="/WEB-INF/page/layouts/header.jsp"%>
  25. <sitemesh:write property='body' />
  26. <div class="dw_foot" style="padding-top:20px;">
  27. <%@ include file="/WEB-INF/page/layouts/footer-1.jsp"%>
  28. <!-- 必须保留声明 start -->
  29. <div class="footer-copyright" style="color: gray;padding-top: 0px;font-size: 16px;padding-bottom: 16px;">
  30. Powered by <a href="http://www.diaowen.net" style="text-decoration: none;color: gray;"> <%=VersionInfo.getVersionInfo()%> </a>
  31. &nbsp;&nbsp;&nbsp;Copyright © 2012-2021
  32. <a href="http://www.diaowen.net" style="text-decoration: none;color: rgb(53, 117, 136);">调问网</a>
  33. </div>
  34. <!-- 必须保留声明 end -->
  35. </div>
  36. </div>
  37. <%@ include file="/WEB-INF/page/layouts/other.jsp"%>
  38. <script type="text/javascript">
  39. resizeBodyWidth();
  40. </script>
  41. </body>
  42. </html>