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,39 @@
<?xml version="1.0"?>
<root>
<LabelType>【附加包】</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<attributes>
<name>nodeId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>节点ID{默认值:1,传入值:@RequestInt_Id}</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT NodeID = @nodeId</LabelSqlString>
<LabelTemplate><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
<xsl:param name="imageWidth" />
<xsl:param name="imageHeight" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<xsl:value-of disable-output-escaping="yes" select="pe:GetLinkInfoPic(pe:ConvertToAbsolutePath(pe:GetNodeInfo(NodeID,'NodePicUrl')),pe:GetNodeInfo(NodeID,'NodeName'),pe:UpLoadDir(),pe:GetNodePath(false,NodeID),$imageWidth,$imageHeight)"/>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
<attributes>
<name>imageWidth</name>
<datatype>supersql</datatype>
<default>150</default>
<intro>图片宽度</intro>
</attributes>
<attributes>
<name>imageHeight</name>
<datatype>supersql</datatype>
<default>150</default>
<intro>图片高度</intro>
</attributes>
</root>