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

60 lines
1.7 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="/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>