changeMail3.html 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>注册纵横通行帐号</title>
  6. <meta name=description content=一个帐号通用纵横旗下所有网络产品。>
  7. <meta name=copyright content=smartcost.com.cn>
  8. <link rel=stylesheet href={{rootUrl_CSS}}global.css>
  9. <script src={{rootUrl_JS}}jquery-1.7.1.min.js></script>
  10. <script src={{rootUrl_JS}}global.js></script>
  11. </head>
  12. <body>
  13. <!-- include '_header' -->
  14. <!-- include '_body_top' -->
  15. <div class="width950 userInfoPanel clearfix">
  16. <a href="http://sso.smartcost.com.cn" title="返回通行帐号首页"><img src="{{rootUrl_IMG}}mainlogo.png" class="fL"></a>
  17. </div>
  18. <div class="globalContent width950">
  19. <div class="formItem">
  20. <h2>修改邮箱成功</h2>
  21. <dl class="regForm">
  22. <dt>您的邮箱已经修改为</dt>
  23. <dd><b class="mailItem">{{email}}</b></dd>
  24. <dd><br><a href="{{rootUrl}}">返回首页</a>&nbsp;&nbsp;<a href="{{rootUrl}}profile">返回个人信息</a></dd>
  25. </dl>
  26. </div>
  27. </div>
  28. <!-- include '_footer' -->
  29. </body>
  30. </html>