Files
ningbo/动易的标签库/标签库/百科类/互动百科_热门标签.config
2026-08-31 16:22:00 +08:00

36 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>百科类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="4700" compatibleVersion="" />
<attributes>
<name>outputQty</name>
<datatype>supersql</datatype>
<default>20</default>
<intro>输出记录数</intro>
</attributes>
<attributes>
<name>titleLength</name>
<datatype>int</datatype>
<default>20</default>
<intro>标题长度</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @outputQty PE_EN_HotTag.* FROM PE_EN_HotTag ORDER BY Priority DESC</LabelSqlString>
<LabelTemplate><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
<xsl:param name="outputQty" />
<xsl:param name="titleLength" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<li><a target="_blank">
<xsl:attribute name="href">SearchList.aspx?type=2&amp;keyword=<xsl:value-of select="TagName"/></xsl:attribute><xsl:value-of select="TagName"/>
</a></li>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>