register2.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <div class="width950 userInfoPanel clearfix">
  15. <a href="http://sso.smartcost.com.cn" title="返回通行帐号首页"><img src="{{rootUrl_IMG}}mainlogo.png" class="fL"></a>
  16. </div>
  17. <div class="globalContent width950">
  18. <div class="formItem">
  19. <h2>注册通行帐号</h2>
  20. <div class="regInfo fR">
  21. <div class="regStepTip">
  22. <p><b>第一步 填写注册信息</b></p>
  23. <p class="colGreen">第二步 进行邮箱验证</p>
  24. <p>第三步 完成注册</p>
  25. </div>
  26. </div>
  27. <dl class="regForm">
  28. <dt>您的验证邮件已发送至</dt>
  29. <dd><b class="mailItem">{{email}}</b>注意查收,</dd>
  30. <dd><br>打开邮件后,请按提示完成通行帐号邮件验证。</dd>
  31. <dd class="clearfix"><br>
  32. 为了确保您能正常收取邮件,请:<br><br>
  33. 1.确保您填写的邮箱地址是规范的,可正常使用的邮箱地址;<br><br>
  34. 2.把域名“smartcost.com.cn”添加至您的邮箱白名单中;<br><br>
  35. 3.查看“垃圾箱”,看是否有我们发送给您的验证邮件;<br><br>
  36. 查看帮助中心-《<a target="_blank" href="http://help.smartcost.com.cn/hc/kb/article/161204/">收不到邮件怎么办?</a>》
  37. </dd>
  38. </dl>
  39. </div>
  40. </div>
  41. <!-- include '_footer' -->
  42. </body>
  43. </html>