1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
| <html>
| <head>
| <title>过期提示</title>
| [#include "/business/pages/include/static.html" /]
| </head>
|
|
| <body class="personnel_allocation_body" id="loading">
| <div class="dueremind">
| 您的license将于<em>${DateUtil.format("yyyy年MM月dd日",RequestParameters.expire)}</em>过期,
| 剩余天数为<em>${RequestParameters.expireDay}</em>天
| </div>
| </body>
| </html>
|
|