219 lines
12 KiB
Plaintext
219 lines
12 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"%>
|
||
<%@page import="com.sipai.entity.visual.JspElement"%>
|
||
<%request.setAttribute("Type_GetValue", JspElement.Type_GetValue); %>
|
||
<%request.setAttribute("Type_Get7dayHistory", JspElement.Type_GetHourHistory); %>
|
||
<%request.setAttribute("Type_Get7dayHistory", JspElement.Type_Get7dayHistory); %>
|
||
<%request.setAttribute("Type_GetModbus", JspElement.Type_GetModbus); %>
|
||
<%request.setAttribute("Type_GetHttp", JspElement.Type_GetHttp); %>
|
||
<!DOCTYPE html>
|
||
<!-- <html lang="zh-CN"> -->
|
||
<!-- BEGIN HEAD -->
|
||
|
||
<head>
|
||
<title></title>
|
||
<!-- 引用页头及CSS页-->
|
||
<jsp:include page="/jsp/inc.jsp"></jsp:include>
|
||
<script type="text/javascript">
|
||
|
||
/* 请求数据 */
|
||
function getValue() {
|
||
$.post(ext.contextPath + '/plan/getJspWholeInfoByPlanLayoutId.do', { planLayoutId: "${param.planLayoutId}" }, function (data) {
|
||
// console.log(data);
|
||
if(data!=''){
|
||
|
||
}
|
||
}, 'json');
|
||
}
|
||
|
||
|
||
|
||
/* 定时器 */
|
||
//setInterval(change, 60000); //每1分钟切换
|
||
// setInterval(getValue, 3600000); //每一小时切换
|
||
|
||
/* 初始化 */
|
||
$(function () {
|
||
if('${param.backgroundColor}'=='transparent'){
|
||
document.body.style.backgroundColor = '${param.backgroundColor}';
|
||
}else{
|
||
document.body.style.backgroundColor = "#" + '${param.backgroundColor}';
|
||
}
|
||
document.getElementById("main").style.width = document.documentElement.clientWidth + "px";
|
||
document.getElementById("main").style.height = (document.documentElement.clientHeight) + "px";
|
||
|
||
document.getElementById("titleImage").src = ""+getRootPath()+"/images/大屏/大屏标题文字背景.png";
|
||
document.getElementById("areaImg").src = ""+getRootPath()+"/images/大屏/服务面积.png";
|
||
document.getElementById("peopleImg").src = ""+getRootPath()+"/images/大屏/服务人口.png";
|
||
document.getElementById("areaImg2").src = ""+getRootPath()+"/images/大屏/服务面积.png";
|
||
document.getElementById("peopleImg2").src = ""+getRootPath()+"/images/大屏/服务人口.png";
|
||
document.getElementById("areaImg3").src = ""+getRootPath()+"/images/大屏/服务面积.png";
|
||
document.getElementById("peopleImg3").src = ""+getRootPath()+"/images/大屏/服务人口.png";
|
||
document.getElementById("areaImg4").src = ""+getRootPath()+"/images/大屏/服务面积.png";
|
||
document.getElementById("peopleImg4").src = ""+getRootPath()+"/images/大屏/服务人口.png";
|
||
document.getElementById("areaImg5").src = ""+getRootPath()+"/images/大屏/服务面积.png";
|
||
document.getElementById("peopleImg5").src = ""+getRootPath()+"/images/大屏/服务人口.png";
|
||
|
||
// getValue();
|
||
//console.log("height",document.body.scrollHeight);
|
||
});
|
||
|
||
//获取url地址根目录 当前taomcat下路径
|
||
function getRootPath(){
|
||
var pathName = window.location.pathname.substring(1);
|
||
// var webName = pathName == '' ? '' : pathName.substring(0, pathName.indexOf('/'));
|
||
return window.location.protocol + '//' + window.location.host;
|
||
}
|
||
|
||
</script>
|
||
|
||
</head>
|
||
|
||
<body style="width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:hidden;">
|
||
<div id="main" style="height:100%;width:100%;padding-top:10px;padding-left:10px;padding-right:10px;">
|
||
<div style="height:100%;width:100%;">
|
||
<div style="float:left;width:100%;height:35px;padding-left: 20px;">
|
||
<div style="float:left;width:100%;height:34px;">
|
||
<div style="position:absolute;top:12px;left:50px;z-index:999;opacity: 1;font-size: 20px;font-family: Microsoft YaHei, Microsoft YaHei-Regular;margin-left:30px;">污水厂介绍</div>
|
||
<img id="titleImage" src="" style="z-index:998;position:relative;"/>
|
||
</div>
|
||
</div>
|
||
<div style="float:left;width:100%;height:calc((100% - 100px)/5);padding-left: 20px;margin-top: 30px;">
|
||
<div style="float: left;height: 35%;width: 100%;">
|
||
<div style="float: left;height: 100%;width: 50%;font-size: 30px;color: #2B9DD8;">
|
||
城桥污水处理厂
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="areaImg" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
77
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="peopleImg" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
27
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 65%;width: 100%;font-size: 20px;color: #D8D8D8;">
|
||
一期设计规模5万m3/d,目前实际运行规模5万m3/d 服务范围包括城桥镇全域与庙镇部分区域
|
||
</div>
|
||
</div>
|
||
<div style="float:left;width:100%;height:calc((100% - 100px)/5);padding-left: 20px;">
|
||
<div style="float: left;height: 35%;width: 100%;">
|
||
<div style="float: left;height: 100%;width: 50%;font-size: 30px;color: #2B9DD8;">
|
||
新河污水处理厂
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="areaImg2" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
46
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="peopleImg2" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
10.5
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 65%;width: 100%;font-size: 20px;color: #D8D8D8;">
|
||
设计规模6.5万m3/d,目前实际运行规模0.5万m3/d 服务范围包括新河镇全域及竖新镇部分区域
|
||
</div>
|
||
</div>
|
||
<div style="float:left;width:100%;height:calc((100% - 100px)/5);padding-left: 20px;">
|
||
<div style="float: left;height: 35%;width: 100%;">
|
||
<div style="float: left;height: 100%;width: 50%;font-size: 30px;color: #2B9DD8;">
|
||
堡镇污水处理厂
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="areaImg3" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
231
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="peopleImg3" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
10.8
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 65%;width: 100%;font-size: 20px;color: #D8D8D8;">
|
||
一期设计规模5万m3/d,目前实际运行规模1.25万m3/d 服务范围包括堡镇、港沿、向化等区域
|
||
</div>
|
||
</div>
|
||
<div style="float:left;width:100%;height:calc((100% - 100px)/5);padding-left: 20px;">
|
||
<div style="float: left;height: 35%;width: 100%;">
|
||
<div style="float: left;height: 100%;width: 50%;font-size: 30px;color: #2B9DD8;">
|
||
陈家镇污水处理厂
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="areaImg4" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
224
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 65%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="peopleImg4" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
24
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 60%;width: 100%;font-size: 20px;color: #D8D8D8;">
|
||
设计规模7.0万m3/d,目前实际运行规模1.75万m3/d 服务范围包括陈家镇、前哨农场、崇明东滩等区域
|
||
</div>
|
||
</div>
|
||
<div style="float:left;width:100%;height:calc((100% - 100px)/5);padding-left: 20px;">
|
||
<div style="float: left;height: 35%;width: 100%;">
|
||
<div style="float: left;height: 100%;width: 50%;font-size: 30px;color: #2B9DD8;">
|
||
长兴污水处理厂
|
||
</div>
|
||
<div style="float: left;height: 100%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="areaImg5" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
26.1
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 65%;width: 25%;">
|
||
<div style="float: left;height:34px;width:34px;padding-top:5px;">
|
||
<img id="peopleImg5" src="" style="z-index:999;position:relative;height:34px;width:34px;"/>
|
||
</div>
|
||
<div style="float: left;font-size: 34px;color: #69F6F9;padding-left: 25px;">
|
||
12
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div style="float: left;height: 60%;width: 100%;font-size: 20px;color: #D8D8D8;">
|
||
设计规模5万m3/d,目前实际运行规模2.5万m3/d 服务范围包括工程服务范围包括长兴岛工业、居住用地等区域
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
|
||
</html> |