Added back menu.ftl and footer.ftl to VIVO/themes/wilma/templates because VIVO/themes/wilma/templates/page/basic-Page.jsp needs these templates to function properly
This commit is contained in:
parent
97720d3720
commit
5b1a9ed4b9
2 changed files with 103 additions and 0 deletions
47
themes/wilma/templates/footer.ftl
Normal file
47
themes/wilma/templates/footer.ftl
Normal file
|
@ -0,0 +1,47 @@
|
|||
<footer>
|
||||
<div id="footer-content">
|
||||
<#if copyright??>
|
||||
<p class="copyright"><small>©${copyright.year?c}
|
||||
<#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></p>
|
||||
</#if>
|
||||
<nav>
|
||||
<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>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://use.typekit.com/chp2uea.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
${scripts.add("/js/jquery.js")}
|
||||
${scripts.tags}
|
||||
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<script type="text/javascript" src="${themeDir}/js/jquery_plugins/supersleight.js"></script>
|
||||
<script type="text/javascript" src="${themeDir}/js/utils.js"></script>
|
||||
<link rel="stylesheet" href="css/ie6.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="css/ie7.css" />
|
||||
<![endif]-->
|
||||
|
||||
<!--[if (gte IE 6)&(lte IE 8)]>
|
||||
<script type="text/javascript" src="${themeDir}/js/selectivizr.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<#include "googleAnalytics.ftl">
|
Loading…
Add table
Add a link
Reference in a new issue