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>
|
</#if>
|
||||||
</p>
|
</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">
|
<nav role="navigation">
|
||||||
<ul id="footer-nav" role="list">
|
<ul id="footer-nav" role="list">
|
||||||
<li role="listitem"><a href="${urls.about}" title="${i18n().menu_about}">${i18n().menu_about}</a></li>
|
<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">
|
<#include "footer.ftl">
|
||||||
<#-- builds a json object that is used by js to render the academic departments section -->
|
<#-- builds a json object that is used by js to render the academic departments section -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue