diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java index 5db09da2a..df3be635d 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java @@ -160,27 +160,8 @@ public class IndividualTemplateModel extends BaseTemplateModel { return individual.getURI(); } - public List getKeywords() { - return individual.getKeywords(); - } - - public String getKeywordString() { - // Since this is a display method, the implementation should be moved out of IndividualImpl to here. - return individual.getKeywordString(); - } - public String getLocalName() { return individual.getLocalName(); - } - - @Deprecated - public String getDescription() { - return individual.getDescription(); - } - - @Deprecated - public String getBlurb() { - return individual.getBlurb(); } } diff --git a/webapp/web/templates/freemarker/body/individual/individual.ftl b/webapp/web/templates/freemarker/body/individual/individual.ftl index ca993835e..2710730d6 100644 --- a/webapp/web/templates/freemarker/body/individual/individual.ftl +++ b/webapp/web/templates/freemarker/body/individual/individual.ftl @@ -59,11 +59,6 @@ <#-- Ontology properties --> <#include "individual-properties.ftl"> -<#-- Keywords --> -<#if individual.keywords?has_content> -

Keywords: ${individual.keywordString}

- - ${stylesheets.add("/css/individual/individual.css")} <#-- RY Figure out which of these scripts really need to go into the head, and which are needed at all (e.g., tinyMCE??) -->