⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 厂商详细信息.config

📁 动易SiteFactory网上商店系统正式版动易SiteFactory网上商店系统正式版
💻 CONFIG
字号:
<root>
  <LabelType>数据源标</LabelType>
  <LabelIntro>
  </LabelIntro>
  <OutType>
  </OutType>
  <LabelDataType>sql_sysquery</LabelDataType>
  <attributes>
    <name>ProducerName</name>
    <default>
    </default>
    <intro>�厂商名称</intro>
  </attributes>
  <LabelSqlString><![CDATA[SELECT TOP 10 PE_Producer.* FROM PE_Producer where ProducerName = '@ProducerName' and Passed=1]]></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:output method="html" />
<xsl:template match="/NewDataSet/Table">
<Root>
<ShowProducerID>
<xsl:value-of select="ProducerID"/>
</ShowProducerID>
<ShowName>
<xsl:value-of select="pe:EncodeText(ProducerName,'htmldecode')"/>
</ShowName>
<ShowProducerShortName>
<xsl:value-of select="pe:EncodeText(ProducerShortName,'htmldecode')"/>
</ShowProducerShortName>
<ShowPhoto>
<xsl:value-of select="pe:EncodeText(ProducerPhoto,'htmldecode')"/>
</ShowPhoto>
<ShowAddress>
<xsl:value-of select="pe:EncodeText(Address,'htmldecode')"/>
</ShowAddress>
<ShowBirthDay>
<xsl:if test="BirthDay !=''">
<xsl:value-of select="pe:FormatDate(BirthDay,'yyyy-mm-dd')"/>
</xsl:if>
</ShowBirthDay>
<ShowTel>
<xsl:value-of select="Phone"/>
</ShowTel>
<ShowFax>
<xsl:value-of select="Fax"/>
</ShowFax>
<ShowZipCode>
<xsl:value-of select="Postcode"/>
</ShowZipCode>
<ShowEmail>
<xsl:value-of select="Email"/>
</ShowEmail>
<ShowHomePage>
<xsl:value-of select="Homepage"/>
</ShowHomePage>
<ShowIntro>
<xsl:value-of select="pe:EncodeText(ProducerIntro,'htmldecode')"/>
</ShowIntro>
<ShowType>
<xsl:choose>
<xsl:when test="ProducerType=1">
大陆厂商
</xsl:when>
<xsl:when test="ProducerType=2">
港台厂商
</xsl:when>
<xsl:when test="ProducerType=3">
日韩厂商
</xsl:when>
<xsl:when test="ProducerType=4">
欧美厂商
</xsl:when>
<xsl:when test="ProducerType=1">
大陆厂商
</xsl:when>
<xsl:otherwise>
其他厂商
</xsl:otherwise>
</xsl:choose>
</ShowType>
</Root>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
</root>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -