getPassword.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 class="regForm">
  37. <dt>通行帐号/注册邮箱</dt>
  38. <dd><input class="inputText" id="zhemail" style="width:420px"><p class="tips">系统将会发送一份邮件至该账户注册时所填写的邮箱,请注意查收!</p></dd>
  39. <dd class="clearfix"><br><a href="#" class="button btn-blue">发送找回密码邮件</a><a href="#" class="button btn-dark">再发一封</a></dd>
  40. </dl>
  41. </div>
  42. </div>
  43. <div class="footer">
  44. <div class="width950">
  45. <p>Copyright &copy; 2012 <a target="_blank" href="http://smartcost.com.cn">纵横创新软件有限公司</a>. All Rights Reserved </p>
  46. </div>
  47. </div>
  48. </body>