Files
ningbo/动易的标签库/模板库_dhjd/会员中心模板/默认会员中心添加图片模板.html
2026-08-31 16:22:00 +08:00

103 lines
5.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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.Keyword/}</label>
{PE.ContentForm.Control.Keyword/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.Author/}</label>
{PE.ContentForm.Control.Author/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.CopyFrom/}</label>
{PE.ContentForm.Control.CopyFrom/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.PhotoIntro/}</label>
{PE.ContentForm.Control.PhotoIntro/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.DefaultPicUrl/}</label>
{PE.ContentForm.Control.DefaultPicUrl/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.PhotoUrl/}</label>
{PE.ContentForm.Control.PhotoUrl/} </li>
<li>
<label>
{PE.ContentForm.Labelfor.Stars/}</label>
{PE.ContentForm.Control.Stars/} </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>