24 lines
986 B
HTML
24 lines
986 B
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/}default.css" rel="stylesheet" type="text/css" />
|
|
<link href="{PE.SiteConfig.SkinPath/}user/model.css" rel="stylesheet" type="text/css" />
|
|
{PE.Label id="公共脚本" /}
|
|
</head>
|
|
<body>
|
|
{PE.Label id="网站顶部"/}
|
|
<div class="wrapper mtop10">
|
|
<div class="cryptonym">
|
|
{PE.Control.MainForm/}
|
|
</div>
|
|
</div>
|
|
{PE.Label id="网站底部" /}
|
|
</body>
|
|
</html>
|