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,43 @@
<?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="2900" compatibleVersion="" />
<attributes>
<name>BlogID</name>
<datatype>sql.int</datatype>
<default>0</default>
<intro>{默认值:0,自动传入:@RequestInt_Id}</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP 1 PE_BG_Blog.* FROM PE_BG_Blog WHERE BlogID = @BlogID</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="BlogID" />
<xsl:output method="html" />
<xsl:template match="/">
<Root>
<TemplateID>
<xsl:value-of select="/NewDataSet/Table/TemplateID"/>
</TemplateID>
<BlogName>
<xsl:value-of select="/NewDataSet/Table/BlogName"/>
</BlogName>
<UserName>
<xsl:value-of select="/NewDataSet/Table/UserName"/>
</UserName>
<TemplateID>
<xsl:value-of select="/NewDataSet/Table/TemplateID"/>
</TemplateID>
<CreateTime>
<xsl:value-of select="/NewDataSet/Table/CreateTime"/>
</CreateTime>
</Root>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>