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,52 @@
<?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="3103" compatibleVersion="" />
<attributes>
<name>WapCategory</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>Wap栏目类别</intro>
</attributes>
<attributes>
<name>Lenth</name>
<datatype>supersql</datatype>
<default>5</default>
<intro>显示的条数</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT TOP @Lenth * FROM PE_Wap_Article A WHERE A.Status > 0 AND A.WapCategoryID = @WapCategory ORDER BY A.InputTime DESC]]></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="WapCategory" />
<xsl:param name="Lenth" />
<xsl:param name="TitleLenth" />
<xsl:output method="xml" />
<xsl:template match="/NewDataSet/Table">
<p>
<a>
<xsl:attribute name="href">
Content.aspx?WapArticleId=<xsl:value-of select="WapArticleId"/>&amp;WapCategoryId=<xsl:value-of select="WapCategoryID"/>
<xsl:value-of select="pe:AddSid(1)"/>
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="Title"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(Title,$TitleLenth,'...')"/>
</a>
</p>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>TitleLenth</name>
<datatype>int</datatype>
<default>18</default>
<intro>标题长度</intro>
</attributes>
</root>