GZMachinesWeb/.svn/pristine/e5/e51b9a62dcd5955f55a5dc259c9...

24 lines
1.0 KiB
Plaintext

<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<title>固定资产管理系统</title>
<c:set var="bonuspath" value="${pageContext.request.contextPath}"/>
<script>
var bonuspath = '${bonuspath}';
</script>
<title>送变电</title>
<script src="${bonuspath}/static/js/jquery/jquery-2.0.3.min.js"></script>
<script type="text/javascript">
if("ontouchend" in document) {
//手机适应;
document.write("<script src='"+bonuspath+"/static/js/jquery/jquery.mobile.custom.min.js'><"+"/script>");
//document.write("<script src='"+bonuspath+"/static/js/jquery/jquery.mobile-1.4.5.min.js'><"+"/script>");
}
</script>
<!--提示组件start-->
<script type="text/javascript" src="${bonuspath}/static/js/jquery/jquery.tips.js"></script>
<!--提示组件end-->
<link rel="icon" href="${bonuspath}/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="${bonuspath}/favicon.ico" type="image/x-icon" />
<link rel="bookmark" href="${bonuspath}/favicon.ico" type="image/x-icon" />