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,70 @@
<?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="2519" compatibleVersion="" />
<attributes>
<name>username</name>
<datatype>supersql</datatype>
<default>
</default>
<intro>用户名</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT COUNT(BlogName) FROM PE_BG_Blog WHERE UserName='@username'AND 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:param name="type"/>
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<xsl:choose>
<xsl:when test="Column1=0">
</xsl:when>
<xsl:otherwise>
<li>
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="$type=1">current</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
{PE.Label id="草稿箱" blogId="<xsl:value-of select="$blogid" />" /}
</li>
<li>
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="$type=2">current</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
{PE.Label id="回收站" blogId="<xsl:value-of select="$blogid" />" /}
</li>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>blogid</name>
<datatype>supersql</datatype>
<default>
</default>
<intro>博客ID</intro>
</attributes>
<attributes>
<name>type</name>
<datatype>int</datatype>
<default>
</default>
<intro>类型</intro>
</attributes>
</root>