diff --git a/webapp/themes/vitro/images/filteredSearch.gif b/webapp/themes/vitro/images/filteredSearch.gif new file mode 100644 index 000000000..16bb82be2 Binary files /dev/null and b/webapp/themes/vitro/images/filteredSearch.gif differ diff --git a/webapp/themes/vitro/images/filteredSearchActive.gif b/webapp/themes/vitro/images/filteredSearchActive.gif new file mode 100644 index 000000000..8ef75fbeb Binary files /dev/null and b/webapp/themes/vitro/images/filteredSearchActive.gif differ diff --git a/webapp/themes/vitro/images/limit-search.png b/webapp/themes/vitro/images/limit-search.png new file mode 100644 index 000000000..9eabf8cd0 Binary files /dev/null and b/webapp/themes/vitro/images/limit-search.png differ diff --git a/webapp/themes/vitro/images/search-field-and-button.gif b/webapp/themes/vitro/images/search-field-and-button.gif new file mode 100644 index 000000000..3b672288e Binary files /dev/null and b/webapp/themes/vitro/images/search-field-and-button.gif differ diff --git a/webapp/themes/vitro/templates/page-home.ftl b/webapp/themes/vitro/templates/page-home.ftl index c4816bc95..0e3ab91f4 100644 --- a/webapp/themes/vitro/templates/page-home.ftl +++ b/webapp/themes/vitro/templates/page-home.ftl @@ -55,14 +55,17 @@ <@widget name="login" /> -
-

Statistics

- - -
+ + <@lh.allClassGroups vClassGroups! /> <#include "footer.ftl"> + \ No newline at end of file diff --git a/webapp/web/css/vitro.css b/webapp/web/css/vitro.css index 6a84a8d24..54e42a6c3 100644 --- a/webapp/web/css/vitro.css +++ b/webapp/web/css/vitro.css @@ -251,6 +251,7 @@ p#mngLabelsText { /* SEARCH HOME------> */ #search-home { margin-top: 2em; + width: 570px; } #search-home h3 { diff --git a/webapp/web/templates/freemarker/lib/lib-home-page.ftl b/webapp/web/templates/freemarker/lib/lib-home-page.ftl index 7b0cac823..e184a1cac 100644 --- a/webapp/web/templates/freemarker/lib/lib-home-page.ftl +++ b/webapp/web/templates/freemarker/lib/lib-home-page.ftl @@ -17,49 +17,51 @@ <#-- Loop through classGroups first so we can account for situations when all class groups are empty --> <#assign selected = 'class="selected" ' /> <#assign classGroupList> - <#list classGroups as group> - <#-- Only display populated class groups --> - <#if (group.individualCount > 0)> - <#-- Catch the first populated class group. Will be used later as the default selected class group --> - <#if !firstPopulatedClassGroup??> - <#assign firstPopulatedClassGroup = group /> - - <#-- Determine the active (selected) group --> - <#assign activeGroup = "" /> - <#if !classGroup??> - <#if group_index == 0> - <#assign activeGroup = selected /> +
+

Statistics

+ +
<#-- Display the class group browse only if we have at least one populated class group --> <#if firstPopulatedClassGroup??> ${classGroupList} <#else> -

There is currently no content in the system, or you need to create class groups and assign your classes to them.

+

There is currently no content in the system, or you need to create class groups and assign your classes to them.

<#if user.loggedIn> <#if user.hasSiteAdminAccess>