48 lines
2.0 KiB
XML
48 lines
2.0 KiB
XML
<?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"/>&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> |