NIHVIVO-649 Add freemarker template flattening to build. Includes flattening of template directory structure in vivo theme, and renaming of templates as needed for clarity.

This commit is contained in:
rjy7 2010-07-08 17:10:31 +00:00
parent f71ef30358
commit 5a11344775
27 changed files with 54 additions and 52 deletions

View file

@ -3,7 +3,7 @@
<#-- Template for autocomplete results. -->
<#--
<#import "/lib/json.ftl" as json>
<#import "json.ftl" as json>
<@json.array results />
-->