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,40 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>WAP类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="4002" compatibleVersion="" />
<attributes>
<name>outputQty</name>
<datatype>supersql</datatype>
<default>6</default>
<intro>输出记录数</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @outputQty PE_GV_LetterType.* FROM PE_GV_LetterType </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="outputQty" />
<xsl:param name="titleLength" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<a>
<xsl:attribute name="href">
<xsl:value-of select="pe:GetSiteConfigInfo('rootpath')"/>wap/Letter/List.aspx?typeId=<xsl:value-of select="LetterTypeId"/>
<xsl:value-of select="pe:AddSid(1)"/>
</xsl:attribute>
<xsl:value-of select="LetterTypeName"/>
</a>|
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>titleLength</name>
<datatype>int</datatype>
<default>20</default>
<intro>标题长度</intro>
</attributes>
</root>