| 123456789101112131415161718192021222324252627 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
- <title>纵横知道·通行证</title>
- <link href="{{rootUrl}}global/css/globalLayout.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div class="warpBody">
- <div class="header">
- <a href="{{rootUrl}}" title="返回首页" class="logoLink"><div class="logo"></div></a>
- </div>
- <div class="formItem">
- <div class="formBgTop"></div>
- <div class="formBgMiddle clearfix">
- <h2>修改邮箱成功</h2>
- <dl>
- <dt>您的邮箱已经修改为</dt>
- <dd><b>{{email}}</b></dd>
- <dd><a href="{{rootUrl}}">返回</a></dd>
- </dl>
- </div>
- <div class="formBgBottom"></div>
- </div>
- <!-- include 'footer' -->
- </div>
- </body>
|