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">
<#if copyright??> <p class="copyright">
<p class="copyright"><small>&copy;${copyright.year?c} <#if copyright??>
<#if copyright.url??> <small>&copy;${copyright.year?c}
<a href="${copyright.url}">${copyright.text}</a> <#if copyright.url??>
<#else> <a href="${copyright.url}">${copyright.text}</a>
</#if> <#else>
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> ${copyright.text}
<#if user.hasRevisionInfoAccess>
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
</#if> </#if>
</p> | <a class="terms" href="${urls.termsOfUse}">Terms of Use</a></small> |
</#if> </#if>
Powered by <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank"><strong>VIVO</strong></a>
<#if user.hasRevisionInfoAccess>
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
</#if>
</p>
<nav role="navigation"> <nav role="navigation">
<ul id="footer-nav" role="list"> <ul id="footer-nav" role="list">