26 lines
1014 B
XML
26 lines
1014 B
XML
<?xml version="1.0"?>
|
|
<root>
|
|
<LabelType>政务公开</LabelType>
|
|
<LabelIntro>
|
|
</LabelIntro>
|
|
<OutType>sin</OutType>
|
|
<LabelDataType>static</LabelDataType>
|
|
<EnabelAjax>False</EnabelAjax>
|
|
<attributes>
|
|
<name>publicCatalogId</name>
|
|
<datatype>supersql</datatype>
|
|
<default>1</default>
|
|
<intro>目录ID</intro>
|
|
</attributes>
|
|
<IsXsltSql>false</IsXsltSql>
|
|
<IsXsltCountSql>false</IsXsltCountSql>
|
|
<LabelSqlString>SELECT arrChild FROM PE_GV_PublicCatalog WHERE PublicCatalogId = @publicCatalogId</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="publicCatalogId" />
|
|
<xsl:output method="html" />
|
|
<xsl:template match="/">
|
|
<xsl:value-of select="pe:ToValidId(pe:GetArrChildIds($publicCatalogId, 'PE_GV_PublicCatalog', 'PublicCatalogId', 'ParentId'))"/>
|
|
</xsl:template>
|
|
</xsl:stylesheet>]]></LabelTemplate>
|
|
</root> |