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,29 @@
<?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="4702" compatibleVersion="" />
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT PE_EN_Category.* FROM PE_EN_Category WHERE ParentId = @cid</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:output method="html" />
<xsl:template match="/NewDataSet/Table">
<a target="_blank">
<xsl:attribute name="href">DocList.aspx?cid=<xsl:value-of select="CategoryId"/></xsl:attribute>
<xsl:value-of select="CategoryName" />
</a>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>cid</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>词条分类ID</intro>
</attributes>
</root>