Files
ningbo/动易的标签库/标签库/博客类/侧栏博文评论列表.config
2026-08-31 16:22:00 +08:00

21 lines
644 B
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>博客类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>txt</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>True</EnabelAjax>
<Version officialVersion="" modifiedVersions="2901" compatibleVersion="" />
<attributes>
<name>blogId</name>
<datatype>int</datatype>
<default>0</default>
<intro>博客ID</intro>
</attributes>
<LabelTemplate><![CDATA[<div class="moduleContent">
<ul>
{PE.Label id="博文评论列表" blogId="<xsl:value-of select="$blogId"/>" outputQty="7" contentLength="30" /}
</ul>
</div>]]></LabelTemplate>
</root>