From 5a1c1a3e842c9356e35f058f2e991d2c128f9054 Mon Sep 17 00:00:00 2001 From: tlw72 Date: Thu, 10 Feb 2011 16:43:35 +0000 Subject: [PATCH] NIHVIVO-2097: modified layout and text in vis. error page --- .../entityComparisonErrorCommonBody.ftl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl index a0999e1b..cc3ea000 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl @@ -5,8 +5,11 @@ <#assign organizationVivoProfileURL = "${urls.base}/individual?uri=${organizationURI?url}"> <#assign temporalGraphURL = '${urls.base}${standardVisualizationURLRoot}?vis=${otherVisType}&uri=${organizationURI}&labelField=label'> -
-

Visit the Temporal Graph for ${textForOtherEntityComparisonType} of the Organization.

-

This Organization has neither Sub-Organizations nor People with ${textForCurrentEntityComparisonType} in VIVO. Please visit the - Organization's profile page.

-
\ No newline at end of file +

${organizationLabel}

+ +

${textForCurrentEntityComparisonType?capitalize} Temporal Graph + ${textForOtherEntityComparisonType?capitalize} Temporal Graph +

+
+

This organization has neither sub-organizations nor people with ${textForCurrentEntityComparisonType} in the system. Please visit the full ${organizationLabel} profile page for a more complete overview.

+