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>Logined.html</title>
|
| <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
| <meta http-equiv="description" content="this is my page">
| <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| </head>
|
| <body>
| 该用户${user.LOGINNAME}已经于${user.THISTIME}在[${user.THISIP}]登录!<BR/><a href="KickedOut.html">强制踢出</a> <a href="login.html">返回登录</a>
| </body>
| </html>
|
|