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

template.newPageBar.ftl Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
     
    
      [#if pageIndex==1]
      [@text name="page.first"/]  
      [@text name="page.previous"/]  
      [#else]
      [@text name="page.first"/](F)  
      [@text name="page.previous"/](P)  
      [/#if]
      [#if pageIndex==maxPageNo]
      [@text name="page.next"/]  
      [@text name="page.last"/]  
      [#else]
      [@text name="page.next" /](N)  
      [@text name="page.last"/](L)  
      [/#if]
          [@msg.text name="page.size" arg0=thisPageSize?string arg1=totalSize?string/] 
       [@text name="page.perPage"/]
      /${maxPageNo}
      
    
     
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy