foot.jsp 814 B

1234567891011121314151617181920
  1. <%
  2. String pathf = request.getContextPath();
  3. String basePathf = request.getScheme() + "://"
  4. + request.getServerName() + ":" + request.getServerPort()
  5. + pathf + "/";
  6. %>
  7. <!--[if !IE]> -->
  8. <script type="text/javascript">
  9. window.jQuery || document.write("<script src='<%=basePathf%>static/ace/js/jquery.js'>"+"<"+"/script>");
  10. </script>
  11. <!-- <![endif]-->
  12. <!--[if IE]>
  13. <script type="text/javascript">
  14. window.jQuery || document.write("<script src='<%=basePathf%>static/ace/js/jquery1x.js'>"+"<"+"/script>");
  15. </script>
  16. <![endif]-->
  17. <script type="text/javascript">
  18. if('ontouchstart' in document.documentElement) document.write("<script src='<%=basePathf%>static/ace/js/jquery.mobile.custom.js'>"+"<"+"/script>");
  19. </script>
  20. <script src="static/ace/js/bootstrap.js"></script>