NIHVIVO-1549 Updated logic regarding copyright info so that wilma complies with current copyright setup in vitro (which needs a serious overhaul)

This commit is contained in:
nac26 2011-02-02 15:13:31 +00:00
parent b1102a8f41
commit dbd5d8b4ac

View file

@ -3,18 +3,21 @@
</div> <!-- #wrapper-content --> </div> <!-- #wrapper-content -->
<footer role="contentinfo"> <footer role="contentinfo">
<p class="copyright">
<#if copyright??> <#if copyright??>
<p class="copyright"><small>&copy;${copyright.year?c} <small>&copy;${copyright.year?c}
<#if copyright.url??> <#if copyright.url??>
<a href="${copyright.url}">${copyright.text}</a> <a href="${copyright.url}">${copyright.text}</a>
<#else> <#else>
${copyright.text}
</#if> </#if>
All Rights Reserved | <a class="terms" href="${urls.termsOfUse}">Terms of Use</a></small> | Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a> | <a class="terms" href="${urls.termsOfUse}">Terms of Use</a></small> |
</#if>
Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
<#if user.hasRevisionInfoAccess> <#if user.hasRevisionInfoAccess>
| Version <a href="${version.moreInfoUrl}">${version.label}</a> | Version <a href="${version.moreInfoUrl}">${version.label}</a>
</#if> </#if>
</p> </p>
</#if>
<nav role="navigation"> <nav role="navigation">
<ul id="footer-nav" role="list"> <ul id="footer-nav" role="list">