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,34 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>网上信访</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<attributes>
<name>letterTypeId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>信访类型ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT * FROM PE_GV_LetterType WHERE LetterTypeId = @letterTypeId</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="letterTypeId" />
<xsl:output method="html" />
<xsl:template match="/">
<xsl:if test="count(NewDataSet/Table) != 0">
> <a>
<xsl:attribute name="href">{PE.SiteConfig.ApplicationPath/}Government/Letter/LetterList.aspx?LetterTypeId=<xsl:value-of select="/NewDataSet/Table/LetterTypeId"/>
</xsl:attribute>
<xsl:value-of select="/NewDataSet/Table/LetterTypeName"/>
</a>
</xsl:if>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<Version officialVersion="" modifiedVersions="2901" compatibleVersion="" />
</root>