- #if>
-
-
-
-
- <#-- Links -->
- <@p.vitroLinks propertyGroups editable />
-
-
-
-<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl -->
-
-<#-- Property group menu -->
-<#include "individual-propertyGroupMenu.ftl">
-
-<#-- Ontology properties -->
-<#include "individual-properties.ftl">
-
-${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??) -->
-${headScripts.add("/js/jquery_plugins/getURLParam.js",
- "/js/jquery_plugins/colorAnimations.js",
- "/js/jquery_plugins/jquery.form.js",
- "/js/tiny_mce/tiny_mce.js",
- "/js/controls.js",
- "/js/toggle.js")}
-
-${scripts.add("/js/imageUpload/imageUploadUtils.js")}
\ No newline at end of file
+<#include "individual-vitro.ftl">
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl
index 05c4aa67b..28ec2732a 100644
--- a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl
+++ b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl
@@ -10,7 +10,7 @@
diff --git a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl
index ba399bbc5..87ffeb820 100644
--- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl
+++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl
@@ -38,7 +38,7 @@ name will be used as the label. -->
<#macro addLinkWithLabel property editable label="${property.name?capitalize}">
<#local addLink><@addLink property editable />#local>
<#if addLink?has_content>
-
${label} ${addLink}
+
${label} ${addLink}
#if>
#macro>
@@ -46,7 +46,7 @@ name will be used as the label. -->
<#if editable>
<#local url = property.addUrl>
<#if url?has_content>
-
+
#if>
#if>
#macro>
@@ -68,14 +68,14 @@ name will be used as the label. -->
<#macro editLink property statement>
<#local url = statement.editUrl>
<#if url?has_content>
-
+
#if>
#macro>
<#macro deleteLink property statement>
<#local url = statement.deleteUrl>
<#if url?has_content>
-
+
#if>
#macro>
@@ -117,13 +117,13 @@ name will be used as the label. -->
<#assign thumbUrl = individual.thumbUrl!>
<#-- Don't assume that if the mainImage property is populated, there is a thumbnail image (though that is the general case).
If there's a mainImage statement but no thumbnail image, treat it as if there is no image. -->
- <#if (mainImage.statements)?has_content && thumbUrl?has_content>
-
- <@p.editingLinks mainImage mainImage.statements[0] showEditLinks />
+ <#if (mainImage.statements)?has_content && thumbUrl?has_content>
+