liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
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
28
29
30
31
32
33
34
35
36
37
38
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/webpage/include/taglib.jsp"%>
<!DOCTYPE html>
<html>
 
<head>
 
    <meta charset="utf-8">
    <meta name="decorator" content="default"/>
      <!-- SUMMERNOTE -->
     <link href="${ctxStatic}/summernote/summernote.css" rel="stylesheet">
     <link href="${ctxStatic}/summernote/summernote-bs3.css" rel="stylesheet">
     <script src="${ctxStatic}/summernote/summernote.min.js"></script>
     <script src="${ctxStatic}/summernote/summernote-zh-CN.js"></script>
 
</head>
 
<body class="gray-bg">
 
    
    <div class="lock-word animated fadeInDown">
    </div>
    <div class="middle-box text-center lockscreen animated fadeInDown" style="width:400px">
        <div>
            <div class="m-b-md">
                <img alt="image" style="width:150px;"class="img-circle circle-border" src="${ctxStatic}/images/success.jpg">
            </div>
             <sys:message hideType="0" content="${result}"/>
            
            <form class="m-t" role="form" action="index.html">
                <a href="${ctx}/tools/email" class="btn btn-primary block full-width">返回</a>
            </form>
        </div>
    </div>
 
</body>
 
</html>