diff --git a/productMods/WEB-INF/resources/reasoner_plugins.txt b/productMods/WEB-INF/resources/reasoner_plugins.txt index e69de29b..2eb81e36 100644 --- a/productMods/WEB-INF/resources/reasoner_plugins.txt +++ b/productMods/WEB-INF/resources/reasoner_plugins.txt @@ -0,0 +1 @@ +edu.cornell.mannlib.vitro.webapp.reasoner.plugin.DisableSameAs diff --git a/productMods/css/individual/individual-2column-view.css b/productMods/css/individual/individual-2column-view.css index 71f2b279..081991d6 100644 --- a/productMods/css/individual/individual-2column-view.css +++ b/productMods/css/individual/individual-2column-view.css @@ -290,6 +290,7 @@ a#manageLabels { border-bottom: 1px solid #DDE4E3; padding-bottom:1px; margin-bottom:8px; + padding-top:18px; } #individual-info div#contactContainer h3{ color:#8aa149; diff --git a/productMods/js/homePageMaps.js b/productMods/js/homePageMaps.js index 05885095..01908fd3 100644 --- a/productMods/js/homePageMaps.js +++ b/productMods/js/homePageMaps.js @@ -18,14 +18,14 @@ $(document).ready(function(){ buildGlobalMap(); $(this).addClass("selected"); $('a#countryLink').removeClass("selected"); - $('a#nyLink').removeClass("selected"); + $('a#localLink').removeClass("selected"); }); $('a#countryLink').click(function() { buildCountryMap(); $(this).addClass("selected"); $('a#globalLink').removeClass("selected"); - $('a#nyLink').removeClass("selected"); + $('a#localLink').removeClass("selected"); }); $('a#localLink').click(function() { @@ -369,10 +369,11 @@ $(document).ready(function(){ var html = i18nStrings.currentlyNoResearchers; $('section#home-geo-focus div#timeIndicatorGeo span').html(html); $('section#home-geo-focus').css("height","175px"); - $('section#home-geo-focus div#timeIndicator').css("margin-top","50px"); + $('section#home-geo-focus div#timeIndicatorGeo').css("margin-top","50px"); $('section#home-geo-focus div#mapGlobal').hide(); $('section#home-geo-focus div#mapCountry').hide(); $('section#home-geo-focus div#mapLocal').hide(); + $('section#home-geo-focus div#mapControls').hide(); } else { $.each(results, function() { diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl index 783105ff..2de768a2 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl @@ -96,6 +96,9 @@ <#include "individual-researchAreas.ftl"> + + <#include "individual-geographicFocus.ftl"> +