first commit
This commit is contained in:
50
WebRoot/jsp/visual/smart.jsp
Normal file
50
WebRoot/jsp/visual/smart.jsp
Normal file
@ -0,0 +1,50 @@
|
||||
<%@ 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>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" />
|
||||
<title>
|
||||
<%= ServerObject.atttable.get("TOPTITLE")%>
|
||||
</title>
|
||||
<!-- 引用页头及CSS页-->
|
||||
<jsp:include page="/jsp/inc.jsp"></jsp:include>
|
||||
<style type="text/css">
|
||||
|
||||
</style>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
var bizid = unitId;
|
||||
var configure = "${param.configure}";
|
||||
$.post(ext.contextPath + '/smart/judgeSmart4UnitType.do',
|
||||
{bizid:bizid,configure:configure},
|
||||
function(data) {
|
||||
window.location.href= ext.contextPath+encodeURI(data);
|
||||
}
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body class="hold-transition ${cu.themeclass} sidebar-mini">
|
||||
<div class="wrapper">
|
||||
<div class="content-wrapper ">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 " id="">
|
||||
<img src="<%=request.getContextPath()%>/IMG/loading.gif" id="loading" class="center-block"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user