21 lines
528 B
HTML
21 lines
528 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>找回密码</title>
|
|
<vt:include file="../inc/meta.inc" />
|
|
|
|
<link href="Styles/PwFind.css?ver={$version}" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<vt:include file="../inc/Header.html" />
|
|
<div loyout="row" class="context">
|
|
<div class="contextbox">
|
|
<div class="infoBox">
|
|
<vt:include file="Module/Accounts/PwFind.htm" from="_public" remark="找回密码模块,为公共模块" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<vt:include file="../inc/footer.html" />
|
|
</body>
|
|
</html>
|