2010-10-27 13:21:55 +00:00
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
2010-11-17 16:18:55 +00:00
</div> <!-- #wrapper-content -->
2010-12-08 14:04:45 +00:00
2010-11-17 14:31:13 +00:00
<footer role="contentinfo">
2010-11-03 19:15:51 +00:00
<#if copyright??>
<p class="copyright"><small>©${copyright.year?c}
2010-11-05 20:33:28 +00:00
<#if copyright.url??>
<a href="${copyright.url}">${copyright.text}</a>
<#else>
2010-12-08 14:04:45 +00:00
</#if>
2010-11-05 20:33:28 +00:00
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>
2010-11-23 01:28:43 +00:00
<#if user.hasRevisionInfoAccess>
2010-11-05 20:33:28 +00:00
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
</#if>
</p>
2010-11-03 19:15:51 +00:00
</#if>
2010-12-08 14:04:45 +00:00
2010-11-17 14:31:13 +00:00
<nav role="navigation">
2010-12-08 14:04:45 +00:00
<ul id="footer-nav" role="list">
<li role="listitem"><a href="${urls.about}">About</a></li>
2010-11-03 19:15:51 +00:00
<#if urls.contact??>
2010-12-08 14:04:45 +00:00
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
</#if>
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
2010-11-03 19:15:51 +00:00
</ul>
</nav>
</footer>
2010-10-25 19:39:50 +00:00
2010-12-08 14:04:45 +00:00
<#include "scripts.ftl">