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

templates.olinkdb.ftl Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version

<#--
 baseName:        base name for document source, such as index
 basePath:        base of absolute path to target data file
 docNames:        list of document names such as reference and admin-guide
 extension:       output file extension such as html, pdf, or xhtml
 format:          output format such as xhtml5 or epub
 isChunked:       whether the output format is chunked HTML
 name():          wrapper to call NameUtils.renameDoc()
 projectName:     project name such as OpenAM
 projectVersion:  project version such as 3.1.0
 type:            output file type such as html, pdf, or xhtml
-->
<#if format != "epub">


























<#list docNames as doc>


]>


 
  
  <#if format == "epub">
   <#list docNames as doc>
   
    
   
   
  
  <#if format == "html" && isChunked>
   <#list docNames as doc>
   
    
     
      &${doc};
     
    
   
   
  
  <#if format == "html" && !isChunked || format == "xhtml" || format == "bootstrap">
   <#list docNames as doc>
   
    &${doc};
   
   
  
  <#if format == "pdf" || format == "rtf">
   <#list docNames as doc>
   
    &${doc};
   
   
  
  <#if format == "webhelp">
   <#list docNames as doc>
   
    &${doc};
   
   
  
  
 





© 2015 - 2024 Weber Informatics LLC | Privacy Policy