Files
ningbo/动易的标签库/标签库/WAP类/Wap添加登录信息.config
T
2026-08-31 16:22:00 +08:00

23 lines
794 B
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>其他类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="3101" compatibleVersion="" />
<attributes>
<name>Type</name>
<datatype>string</datatype>
<default>0</default>
<intro>是否为第一个参数</intro>
</attributes>
<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:output method="html" />
<xsl:template match="/">
<xsl:value-of select="pe:AddSid(Type)"/>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
</root>