getPassword2.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <dl>
  37. <dt>密码保护问题:<b>您父亲的名字是?</b></dt>
  38. <dt>您的答案</dt>
  39. <dd><input class="inputText"></dd>
  40. <dt>新密码</dt>
  41. <dd><input class="inputText"><p class="tips">密码长度为6-16位,可用英文字母、数字、特殊字符。</p></dd>
  42. <dt>确认新密码</dt>
  43. <dd><input class="inputText"></dd>
  44. <dd class="clearfix"><br><br><a class="button btn-blue" href="">完成</a></dd>
  45. </dl>
  46. </div>
  47. </div>
  48. <div class="footer">
  49. <div class="width950">
  50. <p>Copyright &copy; 2012 <a target="_blank" href="http://smartcost.com.cn">纵横创新软件有限公司</a>. All Rights Reserved </p>
  51. </div>
  52. </div>
  53. </body>