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:
parent
3eed766716
commit
8dc645cfb6
18 changed files with 440 additions and 187 deletions
|
@ -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("")} -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue