cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html class="no-js">
<head>
    <meta charset="utf-8">
    <title>系统管理员桌面</title>
   [#include "/business/pages/include/static.html" /]
 
</head>
 
<body class="service">
[#include "/business/pages/desktop/deskheader.html" /]
[#include "/business/pages/desktop/deskMenuInclude.html" /]
[#include "/business/pages/desktop/funInclude.html" /]
[#include "/business/pages/include/footer.html" /]
 
<script>
[#if expireDay??&&expireDay<=30]
var url = "${base}/business/expireInfo.html?expireDay=${expireDay}&expire=${expire}";
window.top.openDialog("lc","license过期提醒",
         {},
         {"width":50,"height":60},
         [],
         url);  
[/#if]
</script>
</body>
</html>