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

template.html.head.ftl Maven / Gradle / Ivy

[#ftl]
[#if !(request.getHeader('x-requested-with')??) && !Parameters['x-requested-with']??]


  
    [#if tag.parameters['title']??]${tag.parameters['title']}[/#if]
    
    
    
    
    
    
    
    
  [#if tag.loadui]
  [@beangle_uijs_head/]
  [#else]
  [@beangle_js_head/]
  [/#if]
  ${tag.body}
 
 
[/#if]

[#macro beangle_uijs_head]
  ${b.script("jquery","jquery.min.js")}
  ${b.script("jquery-ui","js/base/jquery.ui.core.js")}
  ${b.script("jquery-ui","js/plugins/jquery.form.js")}
  ${b.script("jquery-ui","js/plugins/jquery-colorbox.js")}
  ${b.script("jquery-ui","js/plugins/jquery-chosen.js")}
  ${b.script("jquery-ui","js/plugins/jquery.subscribe.js")}
  ${b.script("jquery-ui","js/struts2/jquery.struts2.js")}
  ${b.script("jquery-ui","js/struts2/jquery.ui.struts2.js")}
  ${b.script("bootstrap","js/bootstrap.min.js")}
  ${b.script("bui","js/jquery-history.js")}
  ${b.script("bui","js/beangle.js")}
  ${b.script("bui","js/beangle-ui.js")}
  ${b.script("my97","WdatePicker.js")}
  
  ${b.css("bootstrap","css/bootstrap.min.css")}
  ${b.css("bootstrap","css/bootstrap-theme.min.css")}
  ${b.css("font-awesome","css/font-awesome.css")}
  ${b.css("jquery-ui","css/jquery-ui.css")}
  ${b.css("jquery-ui","css/jquery.colorbox.css")}
  ${b.css("jquery-ui","css/jquery.chosen.css")}
  ${b.css("bui","css/beangle-ui.css")}
[/#macro]

[#macro beangle_js_head]
  ${b.script("jquery","jquery.min.js")}
  ${b.script("bui","js/beangle.js")}
  ${b.css("bui","css/beangle-ui.css")}
[/#macro]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy