Fixed statistic block appearance on main and others pages.
This commit is contained in:
parent
3ed254ee20
commit
78beb1f24d
2 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
|
||||
|
||||
<#import "lib-home-page.ftl" as lh>
|
||||
</div> <!-- #wrapper-content -->
|
||||
|
||||
<footer role="contentinfo">
|
||||
|
@ -21,24 +21,10 @@
|
|||
</#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>
|
||||
|
||||
<#if vClassGroups??>
|
||||
<!-- Statistical information relating to property groups and their classes; displayed horizontally, not vertically-->
|
||||
<@lh.allClassGroups vClassGroups! />
|
||||
|
||||
</#if>
|
||||
|
||||
<nav role="navigation">
|
||||
<ul id="footer-nav" role="list">
|
||||
|
|
|
@ -82,6 +82,20 @@
|
|||
</div>
|
||||
</section> <!-- #intro -->
|
||||
|
||||
<!-- 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue