Files
ningbo/动易的标签库/模板库_dhjd/会员中心模板/默认会员中心注册认证模板.html
T
2026-08-31 16:22:00 +08:00

47 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content='{PE.Label id="取得META信息" siteConfig="true" metaType="keywords" /}'
name="Keywords" />
<meta content='{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}'
name="Description" />
<title>{PE.Control.PageTitle/}-会员中心</title>
<link href="{PE.SiteConfig.SkinPath/}user/default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}user/register.css" rel="stylesheet" type="text/css" />
{PE.Label id="公共脚本" /}
</head>
<body>
{PE.Label id="会员注册登录顶部" /}
<div class="reg_flow mtop10">
<div class="reg_sitepath registercheck">
您现在的位置:<a href="{PE.SiteConfig.SitePath/}">{PE.SiteConfig.SiteName/}</a> >> 忘记密码</div>
<div class="reg_contant clear">
{PE.Control.MainForm}
<div class="registercheck_list">
<ul>
<li>
<label>
{PE.Control.Localize4/}
</label>
{PE.Control.TxtUserName/} </li>
<li>
<label>
{PE.Control.Localize5/}
</label>
{PE.Control.TxtPassword/} </li>
<li>
<label>
{PE.Control.Localize6/}
</label>
{PE.Control.TxtCheckNum/} </li>
<li class="push_button">{PE.Control.BtnRegCheck/} </li>
</ul>
</div>
{/PE.Control.MainForm}
</div>
</div>
{PE.Label id="会员注册登录底部" /}
</body>
</html>