Authored by qinchao

格式调整

1 package com.ui.ctrl; 1 package com.ui.ctrl;
2 2
3 3
4 -import com.ui.User.UserOperateListener;  
5 import com.ui.http.HttpRestClient; 4 import com.ui.http.HttpRestClient;
6 import com.ui.model.BaseResponse; 5 import com.ui.model.BaseResponse;
7 import com.ui.model.rep.PageResponse; 6 import com.ui.model.rep.PageResponse;
8 import com.ui.model.req.MonitorAlarmTableReq; 7 import com.ui.model.req.MonitorAlarmTableReq;
9 -import com.ui.model.req.SqlOpLogsReq;  
10 import org.slf4j.Logger; 8 import org.slf4j.Logger;
11 import org.slf4j.LoggerFactory; 9 import org.slf4j.LoggerFactory;
12 import org.springframework.beans.factory.annotation.Autowired; 10 import org.springframework.beans.factory.annotation.Autowired;
13 import org.springframework.stereotype.Controller; 11 import org.springframework.stereotype.Controller;
14 -import org.springframework.ui.Model;  
15 -import org.springframework.web.bind.annotation.RequestBody;  
16 import org.springframework.web.bind.annotation.RequestMapping; 12 import org.springframework.web.bind.annotation.RequestMapping;
17 import org.springframework.web.bind.annotation.ResponseBody; 13 import org.springframework.web.bind.annotation.ResponseBody;
18 import org.springframework.web.servlet.ModelAndView; 14 import org.springframework.web.servlet.ModelAndView;
19 15
20 -import java.util.Arrays;  
21 -import java.util.HashMap;  
22 -import java.util.List;  
23 -import java.util.Map;  
24 -  
25 @Controller 16 @Controller
26 @RequestMapping("/monitorAlarm") 17 @RequestMapping("/monitorAlarm")
27 public class MonitorAlarmCtrl { 18 public class MonitorAlarmCtrl {
@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
15 + request.getServerName() + ":" + request.getServerPort() 15 + request.getServerName() + ":" + request.getServerPort()
16 + path + "/"; 16 + path + "/";
17 %> 17 %>
  18 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
18 <html> 19 <html>
19 <head> 20 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 21 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
14 + request.getServerName() + ":" + request.getServerPort() 14 + request.getServerName() + ":" + request.getServerPort()
15 + path + "/"; 15 + path + "/";
16 %> 16 %>
  17 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
17 <html> 18 <html>
18 <head> 19 <head>
19 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 20 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -77,7 +78,7 @@ @@ -77,7 +78,7 @@
77 <div class="widget-title"> 78 <div class="widget-title">
78 <h5>用户操作记录</h5> 79 <h5>用户操作记录</h5>
79 </div> 80 </div>
80 - 81 + <div class="widget-content nopadding">
81 <div class="widget-title" style="height: 56px;"> 82 <div class="widget-title" style="height: 56px;">
82 <div> 83 <div>
83 <div class="form-inline" role="form" id="inBoxQueryDiv" style=" margin-top: 12px;margin-left: 25px;float: left;"> 84 <div class="form-inline" role="form" id="inBoxQueryDiv" style=" margin-top: 12px;margin-left: 25px;float: left;">
@@ -93,6 +94,7 @@ @@ -93,6 +94,7 @@
93 </div> 94 </div>
94 </div> 95 </div>
95 </div> 96 </div>
  97 + </div>
96 <div id="ipTable" style="overflow-y: auto; overflow-x:hidden;max-height: 700px" /> 98 <div id="ipTable" style="overflow-y: auto; overflow-x:hidden;max-height: 700px" />
97 </div> 99 </div>
98 </div> 100 </div>