28 lines
530 B
Plaintext
28 lines
530 B
Plaintext
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>预警信息</title>
|
||
|
<#include "base/pageheader.ftl" />
|
||
|
</head>
|
||
|
<style>
|
||
|
.view {
|
||
|
height: 100%;
|
||
|
background-color: white;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<body>
|
||
|
<div class="view">
|
||
|
<table class="layui-table" id="warn">
|
||
|
</table>
|
||
|
</div>
|
||
|
<#include "base/pagefoot.ftl" />
|
||
|
<script type="text/javascript"
|
||
|
src="${request.contextPath}/static/modules/manager/home/warn.js?v=<@configVersion suosxt='CORE'> </@configVersion>"></script>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
</html>
|