?? action_article.ftl
字號(hào):
<#--
文章列表(自定義內(nèi)容)
chnlId:欄目ID。(默認(rèn):當(dāng)前欄目ID)
searchKey:搜索標(biāo)題、tags和描述。用于搜索頁(yè)。(默認(rèn)空)
orderBy:排序方式?!?:發(fā)布時(shí)間降序;1:發(fā)布時(shí)間升序;2:點(diǎn)擊次數(shù)降序;3:點(diǎn)擊次數(shù)升序】(默認(rèn)0)
recommend:是否推薦?!?:全部;2:推薦文章】(默認(rèn)0)
style:標(biāo)簽內(nèi)部樣式。如果指定sysContent或userContent,則該項(xiàng)無(wú)效。【1:普通列表;】(默認(rèn)1)
-->
<#macro ArtiList chnlId=chnl.id searchKey="" recommend="0" orderBy="0"
isPage="0" count="20" firstResult="0" pageNo=pageNo
style="1" inner="0" isLoop="1" cssClass="" cssStyle=""
sysTpl="1" sysContent="0" userContent="" sysPage="0" userPage="" custom=[]>
<#if inner=="0">
<@s.action name="ArtiList" namespace="/jeecms/tag/article" executeResult="true"
chnlId=chnlId searchKey=searchKey recommend=recommend orderBy=orderBy
isPage=isPage count=count firstResult=firstResult pageNo=pageNo
style=style cssClass=cssClass cssStyle=cssStyle
style=style sysTpl=sysTpl sysContent=sysContent userContent=userContent sysPage=sysPage userPage=userPage custom=custom
/>
<#else>
<@s.action name="ArtiListInner" namespace="/jeecms/tag/article" executeResult="false"
chnlId=chnlId searchKey=searchKey recommend=recommend orderBy=orderBy
isPage=isPage count=count firstResult=firstResult pageNo=pageNo
/>
<#if isLoop=="1">
<#list n_pagination.list as item>
<#nested item,item_index,item_has_next/>
</#list>
<#else>
<#nested n_pagination/>
</#if>
</#if>
</#macro>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -