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

24 lines
889 B
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>
<script type="text/javascript">
</script>
</head>
<body style="width:100%;height:100%;margin:0;padding:0">
<div style="width:100%;height:100%;margin:0;padding:0;">
<img src="<%=request.getContextPath()%>/IMG/ceshi/ceshithree.jpg" style="width:100%;height:100%;"alt="" />
</div>
</body>
</html>