2025-06-20 17:47:53 +08:00
|
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
2025-07-10 15:29:18 +08:00
|
|
|
<title>贵送机具管理系统</title>
|
2025-06-20 17:47:53 +08:00
|
|
|
|
|
|
|
|
<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" />
|