2010-10-27 13:21:55 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2013-04-27 15:46:51 -06:00
|
|
|
|
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">
|
2011-02-02 15:13:31 +00:00
|
|
|
<p class="copyright">
|
|
|
|
<#if copyright??>
|
|
|
|
<small>©${copyright.year?c}
|
|
|
|
<#if copyright.url??>
|
2013-04-27 16:11:44 -06:00
|
|
|
<a href="${copyright.url}" title="${i18n().menu_copyright}">${copyright.text}</a>
|
2011-02-02 15:13:31 +00:00
|
|
|
<#else>
|
|
|
|
${copyright.text}
|
2010-11-05 20:33:28 +00:00
|
|
|
</#if>
|
2013-04-27 15:46:51 -06:00
|
|
|
| <a class="terms" href="${urls.termsOfUse}" title="${i18n().menu_termuse}">${i18n().menu_termuse}</a></small> |
|
2011-02-02 15:13:31 +00:00
|
|
|
</#if>
|
2013-07-17 13:23:28 -04:00
|
|
|
${i18n().menu_powered} <a class="powered-by-vivo" href="http://vivoweb.org" target="_blank" title="${i18n().menu_powered} VIVO"><strong>VIVO</strong></a>
|
2011-02-02 15:13:31 +00:00
|
|
|
<#if user.hasRevisionInfoAccess>
|
2013-04-27 16:11:44 -06:00
|
|
|
| ${i18n().menu_version} <a href="${version.moreInfoUrl}" title="${i18n().menu_version}">${version.label}</a>
|
2011-02-02 15:13:31 +00:00
|
|
|
</#if>
|
|
|
|
</p>
|
|
|
|
|
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">
|
2013-04-27 15:46:51 -06:00
|
|
|
<li role="listitem"><a href="${urls.about}" title="${i18n().menu_about}">${i18n().menu_about}</a></li>
|
2010-11-03 19:15:51 +00:00
|
|
|
<#if urls.contact??>
|
2013-04-27 15:46:51 -06:00
|
|
|
<li role="listitem"><a href="${urls.contact}" title="${i18n().menu_contactus}">${i18n().menu_contactus}</a></li>
|
2010-12-08 14:04:45 +00:00
|
|
|
</#if>
|
2013-04-27 15:46:51 -06:00
|
|
|
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank" title="${i18n().menu_support}">${i18n().menu_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">
|