33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<LabelType>百科类</LabelType>
|
|
<LabelIntro>
|
|
</LabelIntro>
|
|
<OutType>sin</OutType>
|
|
<LabelDataType>sql_sysquery</LabelDataType>
|
|
<EnabelAjax>False</EnabelAjax>
|
|
<Version officialVersion="" modifiedVersions="4700" compatibleVersion="" />
|
|
<attributes>
|
|
<name>entryId</name>
|
|
<datatype>supersql</datatype>
|
|
<default>0</default>
|
|
<intro>词条ID</intro>
|
|
</attributes>
|
|
<IsXsltSql>false</IsXsltSql>
|
|
<IsXsltCountSql>false</IsXsltCountSql>
|
|
<LabelSqlString>SELECT COUNT(*) Total FROM PE_EN_Entry_Edition WHERE EntryId = @entryId</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="entryId" />
|
|
<xsl:output method="html" />
|
|
<xsl:template match="/NewDataSet/Table">
|
|
<xsl:if test="Total > 0">
|
|
<li>编辑次数:<span>
|
|
<xsl:value-of select="Total"/>
|
|
</span>次<a target="_blank"><xsl:attribute name="href">EditionList.aspx?id=<xsl:value-of select="$entryId"/></xsl:attribute>历史记录</a>
|
|
</li>
|
|
</xsl:if>
|
|
</xsl:template>
|
|
</xsl:stylesheet>]]></LabelTemplate>
|
|
</root> |