全站信息baidu地图列表.config

来自「动易SiteFactory网上商店系统正式版动易SiteFactory网上商店系」· CONFIG 代码 · 共 43 行

CONFIG
43
字号
<root>
  <LabelType>地图标签</LabelType>
  <LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
  <LabelIntro>
  </LabelIntro>
  <LabelDataType>sql_sysquery</LabelDataType>
  <attributes>
    <name>shownum</name>
    <default>11</default>
    <intro>输出数量</intro>
  </attributes>
  <LabelSqlString>SELECT TOP @shownum PE_CommonModel.* FROM PE_CommonModel  ORDER BY UpdateTime DESC </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="xml" />
<xsl:template match="/NewDataSet/Table">
<item>
<title>
<xsl:value-of select="Title"/>
</title>
<link>
<xsl:value-of select="pe:SitePath()" /><xsl:value-of select="pe:GetInfoPath(GeneralID)" />
</link>
<text>
</text>
<image>
</image>
<keywords>
</keywords>
<author>
<xsl:value-of select="Inputer"/>
</author>
<source>
</source> 
<pubDate>
<xsl:value-of select="UpdateTime"/>
</pubDate>
</item>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
  <OutType>sin</OutType>
  <CacheTime>120</CacheTime>
</root>

⌨️ 快捷键说明

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