addMail2.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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=css/global.css>
  9. <script src=js/jquery-1.7.1.min.js></script>
  10. <script src=js/global.js></script>
  11. </head>
  12. <body>
  13. <div class="globalHeader">
  14. <div class="width950">
  15. <div class="globalNav">
  16. <a href="http://smartcost.com.cn" target="_blank">纵横官网</a>
  17. <a href="http://sso.smartcost.com.cn" target="_blank" class="now">通行帐号</a>
  18. <a href="#">网络版</a>
  19. <div class="zhzd">
  20. <a class="zhzdFir">纵横知道<b></b></a>
  21. <div class="zhzdMenu">
  22. <a href="http://zhzdwd.com" target="_blank">问答</a>
  23. <a href="http://zhzdwk.com" target="_blank">文库</a>
  24. <a href="http://zhzdjg.com" target="_blank">价格信息</a>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. <div class="width950 userInfoPanel clearfix">
  31. <img src="images/mainlogo.png" class="fL"><!-- <p><b>techen</b>,<a href="#">管理</a>&nbsp;<a href="#">退出</a></p> -->
  32. </div>
  33. <div class="globalContent width950">
  34. <div class="formItem">
  35. <h2>添加邮箱</h2>
  36. <div class="regInfo fR">
  37. <div class="regTips">
  38. 为了确保您能正常收取邮件,请:<br><br>
  39. 1.确保您填写的邮箱地址是规范的,可正常使用的邮箱地址;<br><br>
  40. 2.把域名“smartcost.com.cn”添加至您的邮箱白名单中;<br><br>
  41. 3.查看“垃圾箱”,看是否有我们发送给您的激活邮件;<br><br>
  42. 查看帮助中心-《<a href="http://help.zhzdwd.com/index_article/6/74" target="_blank">收不到邮件怎么办?</a>》
  43. </div>
  44. </div>
  45. <dl>
  46. <dt>填写邮箱</dt>
  47. <dd><input class="inputText" id="zhemail"><p class="tips">系统将会发送一份验证邮件至新邮箱,请注意查收!</p></dd>
  48. <dt>输入密码确认</dt>
  49. <dd><input class="inputText"></dd>
  50. <dt>密码保护问题</dt>
  51. <dd>
  52. <select style="width:290px">
  53. <option>请选择</option>
  54. <option>您父亲的名字是?</option>
  55. <option>您母亲的名字是?</option>
  56. <option>您的英文名字是?</option>
  57. <option>您身份证最后6位数字是?</option>
  58. <option>您就读的第一所学校全称是?</option>
  59. <option>自定义问题</option>
  60. </select>
  61. </dd>
  62. <dt>自定义问题</dt>
  63. <dd><input class="inputText"></dd>
  64. <dt>您的答案</dt>
  65. <dd><input class="inputText">
  66. <p class="tips">找回账号密码时必填项,请牢记!</p></dd>
  67. <dd class="clearfix"><br><br><a class="button btn-blue " href="addMail3.html">发送验证邮件</a></dd>
  68. </dl>
  69. </div>
  70. </div>
  71. <div class="footer">
  72. <div class="width950">
  73. <p>Copyright &copy; 2012 <a target="_blank" href="http://smartcost.com.cn">纵横创新软件有限公司</a>. All Rights Reserved </p>
  74. </div>
  75. </div>
  76. </body>