All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.xhtml.pageBar.ftl Maven / Gradle / Ivy

There is a newer version: 3.11.3
Show newest version
[#ftl]

  
    [#if curPage.pageIndex==1][@msg.text name="page.first"/] [#else]
    [@msg.text name="page.first"/]
    [@msg.text name="page.previous"/]
    [/#if]
    
    [#if !(curPage.hasNext())]共${curPage.totalPages}页[#else]
    [@msg.text name="page.next" /]
    共${curPage.totalPages}页
    [/#if]
    [#if !fixPageSize!false]
    每页[#assign pageRank=[10,15,20,25,30,50,70,90,100,150,300,100]]
    
    [#else]
    每页${curPage.pageSize}
    [/#if]
    总${curPage.total}条
  






© 2015 - 2024 Weber Informatics LLC | Privacy Policy