Files
ningbo/动易的标签库/标签库/政务公开/GOV_显示部门公开目录.config
T
2026-08-31 16:22:00 +08:00

30 lines
1.1 KiB
XML

<?xml version="1.0"?>
<root>
<LabelType>政务公开</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<attributes>
<name>departmentId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>部门ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT PublicCatalogId,PublicCatalogName FROM PE_GV_PublicCatalog WHERE DepartmentId = @departmentId ORDER BY OrderId</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">
<!--params-->
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<a>
<xsl:attribute name="href">PublicInfoList.aspx?PublicCatalogId=<xsl:value-of select="PublicCatalogId"/></xsl:attribute>
<xsl:value-of select="PublicCatalogName"/>
</a>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>