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,33 @@
<?xml version="1.0"?>
<root>
<LabelType>专题类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<attributes>
<name>specialCategoryId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>专题类别ID{默认值:1,传入值:@RequestInt_Id}</intro>
</attributes>
<LabelSqlString>SELECT SpecialID,SpecialName FROM PE_Specials WHERE SpecialCategoryID = @specialCategoryId ORDER BY OrderId ASC</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:output method="html" />
<xsl:template match="/">
<xsl:if test="count(/NewDataSet/Table) &gt; 0">
<select name="specialId" id="specialId" size="1">
<xsl:for-each select="/NewDataSet/Table">
<xsl:text disable-output-escaping="yes">&lt;</xsl:text>option value="0|<xsl:value-of select="SpecialID"/>"<xsl:text disable-output-escaping="yes">&gt;&amp;nbsp;&amp;nbsp;</xsl:text>
<xsl:value-of select="SpecialName"/>
<xsl:text disable-output-escaping="yes">&lt;</xsl:text>/option<xsl:text disable-output-escaping="yes">&gt;</xsl:text>
</xsl:for-each>
</select>
</xsl:if>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
<EnabelAjax>True</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
</root>