NIHVIVO-1304 Initial implementation of Widget directive. Requires two templates, one for assets and one for markup; would like to combine into a single template with two macros instead.

This commit is contained in:
rjy7 2010-11-10 19:50:28 +00:00
parent 3eed766716
commit 8dc645cfb6
18 changed files with 440 additions and 187 deletions

View file

@ -4,7 +4,7 @@
<#macro assets>
<#if ! loginName??>
${stylesheets.add("/css/login.css")}
${stylesheets.add("/css/login.css")}
<#-- define any js files needed for the login widget
${scripts.add("")}
${headScripts.add("")} -->