熱門: 免費(fèi)試用, 常見問(wèn)題, 內(nèi)容管理, 商品管理, 備案類型流程指導(dǎo), 如何安裝, 重新安裝, 如何更換模板 , 忘記網(wǎng)站密碼
下載列表模板存放在模板包archive文件夾中,命名以list_down為前綴
在模板包中找到list_down.html 模板,復(fù)制另存為一個(gè)新模板,命名為list_dow_自定義名稱.html
自定義名稱可以是英文或拼音,但不能用中文!
所有列表頁(yè)面模板布局主要分三部分,頁(yè)頭/頁(yè)中/頁(yè)底。
{template 'header.html'}
下載列表模板主要顯示欄目?jī)?nèi)容列表,并以文字列表形式顯示。
{loop $archives $archive} {$archive['title']}//內(nèi)容標(biāo)題 {$archive['url']}//內(nèi)容鏈接 {attachment_js($archive['aid'])}//內(nèi)容附件下載地址 {/loop}
{template 'footer.html'}
下載中引用欄目所屬內(nèi)容列表循環(huán)舉例
{loop $archives $archive} <a title="{$archive['stitle']}" href="{$archive['url']}" target="_blank" >{$archive['title']}</a> {lang('nowdownload')}:{if $archive['attachment_id']}{attachment_js($archive['aid'])}{else}{lang('nodownload')}{/if} {/loop}
列表中內(nèi)容名稱
{$archive['title']}
列表中內(nèi)容鏈接
{$archive['url']}
列表中內(nèi)容鏈接Title
{$archive['stitle']}
內(nèi)容附件下載地址
{attachment_js($archive['aid'])}
內(nèi)容簡(jiǎn)介
{$archive['intro']}
內(nèi)容縮略圖
{$archive['thumb']}
發(fā)布時(shí)間
{$archive['adddate']}
瀏覽次數(shù)
{$archive['view']}
限定引用內(nèi)容文字?jǐn)?shù)量
{cut(strip_tags($archive['content']),20)}
其中20為字?jǐn)?shù)
列表分頁(yè)
{if isset($pages)} {category_pagination($catid)} {/if}
分頁(yè)代碼必須放置在{loop}外部!
用 CmsEasy 助您「輕松搭建」企業(yè)官網(wǎng)。
Copyright ? www.zz175.cn 2017 all right reserved,Powered byCmsEasy