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,39 @@
<root>
<LabelType>其他类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<CacheTime>0</CacheTime>
<LabelDataType>sql_sysquery</LabelDataType>
<LabelSqlString>select NodeId,Custom_Content from PE_Nodes where NodeID=@nodeid</LabelSqlString>
<LabelTemplate>
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
<xsl:transform version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:pe="labelproc"
exclude-result-prefixes="pe"
>
<!-- 参数 -->
<xsl:param name="nodeid"/>
<xsl:param name="num"/>
<xsl:template match="/">
<xsl:for-each select="/NewDataSet/Table">
<xsl:value-of disable-output-escaping="yes" select="pe:GetCustomContent($num,Custom_Content) "/>
</xsl:for-each>
</xsl:template>
</xsl:transform>]]>
</LabelTemplate>
<attributes>
<name>nodeid</name>
<default>1</default>
<intro>栏目ID</intro>
</attributes>
<attributes>
<name>num</name>
<default>1</default>
<intro>自设内容序号</intro>
</attributes>
<EnabelAjax>False</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
</root>