first commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>会员中心</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>txt</OutType>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<Version officialVersion="" modifiedVersions="3601" compatibleVersion="" />
|
||||
<LabelTemplate>
|
||||
<![CDATA[<!--网站底部开始-->
|
||||
<div class="foot">
|
||||
<div class="wrapper">
|
||||
<div class="usercopyright">
|
||||
<a href="{PE.SiteConfig.SitePath/}" title="{PE.SiteConfig.SiteName/}" target="_blank">{PE.SiteConfig.SiteName/} 版权所有</a>Copyright ©2003-2010</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
function forceReloadImage(){
|
||||
$('img.bigAvatar,img.smallAvatar').each(function(){var src = $(this).attr('src'); $(this).attr('src',src+'?ts'+new Date().getTime());})
|
||||
}
|
||||
$(document).ready(function() {
|
||||
$('a').lostFocus();
|
||||
forceReloadImage();
|
||||
$('a[disabled="disabled"]').css({'color':'#cccccc','cursor':'default'}).removeAttr('onclick').click(function(){return false;}).attr('href','javascrip:void(0);')
|
||||
var winHeight = $(window).height();
|
||||
var mainHeight = $('.user_main').height();
|
||||
var headerHeight = $('.user_header').height();
|
||||
var footerHeight = $('.foot').height();
|
||||
if ((mainHeight + headerHeight + footerHeight) < winHeight)
|
||||
$('.user_main').css("height",winHeight - headerHeight - footerHeight);
|
||||
$('input:disabled').css('cursor','auto');
|
||||
})
|
||||
|
||||
$('img.bigAvatar,img.smallAvatar').error(function(){$(this).attr('src','{PE.SiteConfig.SkinPath/}user/images/no_pic.gif')});
|
||||
</script>
|
||||
<!--网站底部结束-->]]></LabelTemplate>
|
||||
</root>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>会员中心</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>txt</OutType>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<Version officialVersion="" modifiedVersions="3600" compatibleVersion="" />
|
||||
<LabelTemplate><![CDATA[<!--会员信息侧边栏目开始-->
|
||||
<div class="user_sidebar">
|
||||
{PE.Control.MemberSidebarMenu/}
|
||||
</div>
|
||||
<!--会员信息侧边栏目结束-->]]></LabelTemplate>
|
||||
</root>
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>会员中心</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>txt</OutType>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<Version officialVersion="" modifiedVersions="3602" compatibleVersion="" />
|
||||
<LabelTemplate>
|
||||
<![CDATA[<!--会员中心顶部菜单导航开始-->
|
||||
<div class="user_header">
|
||||
<!--菜单定义开始-->
|
||||
<div class="user_menu">
|
||||
<ul>
|
||||
{PE.Control.MemberHeaderMenu/}
|
||||
</ul>
|
||||
</div>
|
||||
<!--菜单定义结束-->
|
||||
<!--快捷导航开始-->
|
||||
<div class="user_header_guild">
|
||||
<div class="user_header_link">
|
||||
<a href="{PE.SiteConfig.ApplicationPath/}Default.aspx" target="_blank"><img src="{PE.SiteConfig.SkinPath/}user/images/Home.gif" border="0" title="网站首页"/></a>
|
||||
</div>
|
||||
<div class="user_guild">
|
||||
<span class="user_header_photo"><a href="{PE.SiteConfig.ApplicationPath/}User/Info/ModifyInfo.aspx?Action=Modify&AvatarModify=true">
|
||||
<img class="smallAvatar" src="{PE.ViewData.UserSmallAvatar/}" alt="{PE.ViewData.UserName/}" align="absmiddle" /></a>
|
||||
<a href="{PE.SiteConfig.ApplicationPath/}User/Info/ModifyInfo.aspx?Action=Modify" title="{PE.ViewData.UserName/}" class="rank">{PE.ViewData.ShortUserName/}</a> </span><span><a
|
||||
href="{PE.SiteConfig.ApplicationPath/}User/Message/MessageManager.aspx?ManageType=0" class="sms">短消息<em>({PE.ViewData.UserUnreadMsg/})</em></a></span>
|
||||
<span><a href="{PE.SiteConfig.ApplicationPath/}User/Logout.aspx"
|
||||
class="loginout">注销</a></span><span class="setting"><a id="user_setting" href="javascript:void(0)">
|
||||
设置</a></span>
|
||||
</div>
|
||||
<!--下拉菜单内容开始-->
|
||||
<div class="setting_list" style="display: none">
|
||||
<ul>
|
||||
<li><a href="{PE.SiteConfig.ApplicationPath/}User/Info/Password.aspx" title="修改密码">
|
||||
修改密码</a></li>
|
||||
<li><a href="{PE.SiteConfig.ApplicationPath/}User/Info/ModifyInfo.aspx?Action=Modify"
|
||||
title="修改信息">修改信息</a></li>
|
||||
<li><a href="{PE.SiteConfig.ApplicationPath/}User/WidgetSetting.aspx" title="个性化首页">
|
||||
个性化首页</a></li>
|
||||
</ul>
|
||||
<span class="setting_bottom"></span>
|
||||
</div>
|
||||
<!--下拉菜单内容结束-->
|
||||
<!--快捷导航结束-->
|
||||
</div>
|
||||
</div>
|
||||
<!--会员中心顶部菜单导航结束-->
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.setting_list,#user_setting').bind({
|
||||
'mouseenter': function() {
|
||||
$('#user_setting').addClass('user_setting');
|
||||
$('.setting_list').slideDown(200);
|
||||
try { clearTimeout(timer); } catch (e) { }
|
||||
},
|
||||
'mouseleave': function() {
|
||||
timer = setTimeout(function() {
|
||||
$('.setting_list').hide();
|
||||
$('#user_setting').removeClass('user_setting');
|
||||
}, 200);
|
||||
}
|
||||
});
|
||||
})
|
||||
</script>]]></LabelTemplate>
|
||||
</root>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>静态类</LabelType>
|
||||
<LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<LabelTemplate>
|
||||
<![CDATA[<!--网站底部开始-->
|
||||
<div id="footer">
|
||||
<div class="wrapper">
|
||||
<div class="service">
|
||||
<a href="javascript:void(0)" title="联系我们">联系我们</a> | <a href='{PE.Label id="取得节点链接路径" nodeId="7"/}' target="_blank" title="网站留言">网站留言</a> | <a href='{PE.Label id="取得节点链接路径" nodeId="6"/}' target="_blank" title="友情链接">友情链接</a> | <a href='{PE.Label id="取得节点链接路径" nodeId="8"/}' target="_blank" title="版权声明">版权声明</a> | <a href="javascript:void(0)" title="关于我们">关于我们</a> | <a href="{PE.SiteConfig.ApplicationPath /}{PE.SiteConfig.ManageDir /}/Index.aspx" target="_blank" title="管理登录">管理登录</a>
|
||||
</div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
<div class="copyright">
|
||||
{PE.SiteConfig.CopyRight/}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--网站底部结束-->]]></LabelTemplate>
|
||||
<OutType>txt</OutType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
</root>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>静态类</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>txt</OutType>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<LabelTemplate>
|
||||
<![CDATA[<div id="header">
|
||||
<div class="wrapper">
|
||||
<div id="logo">
|
||||
<a href="{PE.SiteConfig.ApplicationPath/}">
|
||||
<img src="{PE.SiteConfig.SkinPath/}user/images/register_login_logo.gif" alt="{PE.SiteConfig.SiteName/}" /></a>
|
||||
</div>
|
||||
<div class="top_tool">
|
||||
<a href="{PE.SiteConfig.ApplicationPath/}" title="返回首页">返回首页</a><a href="{PE.SiteConfig.ApplicationPath/}User/login.aspx" title="会员登录">会员登录</a><a href="{PE.SiteConfig.ApplicationPath/}User/Register.aspx" title="会员注册">会员注册</a></div>
|
||||
<div class="clear">
|
||||
</div>
|
||||
</div>
|
||||
</div>]]></LabelTemplate>
|
||||
</root>
|
||||
Reference in New Issue
Block a user