Files
ningbo/动易的标签库/标签库/博客类/古色古香_博客顶部.config
2026-08-31 16:22:00 +08:00

53 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>博客类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>txt</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="2901" compatibleVersion="" />
<LabelTemplate>
<![CDATA[{PE.DataSource datasource="博客数据源标签" id="博客数据源标签" BlogID="@RequestInt_Id" xslt="true" /}
<div id="maskBlog" class="mask"> </div>
{PE.Label id="博客弹出层初始化JS" /}
{PE.Label id="博客开通"/}
{PE.Label id="博客信息提示"/}
{PE.Label id="博客顶部登录" inLabel="true"/}
{PE.Label id="博客名称编辑弹出层" inLabel="true" userName="{PE.Field id="博客数据源标签" fieldname="UserName"/}"/}
{PE.Label id="页面设置" inLabel="true" src="{PE.SiteConfig.ApplicationPath/}Blog/SkinSet.aspx" userName="{PE.Field id="博客数据源标签" fieldname="UserName"/}"/}
<div id="header">
<div id="topBar">
<h2><a href="{PE.SiteConfig.ApplicationPath/}Blog/Index.aspx" title="动易博客">{PE.SiteConfig.SiteName /}博客</a></h2>
<div id="toolBar">
<span id="loginBar"><a href="javascript:;" onclick='ShowPopup("maskLogin","login_box")'>登录</a> | <a href="{PE.SiteConfig.ApplicationPath/}User/Register.aspx">注册</a></span><a id="user_Blog"></a> <input id="searchValue" class="inText" type="text"/> <input id="search" class="bt" type="button" value="搜索" onclick="OnUserSearch()"/>
</div>
</div>
<div id="siteTitle">
<h1><a href="{PE.SiteConfig.ApplicationPath/}Blog/UserIndex.aspx?id=@RequestInt_Id"><span id="blogname">{PE.Field id="博客数据源标签" fieldname="BlogName"/}</span></a> </h1> {PE.Label id="博客名称编辑" userName="{PE.Field id="博客数据源标签" fieldname="UserName"/}"/}
</div>
<ul id="nav">
{PE.Label id="用户博客顶部导航" blogId="@RequestInt_Id" categoryId="@RequestInt_categoryid" oupputQty="7" openType="0" /}
</ul>
<div id="topManager">
{PE.Label id="顶部博客管理" blogId="@RequestInt_Id" userName="{PE.Field id="博客数据源标签" fieldname="UserName"/}"/}
</div>
</div>
<script>
function OnUserSearch(){
var tarEle=document.getElementById("searchValue");
if(tarEle.value==""){
ShowBlogMessage("warn","请填写您想搜索的关键词!","");
}
else{
window.location = "{PE.SiteConfig.applicationpath/}Blog/search.aspx?searchtype=1&Keyword=" + escape(tarEle.value);
}
}
CheckBlogIsLogin();
</script>
]]>
</LabelTemplate>
</root>