| 12345678910111213141516171819202122232425262728 |
- <!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" />
- <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>
- </dl>
- </div>
- <div class="formBgBottom"></div>
- </div>
- <div class="footer">
- Copyright@<a href="http://smartcost.com.cn" target="_blank">珠海纵横创新软件有限公司</a> all rights reserved
- </div>
- </div>
- </body>
- </html>
|