Blame view

WebRoot/WEB-INF/jsp/system/index/foot.jsp 814 Bytes
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  		<%
  			String pathf = request.getContextPath();
  			String basePathf = request.getScheme() + "://"
  					+ request.getServerName() + ":" + request.getServerPort()
  					+ pathf + "/";
  		%>
  		<!--[if !IE]> -->
  		<script type="text/javascript">
  			window.jQuery || document.write("<script src='<%=basePathf%>static/ace/js/jquery.js'>"+"<"+"/script>");
  		</script>
  		<!-- <![endif]-->
  		<!--[if IE]>
  		<script type="text/javascript">
  		 window.jQuery || document.write("<script src='<%=basePathf%>static/ace/js/jquery1x.js'>"+"<"+"/script>");
  		</script>
  		<![endif]-->
  		<script type="text/javascript">
  			if('ontouchstart' in document.documentElement) document.write("<script src='<%=basePathf%>static/ace/js/jquery.mobile.custom.js'>"+"<"+"/script>");
  		</script>
  		<script src="static/ace/js/bootstrap.js"></script>