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

📄 图片子栏目列表.config

📁 BizIdea 是基于.net开发平台全新研发的企业级电子商务平台系统
💻 CONFIG
字号:
<root>
  <LabelType>栏目类</LabelType>
  <LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
  <LabelIntro>
  </LabelIntro>
  <OutType>sin</OutType>
  <CacheTime>0</CacheTime>
  <LabelDataType>sql_sysquery</LabelDataType>
  <attributes>
    <name>parentId</name>
    <datatype>supersql</datatype>
    <default>2</default>
    <intro>父栏目ID{默认值2,传入值:@RequestInt_Id}</intro>
  </attributes>
  <UsePage>
  </UsePage>
  <LabelSqlString>SELECT TOP 1 * FROM PE_Nodes WHERE NodeID = @parentId AND PurviewType != 3 </LabelSqlString>
  <LabelSqlCount>SELECT COUNT(*) from PE_Nodes where ParentID = @parentId</LabelSqlCount>
  <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:param name="parentId"/>
<xsl:param name="titleLength"/>
<xsl:param name="hits"/>
<xsl:param name="eliteLevel"/>
<xsl:param name="tableName"/>
<xsl:param name="nodeArray"/>
<xsl:param name="usePage"/>
<xsl:param name="outputQty"/>
<xsl:param name="linkOpenType" />
<xsl:template match="/NewDataSet">
<div class="childclasslist_box">
<div class="c_main_box">
<div class="class_title">
<span class="childclass_pic">
</span>
<xsl:value-of select="pe:GetNode($parentId,'name')"/>
</div>
<div class="class_content">
<div class="p_class_list">
<ul>
<xsl:choose>
<xsl:when test="count(Table) = 0">
<li style="color:red">本栏尚无内容!</li>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="$nodeArray = 0">{PE.DataSource id="InfoList" datasource="显示图片栏目循环列表信息_分页"  page="<xsl:value-of select="$usePage"/>"  pagesize="<xsl:value-of select="$outputQty"/>" nodeArray="<xsl:value-of select="Table/arrChildID"/>" parentId="<xsl:value-of select="$parentId"/>"  titleLength="<xsl:value-of select="$titleLength"/>"  hits="<xsl:value-of select="$hits"/>"  eliteLevel="<xsl:value-of select="$eliteLevel"/>" linkOpenType="<xsl:value-of select="$linkOpenType"/>" xslt="true" /}</xsl:when>
<xsl:otherwise>{PE.DataSource id="InfoList" datasource="显示图片栏目循环列表信息_分页"  page="<xsl:value-of select="$usePage"/>"  pagesize="<xsl:value-of select="$outputQty"/>" nodeArray="<xsl:value-of select="$nodeArray"/>" parentId="<xsl:value-of select="$parentId"/>"  titleLength="<xsl:value-of select="$titleLength"/>"  hits="<xsl:value-of select="$hits"/>"  eliteLevel="<xsl:value-of select="$eliteLevel"/>"  linkOpenType="<xsl:value-of select="$linkOpenType"/>" xslt="true" /}</xsl:otherwise>
</xsl:choose>
{PE.Repeat id="InfoList" loop="1000"}
<li>{PE.field id="InfoList" fieldname="DefaultPicUrl" /}<br />{PE.field id="InfoList" fieldname="InfoPath" /}</li>
{/PE.Repeat}
</xsl:otherwise>
</xsl:choose>
</ul>
</div>
<div class="clearbox">
</div>
</div>
</div>
</div>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
  <attributes>
    <name>titleLength</name>
    <default>20</default>
    <intro>标题最多字符数</intro>
  </attributes>
  <attributes>
    <name>hits</name>
    <datatype>supersql</datatype>
    <default>0</default>
    <intro>最小热门点击数</intro>
  </attributes>
  <attributes>
    <name>eliteLevel</name>
    <default>0</default>
    <intro>推荐优先级</intro>
  </attributes>
  <attributes>
    <name>nodeArray</name>
    <default>0</default>
    <intro>栏目数组 0-所有 1,2,3-指定的栏目数ID</intro>
  </attributes>
  <attributes>
    <name>usePage</name>
    <default>true</default>
    <intro>是否分页</intro>
  </attributes>
  <attributes>
    <name>outputQty</name>
    <default>12</default>
    <intro>每页分页数</intro>
  </attributes>
  <attributes>
    <name>linkOpenType</name>
    <datatype>supersql</datatype>
    <default>2</default>
    <intro>内容链接的打开方式{栏目节点配置取代:2,新窗口:1,原窗口:0}</intro>
  </attributes>
  <EnabelAjax>False</EnabelAjax>
  <IsXsltSql>false</IsXsltSql>
  <IsXsltCountSql>false</IsXsltCountSql>
</root>

⌨️ 快捷键说明

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