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:
parent
b1102a8f41
commit
dbd5d8b4ac
1 changed files with 15 additions and 12 deletions
|
@ -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>©${copyright.year?c}
|
<#if copyright??>
|
||||||
<#if copyright.url??>
|
<small>©${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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue