主题 : content_page中能嵌套一个content_page吗!急!!!
级别: 状元
UID: 33380
积分:50625 加为好友
威望: 21 精华: 3
主题:88 回复:30687
注册时间:2012-05-07
在线时长:0
11#   发表于:2014-10-22 16:36:58  IP:115.214.*.*
[@cms_content_page count='10' orderBy='4' channelId=channel.id channelOption='1' dateFormat='yyyy-MM-dd']
        [#list tag_pagination.list as a]
        <div class="hdNews hasPic">
            
            [#if a.typeImg??]
            <a href="${a.url}" target="_blank" class="pic" style="border:1px solid #ccc;">
            <img src="${a.typeImg!site.typeImg}" />
            </a>
            [/#if]
            <a href="${a.url}" title="${a.title}" target="_blank">
            <h2>[@text_cut s=a.title len=22 /]</h2>
            </a>
            <p>
            [@text_cut s=a.desc len=60 append='...'/]
            <span style="color:#999">(${a.date?string(dateFormat)})</span>
            </p>
        
        </div>
        [/#list]
        <div style="clear:both;"></div>
        <div class="pagesite">[@cms_pagination sysPage='1'/]</div>
        [/@cms_content_page]
        
        
        
        
        
功成由勤,业精于勤。
|< < 1 2 共2页