2010-10-27 13:21:55 +00:00
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- This is a temporary file and will be removed once we have completed the transition to freemarker -->
2010-11-17 16:18:55 +00:00
</div> <!-- #wrapper-content -->
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>
${copyright.text}
</#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>
<#if loginName??>
| Version <a href="${version.moreInfoUrl}">${version.label}</a>
</#if>
</p>
2010-11-03 19:15:51 +00:00
</#if>
2010-11-17 14:31:13 +00:00
<nav role="navigation">
2010-11-03 19:15:51 +00:00
<ul id="footer-nav">
<li><a href="${urls.about}">About</a></li>
<#if urls.contact??>
<li><a href="${urls.contact}">Contact Us</a></li>
</#if>
<li><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
</ul>
</nav>
</footer>
2010-10-25 19:39:50 +00:00
${scripts.add("/js/jquery.js")}
${scripts.tags}
<#include "googleAnalytics.ftl">