changeMail2.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
  5. <title>纵横知道·通行证</title>
  6. <link href="{{rootUrl}}global/css/globalLayout.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div class="warpBody">
  10. <div class="header">
  11. <a href="{{rootUrl}}" title="返回首页" class="logoLink"><div class="logo"></div></a>
  12. </div>
  13. <div class="formItem">
  14. <div class="formBgTop"></div>
  15. <div class="formBgMiddle clearfix">
  16. <h2>修改邮箱成功</h2>
  17. <dl>
  18. <dt>您的邮箱已经修改为</dt>
  19. <dd><b>{{email}}</b></dd>
  20. <dd><a href="{{rootUrl}}">返回</a></dd>
  21. </dl>
  22. </div>
  23. <div class="formBgBottom"></div>
  24. </div>
  25. <!-- include 'footer' -->
  26. </div>
  27. </body>