Fixed statistic block appearance on main and others pages.

This commit is contained in:
Svetlana Rastegina 2021-02-04 17:20:21 +01:00 committed by Georgy Litvinov
parent c9da564b7c
commit 2ff171beb7
2 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- $This file is distributed under the terms of the license in LICENSE$ -->
<#import "lib-home-page.ftl" as lh>
</div> <!-- #wrapper-content --> </div> <!-- #wrapper-content -->
<footer role="contentinfo"> <footer role="contentinfo">
@ -21,24 +21,10 @@
</#if> </#if>
</p> </p>
<#if vClassGroups??>
<!-- 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--> <!-- Statistical information relating to property groups and their classes; displayed horizontally, not vertically-->
<@lh.allClassGroups vClassGroups! /> <@lh.allClassGroups vClassGroups! />
</#if>
<nav role="navigation"> <nav role="navigation">
<ul id="footer-nav" role="list"> <ul id="footer-nav" role="list">

View file

@ -82,6 +82,20 @@
</div> </div>
</section> <!-- #intro --> </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>