Files
2026-08-31 16:22:00 +08:00

46 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="3600" compatibleVersion="" />
<attributes>
<name>specialid</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>专题ID</intro>
</attributes>
<attributes>
<name>num</name>
<datatype>int</datatype>
<default>1</default>
<intro>自设内容编号</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT
S.SpecialID,
S.SpecialName,
S.SpecialCategoryID,
S.SpecialPic,
S.SpecialTips,
S.Description,
S.OpenType,
S.Custom_Content
FROM
PE_Specials S
WHERE
S.SpecialID = @specialid</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="specialid" />
<xsl:param name="num" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<xsl:value-of disable-output-escaping="yes" select="pe:GetCustomContent($num,Custom_Content) "/>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>