NIHVIVO-2097: modified layout and text in vis. error page

This commit is contained in:
tlw72 2011-02-10 16:43:35 +00:00
parent 0c1dbdd91e
commit 5a1c1a3e84

View file

@ -5,8 +5,11 @@
<#assign organizationVivoProfileURL = "${urls.base}/individual?uri=${organizationURI?url}"> <#assign organizationVivoProfileURL = "${urls.base}/individual?uri=${organizationURI?url}">
<#assign temporalGraphURL = '${urls.base}${standardVisualizationURLRoot}?vis=${otherVisType}&uri=${organizationURI}&labelField=label'> <#assign temporalGraphURL = '${urls.base}${standardVisualizationURLRoot}?vis=${otherVisType}&uri=${organizationURI}&labelField=label'>
<div id="error-body"> <h1 id="noPubsOrGrants-header">${organizationLabel}</h1>
<p>Visit the Temporal Graph for <a href="${temporalGraphURL}">${textForOtherEntityComparisonType}</a> of the Organization.</p>
<p>This Organization has neither Sub-Organizations nor People with ${textForCurrentEntityComparisonType} in VIVO. Please visit the <h3>${textForCurrentEntityComparisonType?capitalize} Temporal Graph
Organization's <a href="${organizationVivoProfileURL}">profile page.</a></p> <span class="rdfLink">|&nbsp;<a href="${temporalGraphURL}">${textForOtherEntityComparisonType?capitalize} Temporal Graph</a></span>
</div> </h3>
<div id="error-body">
<p>This organization has neither sub-organizations nor people with ${textForCurrentEntityComparisonType} in the system. Please visit the full ${organizationLabel} <a href="${organizationVivoProfileURL}">profile page</a> for a more complete overview.</p>
</div>