first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,45 @@
<?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="4701" compatibleVersion="" />
<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:output method="html"/>
<xsl:template match="NewDataSet">
<ul>
<xsl:for-each select="Table">
<li>
<xsl:variable name="link">
<xsl:choose>
<xsl:when test="not(Search) or normalize-space(Search)=''">
<xsl:value-of select="pe:UrlEncode(Display)"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="pe:UrlEncode(Search)"/>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<a>
<xsl:attribute name="target">_blank</xsl:attribute>
<xsl:attribute name="href">
<xsl:value-of select="pe:GetSiteConfigInfo('RootDir')"/>Search/s.aspx?f=0&amp;c=&amp;qor=<xsl:value-of select="$link">
</xsl:value-of>&amp;t=adv&amp;id=<xsl:value-of select="ID"/>
</xsl:attribute>
<xsl:value-of select="Display"/>
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>
]]>
</LabelTemplate>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP 10 ID,Display,Search,Template,[Order] FROM PE_ContentAggregation ORDER BY [Order] ASC </LabelSqlString>
</root>