first commit
This commit is contained in:
82
WebRoot/jsp/visual/1F/Q12PFS2.jsp
Normal file
82
WebRoot/jsp/visual/1F/Q12PFS2.jsp
Normal file
@ -0,0 +1,82 @@
|
||||
<%@ 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="/jsp/inc.jsp"></jsp:include>
|
||||
<style type="text/css">
|
||||
.top{
|
||||
width:100%;
|
||||
height:66%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.topPosition{
|
||||
width:50%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.bottom{
|
||||
background-color:#182E53;
|
||||
color:#61DEFF;
|
||||
width:100%;
|
||||
height:34%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.bottomPosition{
|
||||
width:25%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
BodyHeight();
|
||||
})
|
||||
$(window).resize(function () {
|
||||
//执行代码块
|
||||
BodyHeight();
|
||||
});
|
||||
function BodyHeight() {
|
||||
$("#main").height($(window).height());
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body style="margin:0;padding:0">
|
||||
<div id="main" style="width:100%;height:100%;margin:0;padding:0">
|
||||
<div class="top">
|
||||
<div class="topPosition"><img src="<%=request.getContextPath()%>/IMG/demo/zj.jpg"
|
||||
style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="topPosition"><img src="<%=request.getContextPath()%>/IMG/demo/zj.jpg"
|
||||
style="width:100%;height:100%;"alt="" /></div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="bottomPosition"><img src="<%=request.getContextPath()%>/IMG/demo/jincheng.png"
|
||||
style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="bottomPosition">
|
||||
<iframe id ="iframe1" style="height:100%; width:100%;overflow:hidden;zoom:1;"
|
||||
src="<%=request.getContextPath()%>/jsp/visual/1F/video.jsp" frameborder=0 scrolling="no" allowTransparency="false"></iframe>
|
||||
</div>
|
||||
<div class="bottomPosition">
|
||||
<iframe id ="iframe2" style="height:100%; width:100%;overflow:hidden;zoom:1;"
|
||||
src="<%=request.getContextPath()%>/jsp/visual/1F/video1.jsp" frameborder=0 scrolling="no" allowTransparency="false"></iframe>
|
||||
</div>
|
||||
<div class="bottomPosition"><img src="<%=request.getContextPath()%>/IMG/demo/daogang.png"
|
||||
style="width:100%;height:100%;"alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
113
WebRoot/jsp/visual/1F/Q12PFS3.jsp
Normal file
113
WebRoot/jsp/visual/1F/Q12PFS3.jsp
Normal file
@ -0,0 +1,113 @@
|
||||
<%@ 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="/jsp/inc.jsp"></jsp:include>
|
||||
<style type="text/css">
|
||||
.left{
|
||||
width:75%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.right{
|
||||
color:#61DEFF;
|
||||
width:25%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.rightSon{
|
||||
width:100%;
|
||||
height:33%;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
.DateTime{
|
||||
text-align:center;
|
||||
}
|
||||
.DateTime::before{
|
||||
display: inline-block;
|
||||
content: "";
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.DateTimePosition{
|
||||
width:100%;
|
||||
height:50%;
|
||||
float:left;
|
||||
}
|
||||
.Date{
|
||||
font-size:40px;
|
||||
height:50%;
|
||||
}
|
||||
.Day{
|
||||
font-size:50px;
|
||||
height:50%;
|
||||
}
|
||||
.Time{
|
||||
font-size:70px;
|
||||
}
|
||||
.Seconds{
|
||||
font-size:40px;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
BodyHeight();
|
||||
setInterval(function(){
|
||||
var myDate = new Date;
|
||||
var year = myDate.getFullYear(); //获取当前年
|
||||
var mon = myDate.getMonth() + 1; //获取当前月
|
||||
var date = myDate.getDate(); //获取当前日
|
||||
var h = myDate.getHours();//获取当前小时数(0-23)
|
||||
var m = myDate.getMinutes();//获取当前分钟数(0-59)
|
||||
var s = myDate.getSeconds();//获取当前秒
|
||||
var week = myDate.getDay();
|
||||
var weeks = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"];
|
||||
$("#date").html(year + "年" + mon + "月" + date + "日");
|
||||
$("#day").html(weeks[week]);
|
||||
$("#time").html(h + ":" + m +" <font class='Seconds'>"+s+"</font>");
|
||||
}, 1000);
|
||||
})
|
||||
$(window).resize(function () {
|
||||
//执行代码块
|
||||
BodyHeight();
|
||||
});
|
||||
function BodyHeight() {
|
||||
$("#main").height($(window).height());
|
||||
var width = $(window).width();
|
||||
$(".Date").css("font-size",(40*(width/1920))+"px");
|
||||
$(".Day").css("font-size",(50*(width/1920))+"px");
|
||||
$(".Seconds").css("font-size",(40*(width/1920))+"px");
|
||||
$(".Time").css("font-size",(70*(width/1920))+"px");
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body style="margin:0;padding:0">
|
||||
<div id="main" style="width:100%;height:100%;margin:0;padding:0;background-color:#182E53;">
|
||||
<div class="left"></div>
|
||||
<div class="right">
|
||||
<div class="rightSon">
|
||||
<div id="time" class="DateTime DateTimePosition Time"></div>
|
||||
<div class="DateTimePosition">
|
||||
<div id="day" class="DateTime Day"></div>
|
||||
<div id="date" class="DateTime Date"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/shengchan.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/shengchan.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
60
WebRoot/jsp/visual/1F/Q12PFS3EMS.jsp
Normal file
60
WebRoot/jsp/visual/1F/Q12PFS3EMS.jsp
Normal file
@ -0,0 +1,60 @@
|
||||
<%@ 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="/jsp/inc.jsp"></jsp:include>
|
||||
<style type="text/css">
|
||||
.left{
|
||||
width:75%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.right{
|
||||
color:#61DEFF;
|
||||
width:25%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.rightSon{
|
||||
width:100%;
|
||||
height:33%;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
BodyHeight();
|
||||
})
|
||||
$(window).resize(function () {
|
||||
//执行代码块
|
||||
BodyHeight();
|
||||
});
|
||||
function BodyHeight() {
|
||||
$("#main").height($(window).height());
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body style="margin:0;padding:0">
|
||||
<div id="main" style="width:100%;height:100%;margin:0;padding:0;background-color:#182E53;">
|
||||
<div class="left"></div>
|
||||
<div class="right">
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/EMS.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/PMS.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/daogang.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
60
WebRoot/jsp/visual/1F/Q12PFS3PMS.jsp
Normal file
60
WebRoot/jsp/visual/1F/Q12PFS3PMS.jsp
Normal file
@ -0,0 +1,60 @@
|
||||
<%@ 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="/jsp/inc.jsp"></jsp:include>
|
||||
<style type="text/css">
|
||||
.left{
|
||||
width:75%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.right{
|
||||
color:#61DEFF;
|
||||
width:25%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.rightSon{
|
||||
width:100%;
|
||||
height:33%;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
BodyHeight();
|
||||
})
|
||||
$(window).resize(function () {
|
||||
//执行代码块
|
||||
BodyHeight();
|
||||
});
|
||||
function BodyHeight() {
|
||||
$("#main").height($(window).height());
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body style="margin:0;padding:0">
|
||||
<div id="main" style="width:100%;height:100%;margin:0;padding:0;background-color:#182E53;">
|
||||
<div class="left"></div>
|
||||
<div class="right">
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/PMS.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/EMS.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/daogang.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
116
WebRoot/jsp/visual/1F/ZJMain.jsp
Normal file
116
WebRoot/jsp/visual/1F/ZJMain.jsp
Normal file
@ -0,0 +1,116 @@
|
||||
<%@ 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="/jsp/inc.jsp"></jsp:include>
|
||||
<style type="text/css">
|
||||
.left{
|
||||
width:75%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.right{
|
||||
background-color:#182E53;
|
||||
color:#61DEFF;
|
||||
width:25%;
|
||||
height:100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
float:left;
|
||||
}
|
||||
.rightSon{
|
||||
width:100%;
|
||||
height:33%;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
.DateTime{
|
||||
text-align:center;
|
||||
}
|
||||
.DateTime::before{
|
||||
display: inline-block;
|
||||
content: "";
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.DateTimePosition{
|
||||
width:100%;
|
||||
height:50%;
|
||||
float:left;
|
||||
}
|
||||
.Date{
|
||||
font-size:40px;
|
||||
height:50%;
|
||||
}
|
||||
.Day{
|
||||
font-size:50px;
|
||||
height:50%;
|
||||
}
|
||||
.Time{
|
||||
font-size:70px;
|
||||
}
|
||||
.Seconds{
|
||||
font-size:40px;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
BodyHeight();
|
||||
setInterval(function(){
|
||||
var myDate = new Date;
|
||||
var year = myDate.getFullYear(); //获取当前年
|
||||
var mon = myDate.getMonth() + 1; //获取当前月
|
||||
var date = myDate.getDate(); //获取当前日
|
||||
var h = myDate.getHours();//获取当前小时数(0-23)
|
||||
var m = myDate.getMinutes();//获取当前分钟数(0-59)
|
||||
var s = myDate.getSeconds();//获取当前秒
|
||||
var week = myDate.getDay();
|
||||
var weeks = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"];
|
||||
$("#date").html(year + "年" + mon + "月" + date + "日");
|
||||
$("#day").html(weeks[week]);
|
||||
$("#time").html(h + ":" + m +" <font class='Seconds'>"+s+"</font>");
|
||||
}, 1000);
|
||||
})
|
||||
$(window).resize(function () {
|
||||
//执行代码块
|
||||
BodyHeight();
|
||||
});
|
||||
function BodyHeight() {
|
||||
$("#main").height($(window).height());
|
||||
var width = $(window).width();
|
||||
$(".Date").css("font-size",(40*(width/1920))+"px");
|
||||
$(".Day").css("font-size",(50*(width/1920))+"px");
|
||||
$(".Seconds").css("font-size",(40*(width/1920))+"px");
|
||||
$(".Time").css("font-size",(70*(width/1920))+"px");
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body style="margin:0;padding:0">
|
||||
<div id="main" style="width:100%;height:100%;margin:0;padding:0">
|
||||
<div class="left">
|
||||
<img src="<%=request.getContextPath()%>/IMG/demo/zj.jpg" style="width:100%;height:100%;"alt="" />
|
||||
</div>
|
||||
<div class="right">
|
||||
<div class="rightSon">
|
||||
<div id="time" class="DateTime DateTimePosition Time"></div>
|
||||
<div class="DateTimePosition">
|
||||
<div id="day" class="DateTime Day"></div>
|
||||
<div id="date" class="DateTime Date"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/shengchan.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
<div class="rightSon"><img src="<%=request.getContextPath()%>/IMG/demo/shengchan.png" style="width:100%;height:100%;"alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1052
WebRoot/jsp/visual/1F/video.jsp
Normal file
1052
WebRoot/jsp/visual/1F/video.jsp
Normal file
File diff suppressed because it is too large
Load Diff
1042
WebRoot/jsp/visual/1F/video1.jsp
Normal file
1042
WebRoot/jsp/visual/1F/video1.jsp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user