Files
SIPAIIS_WMS_JSSW/WebRoot/jsp/visual/2F/YYChart.jsp
2026-01-16 14:13:44 +08:00

56 lines
3.0 KiB
Plaintext

<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ page import="com.sipai.entity.base.ServerObject"%>
<%@ taglib uri="http://www.springsecurity.org/jsp" prefix="security"%>
<!DOCTYPE html>
<!-- <html lang="zh-CN"> -->
<!-- BEGIN HEAD -->
<head>
<title><%= ServerObject.atttable.get("TOPTITLE")%></title>
<!-- 引用页头及CSS页-->
<jsp:include page="../../inc.jsp"></jsp:include>
<script type="text/javascript">
$(function () {
//console.log("cH",document.body.offsetHeight * 0.33);
document.getElementById("lineChartFrame").style.height = document.body.offsetHeight * 0.33 + "px";
document.getElementById("timeDiv").style.height = document.body.offsetHeight * 0.33 + "px";
document.getElementById("workOrderDiv1").style.height = document.body.offsetHeight * 0.33 + "px";
document.getElementById("workOrderDiv2").style.height = document.body.offsetHeight * 0.34 + "px";
})
</script>
</head>
<body style="width:100%;height:100%;margin:0;padding:0;background-color: #182F52;">
<div id="left" class="row" style="width:50%;height:100%;margin:inherit;padding:0;float:left">
<div style="width:100%;height:67%;margin:0;padding:0;">
<img src="<%=request.getContextPath()%>/IMG/bg_2F/B3-Q21-00.jpg" style="width:100%;height:100%;" alt="" />
</div>
<!--<img src="<%=request.getContextPath()%>/IMG/bg_2F/lineChart.jpg" style="width:100%;height:100%;" alt="" />-->
<iframe width="100%" height="33%" FRAMEBORDER="0" id="lineChartFrame" name="lineChartFrame"
src="<%=request.getContextPath()%>/jsp/visual/modules/lineChart.jsp"></iframe>
</div>
<div id="right" class="row" style="width:25%;height:100%;margin:inherit;padding:0;float:right">
<div id="timeDiv" style="width:100%;height:34%;margin:0;padding:0;">
<!--<img src="<%=request.getContextPath()%>/IMG/bg_2F/weather.jpg" style="width:100%;height:100%;" alt="" />-->
<iframe width="100%" height="100%" FRAMEBORDER="0" id="timeFrame" name="timeFrame"
src="<%=request.getContextPath()%>/jsp/visual/modules/time.jsp"></iframe>
</div>
<div id="workOrderDiv1" style="width:100%;height:33%;margin:0;padding:0;">
<!--<img src="<%=request.getContextPath()%>/IMG/bg_2F/workorder.png" style="width:100%;height:100%;" alt="" />-->
<iframe width="100%" height="100%" FRAMEBORDER="0" id="workOrderFrame" name="workOrderFrame"
src="<%=request.getContextPath()%>/jsp/visual/modules/workOrderInfo.jsp"></iframe>
</div>
<div id="workOrderDiv2" style="width:100%;height:33%;margin:0;padding:0;">
<!--<img src="<%=request.getContextPath()%>/IMG/bg_2F/workorder.png" style="width:100%;height:100%;" alt="" />-->
<iframe width="100%" height="100%" FRAMEBORDER="0" id="workOrderFrame" name="workOrderFrame"
src="<%=request.getContextPath()%>/jsp/visual/modules/workOrderInfo.jsp"></iframe>
</div>
</div>
</body>
</html>