Files
SIPAIIS_WMS_JSSW/WebRoot/jsp/visual/2F/YYQ21UPDOWN.jsp

49 lines
2.3 KiB
Plaintext
Raw Normal View History

2026-01-16 14:13:44 +08:00
<%@ 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>
<script type="text/javascript">
$(function(){
//console.log("cH",document.body.offsetHeight * 0.33);
document.getElementById("timeDiv").style.height = document.body.offsetHeight * 0.33 + "px";
document.getElementById("userDiv").style.height = document.body.offsetHeight * 0.33 + "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>
<div id="timeDiv" style="width:50%;height:33%;margin:0;padding:0;float:left">
<!-- <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="userDiv" style="width:50%;height:33%;margin:0;padding:0;float:right">
<!-- <img src="<%=request.getContextPath()%>/IMG/bg_2F/user.jpg" style="width:100%;height:100%;" alt="" /> -->
<iframe width="100%" height="100%" FRAMEBORDER="0" id="userFrame" name="userFrame"
src="<%=request.getContextPath()%>/jsp/visual/modules/userInfo.jsp"></iframe>
</div>
</div>
<div id="right" class="row" style="width:50%;height:100%;margin:inherit;padding:0;float:right">
<div style="width:100%;height:100%;margin:0;padding:0;">
<img src="<%=request.getContextPath()%>/IMG/bg_2F/process.jpg" style="width:100%;height:100%;" alt="" />
</div>
</div>
</body>
</html>