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
|
||||
# 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
|
||||
# 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
|
||||
|
||||
# Geo Focus Maps
|
||||
# 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
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
</#if>
|
||||
<#if group.displayName != "equipment" && group.displayName != "courses" >
|
||||
<li>
|
||||
<a href="#">
|
||||
<a href="${urls.base}/browse">
|
||||
<p class="stats-count">
|
||||
<#if (group.individualCount > 10000) >
|
||||
<#assign overTen = group.individualCount/1000>
|
||||
|
|
Loading…
Add table
Reference in a new issue