NIHVIVO-1384 Change script and stylesheet template objects to take the entire tag as a parameter, rather than just the src/href attribute.
This commit is contained in:
parent
b33b6bc21e
commit
8b89cad590
32 changed files with 108 additions and 213 deletions
|
@ -5,8 +5,8 @@
|
|||
<#macro assets>
|
||||
<#--
|
||||
Are there stylesheets or scripts needed?
|
||||
${stylesheets.add("/css/browse.css")}
|
||||
${scripts.add("/js/browse.js")}
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/browse.css" />')}
|
||||
${scripts.add('<script type="text/javascript" src="${urls.base}/js/browse.js"></script>'}
|
||||
-->
|
||||
</#macro>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue