Transfered statistic block from Intro section to Footer section.
This commit is contained in:
parent
87d2c35d13
commit
6faa279b82
2 changed files with 21 additions and 18 deletions
|
@ -19,6 +19,25 @@
|
|||
</#if>
|
||||
</p>
|
||||
|
||||
|
||||
<!-- List of research classes: e.g., articles, books, collections, conference papers -->
|
||||
<#-- <@lh.researchClasses /> -->
|
||||
|
||||
<!-- List of four randomly selected faculty members -->
|
||||
<#-- <@lh.facultyMbrHtml /> -->
|
||||
|
||||
<!-- List of randomly selected academic departments -->
|
||||
<#-- <@lh.academicDeptsHtml /> -->
|
||||
|
||||
<#if geoFocusMapsEnabled >
|
||||
<!-- Map display of researchers' areas of geographic focus. Must be enabled in runtime.properties -->
|
||||
<@lh.geographicFocusHtml />
|
||||
</#if>
|
||||
|
||||
<!-- Statistical information relating to property groups and their classes; displayed horizontally, not vertically-->
|
||||
<@lh.allClassGroups vClassGroups! />
|
||||
|
||||
|
||||
<nav role="navigation">
|
||||
<ul id="footer-nav" role="list">
|
||||
<li role="listitem"><a href="${urls.about}" title="${i18n().menu_about}">${i18n().menu_about}</a></li>
|
||||
|
|
|
@ -84,22 +84,6 @@
|
|||
|
||||
|
||||
|
||||
<!-- List of research classes: e.g., articles, books, collections, conference papers -->
|
||||
<#-- <@lh.researchClasses /> -->
|
||||
|
||||
<!-- List of four randomly selected faculty members -->
|
||||
<#-- <@lh.facultyMbrHtml /> -->
|
||||
|
||||
<!-- List of randomly selected academic departments -->
|
||||
<#-- <@lh.academicDeptsHtml /> -->
|
||||
|
||||
<#if geoFocusMapsEnabled >
|
||||
<!-- Map display of researchers' areas of geographic focus. Must be enabled in runtime.properties -->
|
||||
<@lh.geographicFocusHtml />
|
||||
</#if>
|
||||
|
||||
<!-- Statistical information relating to property groups and their classes; displayed horizontally, not vertically-->
|
||||
<@lh.allClassGroups vClassGroups! />
|
||||
|
||||
<#include "footer.ftl">
|
||||
<#-- builds a json object that is used by js to render the academic departments section -->
|
||||
|
|
Loading…
Add table
Reference in a new issue