first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,82 @@
<!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/model.css" rel="stylesheet" type="text/css" />
{PE.Label ID="公共脚本"/}
</head>
<body>
<div class="wrapper">
<!--网站内容开始-->
<div class="user_main_all">
{PE.Label ID="会员中心顶部"/}
<!--会员主体定义开始-->
<div class="user_main">
{PE.Label ID="会员中心边侧栏"/}
<!--右侧定义框架开始 -->
<div class="user_summary">
<div class="user_sitepath">
您现在的位置:{PE.Control.YourPosition/}
</div>
{PE.Control.MainForm} {PE.Control.SmContent/}
<div class="model_content_wrap">
<div class="model_content_top">
<h3>
{PE.Control.LblTitle/}
</h3>
</div>
<div class="model_content_center">
<ul class="add_model_content">
{PE.Control.ContentForm}
<li>
<label>
{PE.ContentForm.Labelfor.NodeId/}<br />
{PE.ContentForm.Tips.NodeId/}
</label>
{PE.ContentForm.Control.NodeId/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.SpecialId/}
</label>
{PE.ContentForm.Control.SpecialId/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.Title/}
</label>
{PE.ContentForm.Control.Title/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.RedirectLink/}
</label>
{PE.ContentForm.Control.RedirectLink/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.Status/}
</label>
{PE.ContentForm.Control.Status/} </li>
{/PE.Control.ContentForm}
</ul>
<div class="submit_model_content">
{PE.Control.BtnSave/}
</div>
</div>
</div>
{/PE.Control.MainForm}
</div>
<!--右侧定义框架结束 -->
<div class="clear">
</div>
</div>
<!--会员主体定义结束-->
<!--网站内容结束-->
</div>
</div>
{PE.Label ID="会员中心底部"/}
</body>
</html>