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,48 @@
<?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="3506" compatibleVersion="" />
<attributes>
<name>WapCategoryId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>Wap类别</intro>
</attributes>
<UsePage>True</UsePage>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT TOP @pagesize * FROM PE_Wap_Article WHERE WapArticleId NOT IN (SELECT TOP @startrow WapArticleId FROM PE_Wap_Article WHERE WapCategoryId = @WapCategoryId AND Status>0 ORDER BY UpdateTime DESC) AND WapCategoryId = @WapCategoryId AND Status>0 ORDER BY UpdateTime DESC]]></LabelSqlString>
<LabelSqlCount><![CDATA[SELECT COUNT(*) FROM PE_Wap_Article WHERE WapCategoryId = @WapCategoryId AND Status>0]]></LabelSqlCount>
<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="WapCategoryId" />
<xsl:param name="titleLength" />
<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,$titleLength,'...')"/>
</a>
</p>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>titleLength</name>
<datatype>supersql</datatype>
<default>50</default>
<intro>标题长度</intro>
</attributes>
</root>