success.html 1.5 KB

123456789101112131415161718192021222324252627282930313233
  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. <link href="{{rootUrl}}global/css/globalLayout.css" rel="stylesheet" type="text/css" />
  6. </head>
  7. <body>
  8. <div class="warpBody">
  9. <div class="header">
  10. <a href="{{rootUrl}}" title="返回首页" class="logoLink"><div class="logo"></div></a>
  11. </div>
  12. <div class="formItem">
  13. <div class="formBgTop"></div>
  14. <div class="formBgMiddle clearfix">
  15. <h2>注册通行证</h2>
  16. <div class="registerTitle">
  17. <div class="registerStep-3"></div>
  18. </div>
  19. <div class="successItem">
  20. <p>{{name}},您的邮箱已经验证成功,您现在可以登录:</p>
  21. <div class="navButton">
  22. <a class="btn-wd" href="http://zhzdwd.com">问答</a>
  23. <a class="btn-wk" href="http://zhzdwk.com">文库</a>
  24. <a class="btn-jg"href="http://zhzdjg.com">价格信息</a>
  25. </div>
  26. </div>
  27. </div>
  28. <div class="formBgBottom"></div>
  29. </div>
  30. <!-- include 'footer' -->
  31. </div>
  32. </body>
  33. </html>