主题 : cms_content_page 怎么获取最底层栏目下面的内容。小白一个,求解
级别: 白丁
UID: 61179
积分:5 加为好友
威望: 1 精华: 0
主题:1 回复:8
注册时间:2014-04-28
在线时长:0
1#   发表于:2014-06-04 16:47:55  IP:1.82.*.*
例如下面的栏目分支结构

车型大全----中国重汽---->HOWO
                     广汽日野----->车型1
                     
我现在的栏目是点击车型大全,但是出来的数据时要是最下面的howo和车型1下面的数据,并进行分页。

求教。
级别: 状元
UID: 33380
积分:50625 加为好友
威望: 21 精华: 3
主题:88 回复:30687
注册时间:2012-05-07
在线时长:0
2#   发表于:2014-06-04 16:54:59  IP:182.216.*.*
 <div class="website">当前位置:<a href="${base}/">首页</a> > [#list channel.nodeList as n]<a target="_blank" href="${n.url}">${n.name}</a>[#if n_has_next] > [/#if][/#list] > 正文</div>
        <div class="clear"></div>
        
        <div class="newsTex">
         <h1>${content.title}</h1>
            <div class="msgbar">发布时间: ${content.releaseDate} &nbsp; 作者:${content.author!'本站编辑'} &nbsp; 来源: ${content.origin!'本站原创'} &nbsp; 浏览次数:<span id="views"></span>
            [#if user??]
            <script type="text/javascript">
            $(function() {
            Cms.collectexist("${base}","${content.id}","cancelSpan","comfirmSpan");
            });
            </script>
            [/#if]
            </div>
            
            [#if pagination.firstPage]
            [#if content.description??]
            <div class="summary"><span style="color:#ff0000; font-weight:bold;">摘要:</span> [@text_cut s=content.description len='60' append='...'/]</div>
            [/#if]
            [/#if]
            
            [#if content.mediaPath?? && content.mediaType??]
            <p style="margin: 5px auto; text-align: center">[#if content.mediaType=='FLV'] <object height="400" width="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
            <param name="movie" value="/${res}/img/flvplayer.swf" />
            <param name="quality" value="high" />
            <param name="allowFullScreen" value="true" />
            <param name="FlashVars" value="vcastr_file=${content.mediaPath!}&BufferTime=3" /><embed height="400" width="600" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" flashvars="vcastr_file=${content.mediaPath!}" allowfullscreen="true" src="/${res}/img/flvplayer.swf"></embed></object>[#elseif content.mediaType=='FLASH'] <embed height="400" width="600" type="application/x-shockwave-flash" quality="high" src="${content.mediaPath}" wmode="transparent" align="center"></embed>[#else] <embed height="400" width="600" type="video/x-ms-wmv" src="${content.mediaPath}" console="cons" controls="ImageWindow" autostart="true"></embed>[/#if]</p>
            [/#if]
            <div class="newsCon">${txt!}</div>
            <div class="pagebar">[#include "../style_page/content.html"/]</div>
            <!--附件_Begin-->
功成由勤,业精于勤。
级别: 白丁
UID: 61179
积分:5 加为好友
威望: 1 精华: 0
主题:1 回复:8
注册时间:2014-04-28
在线时长:0
3#   发表于:2014-06-04 16:59:47  IP:1.82.*.*
?????
1 共1页