| 12345678910111213141516171819202122232425262728293031 |
- <!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={{rootUrl_CSS}}global.css>
- <script src={{rootUrl_JS}}jquery-1.7.1.min.js></script>
- <script src={{rootUrl_JS}}global.js></script>
- </head>
- <body>
- <!-- include '_header' -->
- <!-- include '_body_top' -->
- <div class="width950 userInfoPanel clearfix">
- <a href="http://sso.smartcost.com.cn" title="返回通行帐号首页"><img src="{{rootUrl_IMG}}mainlogo.png" class="fL"></a>
- </div>
- <div class="globalContent width950">
- <div class="formItem">
- <h2>修改邮箱成功</h2>
- <dl class="regForm">
- <dt>您的邮箱已经修改为</dt>
- <dd><b class="mailItem">{{email}}</b></dd>
- <dd><br><a href="{{rootUrl}}">返回首页</a> <a href="{{rootUrl}}profile">返回个人信息</a></dd>
-
- </dl>
- </div>
- </div>
- <!-- include '_footer' -->
- </body>
- </html>
|