| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | <!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><b>ka****en@live.cn</b></dd>				<dt>新邮箱</dt>				<dd><input class="inputText"><p class="tips">系统将会发送一份验证邮件至新邮箱,请注意查收!</p></dd>				<dt>输入密码确认</dt>				<dd><input class="inputText"></dd>								<dd class="clearfix"><br><br><a class="button btn-blue " href="">发送验证邮件</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>
 |