開源 免費 java CMS - FreeCMS1.2-標籤 commentPage

下載地址:http://code.google.com/p/freecms/  html

commentPage 緩存

FreeCMS 1.2 開始支持 google

根據參數提取評論對象。 spa

參數 code

說明 orm

siteid htm

站點id 對象

objtype 排序

評論對象類型 ci

objid

評論對象id

membername

會員名稱

isanonymous

是否匿名 1 0

order

排序類型 

1發表時間降序(默認)

2發表時間升序

 

state

審覈狀態 空字符串表示全部(默認) 1已審覈 0未審覈

cache

是否使用緩存,默認爲false

page

當前第幾頁,默認1

action

分頁跳轉頁面

 

 

返回值

說明

commentList

評論對象列表,類型爲List<數據對象comment>

pager

分頁對象

 

示例1

分頁提取評論,每頁顯示10條。

<@commentPage  num='10' page='1' objtype="info" objid="${currInfo.id}" action='${contextPath}templet_pro.do?siteid=${site.id}&templetPath=comment.html';commentList,pager>

 

<ul>

    <#list commentList as comment>

    <li>

        分頁:${comment.content!""}

    </li>

    </#list>

</ul>

${pager.formPageStr}

</@commentPage>

相關文章
相關標籤/搜索