NIHVIVO-2097: modified layout and text in vis. error page
This commit is contained in:
parent
0c1dbdd91e
commit
5a1c1a3e84
1 changed files with 8 additions and 5 deletions
|
@ -5,8 +5,11 @@
|
|||
<#assign organizationVivoProfileURL = "${urls.base}/individual?uri=${organizationURI?url}">
|
||||
<#assign temporalGraphURL = '${urls.base}${standardVisualizationURLRoot}?vis=${otherVisType}&uri=${organizationURI}&labelField=label'>
|
||||
|
||||
<div id="error-body">
|
||||
<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
|
||||
Organization's <a href="${organizationVivoProfileURL}">profile page.</a></p>
|
||||
</div>
|
||||
<h1 id="noPubsOrGrants-header">${organizationLabel}</h1>
|
||||
|
||||
<h3>${textForCurrentEntityComparisonType?capitalize} Temporal Graph
|
||||
<span class="rdfLink">| <a href="${temporalGraphURL}">${textForOtherEntityComparisonType?capitalize} Temporal Graph</a></span>
|
||||
</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue