12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html lang=zh-cn>
- <head>
- <meta charset=utf-8>
- <title>注册纵横通行帐号</title>
- <meta name=description content=一个帐号通用纵横旗下所有网络产品。>
- <meta name=copyright content=smartcost.com.cn>
- <link rel=stylesheet href=css/global.css>
- <script src=js/jquery-1.7.1.min.js></script>
- <script src=js/global.js></script>
- </head>
- <body>
- <div class="globalHeader">
- <div class="width950">
- <div class="globalNav">
- <a href="http://smartcost.com.cn" target="_blank">纵横官网</a>
- <a href="http://sso.smartcost.com.cn" target="_blank" class="now">通行帐号</a>
- <a href="#">网络版</a>
- <div class="zhzd">
- <a class="zhzdFir">纵横知道<b></b></a>
- <div class="zhzdMenu">
- <a href="http://zhzdwd.com" target="_blank">问答</a>
- <a href="http://zhzdwk.com" target="_blank">文库</a>
- <a href="http://zhzdjg.com" target="_blank">价格信息</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="width950 userInfoPanel clearfix">
- <img src="images/mainlogo.png" class="fL"><!-- <p><b>techen</b>,<a href="#">管理</a> <a href="#">退出</a></p> -->
- </div>
- <div class="globalContent width950">
- <div class="formItem">
- <h2>添加邮箱</h2>
- <div class="regInfo fR">
- <div class="regTips">
- 为了确保您能正常收取邮件,请:<br><br>
- 1.确保您填写的邮箱地址是规范的,可正常使用的邮箱地址;<br><br>
- 2.把域名“smartcost.com.cn”添加至您的邮箱白名单中;<br><br>
- 3.查看“垃圾箱”,看是否有我们发送给您的激活邮件;<br><br>
- 查看帮助中心-《<a href="http://help.zhzdwd.com/index_article/6/74" target="_blank">收不到邮件怎么办?</a>》
- </div>
- </div>
- <dl>
- <dt>填写邮箱</dt>
- <dd><input class="inputText" id="zhemail"><p class="tips">系统将会发送一份验证邮件至新邮箱,请注意查收!</p></dd>
- <dt>输入密码确认</dt>
- <dd><input class="inputText"></dd>
- <dt>密码保护问题</dt>
- <dd>
- <select style="width:290px">
- <option>请选择</option>
- <option>您父亲的名字是?</option>
- <option>您母亲的名字是?</option>
- <option>您的英文名字是?</option>
- <option>您身份证最后6位数字是?</option>
- <option>您就读的第一所学校全称是?</option>
- <option>自定义问题</option>
- </select>
- </dd>
- <dt>自定义问题</dt>
- <dd><input class="inputText"></dd>
- <dt>您的答案</dt>
- <dd><input class="inputText">
- <p class="tips">找回账号密码时必填项,请牢记!</p></dd>
- <dd class="clearfix"><br><br><a class="button btn-blue " href="addMail3.html">发送验证邮件</a></dd>
- </dl>
- </div>
- </div>
- <div class="footer">
- <div class="width950">
- <p>Copyright © 2012 <a target="_blank" href="http://smartcost.com.cn">纵横创新软件有限公司</a>. All Rights Reserved </p>
- </div>
- </div>
- </body>
|