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,61 @@
<root>
<LabelType>其他类</LabelType>
<LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
<LabelIntro>
</LabelIntro>
<LabelDataType>sql_sysquery</LabelDataType>
<LabelSqlString>SELECT NodeID = @nodeId</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:ms="urn:schemas-microsoft-com:xslt" xmlns:lewi="http://www.powereasy.net" xmlns:pe="labelproc" exclude-result-prefixes="pe ms lewi">
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:param name="metaType"/>
<xsl:param name="siteConfig"/>
<xsl:template match="/NewDataSet/Table">
<xsl:choose>
<xsl:when test="$metaType = 'keywords'">
<xsl:choose>
<xsl:when test="$siteConfig = 'false'">
<xsl:value-of select="pe:GetNodeInfo(NodeID,'MetaKeywords')"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="pe:MetaKeywords()"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="$siteConfig = 'false'">
<xsl:value-of select="pe:GetNodeInfo(NodeID,'MetaDescription')"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="pe:MetaDescription()"/>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]>
</LabelTemplate>
<OutType>sin</OutType>
<CacheTime>0</CacheTime>
<attributes>
<name>nodeId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>节点ID{默认值:1,传入值:@RequestInt_Id}</intro>
</attributes>
<attributes>
<name>siteConfig</name>
<default>false</default>
<intro>是否是网站配置中的META信息</intro>
</attributes>
<attributes>
<name>metaType</name>
<default>keywords</default>
<intro>META类型{关键词:keywords,描述语:description}</intro>
</attributes>
<EnabelAjax>False</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
</root>