Files
SIPAIIS_WMS_JSSW/WebRoot/jsp/building.jsp

37 lines
1.1 KiB
Plaintext
Raw Permalink 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" %>
<%@ taglib uri="http://www.springsecurity.org/jsp" prefix="security" %>
<%@ page import="com.sipai.entity.base.ServerObject" %>
<!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>
</style>
<script type="text/javascript">
</script>
</head>
<body onload="initMenu();" class="hold-transition ${cu.themeclass} sidebar-mini">
<div class="wrapper">
<div class="content-wrapper" style="background-color: #FCFCFC;">
<!-- Main content -->
<section class="content container-fluid " style="padding:0;text-align: center;">
<img src="<%=request.getContextPath()%>/IMG/building.png" />
</section>
<!-- /.content -->
</div>
</div>
</body>
</html>