NIHVIVO-1149 Reintegrate dev-fmservlet branch after finishing restructuring of FreemarkerHttpServlet and subclasses. Two files had to be copied manually.

This commit is contained in:
rjy7 2010-09-15 21:32:32 +00:00
parent 0abe35eb14
commit 8547665029
21 changed files with 625 additions and 482 deletions

View file

@ -2,8 +2,8 @@
<#-- Main template for the login panel -->
<#if loginPanel??>
${loginPanel}
<#if loginTemplate??>
<#include loginTemplate>
${stylesheets.add("/css/login.css")}
${stylesheets.addFromTheme("/css/formedit.css")}