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

template.page.ftl Maven / Gradle / Ivy

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

[#-- pageId curPage sortable headIndex  scheme fixPageSize--]
[#macro bar pageId curPage extra...]
  
  
  [#if extra['fixPageSize']?? && (extra['fixPageSize']=='1' || extra['fixPageSize']=='true')]
    [#assign fixPageSize=true]
  [#else]
    [#assign fixPageSize=false]
  [/#if]
  [#if b.isPage(curPage)]
    [#local pageBaseTemplate]/template/${extra['scheme']!"xhtml"}/pageBar.ftl[/#local]
    [#include pageBaseTemplate/]
  [/#if]
[/#macro]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy