add links to wiki pages for two runtime properties; fixed an incorrect href attribute
This commit is contained in:
parent
0395f474a4
commit
57c694abee
2 changed files with 5 additions and 3 deletions
|
@ -255,11 +255,13 @@ RDFService.languageFilter = true
|
||||||
# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page
|
# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page
|
||||||
# view that emphasizes the individual's webpage presence. Implementing this feature requires an
|
# view that emphasizes the individual's webpage presence. Implementing this feature requires an
|
||||||
# installation to develop a web service that captures images of web pages or to use an existing
|
# installation to develop a web service that captures images of web pages or to use an existing
|
||||||
# service outside of VIVO, usually for a small fee.
|
# service outside of VIVO. For more information on implementing multiple profile pages, refer to
|
||||||
|
# this wiki page: https://wiki.duraspace.org/display/VIVO/Multiple+foaf%3APerson+Profile+Pages.
|
||||||
#MultiViews.profilePageTypes=enabled
|
#MultiViews.profilePageTypes=enabled
|
||||||
|
|
||||||
# Geo Focus Maps
|
# Geo Focus Maps
|
||||||
# When the following flag is set to enabled, the VIVO home page displays a global map highlighting the
|
# When the following flag is set to enabled, the VIVO home page displays a global map highlighting the
|
||||||
# geographical focus of foaf:person individuals.
|
# geographical focus of foaf:person individuals. For information on the maps, refer to this wiki page:
|
||||||
|
# https://wiki.duraspace.org/display/VIVO/Home+Page+Customizations#HomePageCustomizations-TheGeographicFocusMap
|
||||||
#homePage.geoFocusMaps=enabled
|
#homePage.geoFocusMaps=enabled
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
<#if group.displayName != "equipment" && group.displayName != "courses" >
|
<#if group.displayName != "equipment" && group.displayName != "courses" >
|
||||||
<li>
|
<li>
|
||||||
<a href="#">
|
<a href="${urls.base}/browse">
|
||||||
<p class="stats-count">
|
<p class="stats-count">
|
||||||
<#if (group.individualCount > 10000) >
|
<#if (group.individualCount > 10000) >
|
||||||
<#assign overTen = group.individualCount/1000>
|
<#assign overTen = group.individualCount/1000>
|
||||||
|
|
Loading…
Add table
Reference in a new issue