1. Cleaned up variable name in temporal graph vis.
This commit is contained in:
parent
389c3676a5
commit
87226d30b1
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
<h2 id="header-entity-label"><span><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a></span>
|
||||
<span id="subject-parent-entity"><span>| </span>
|
||||
<a id="subject-parent-entity-profile-url" href="#" title="Parent organization of ${organizationLabel}"></a>
|
||||
<a id="subject-parent-entity-temporal-url" href="#"><img src="${temporalGraphSmallIcon}" width="15px" height="15px"/></a>
|
||||
<a id="subject-parent-entity-temporal-url" href="#"><img src="${temporalGraphDrillUpIcon}" width="15px" height="15px"/></a>
|
||||
</span></h2><br>
|
||||
|
||||
<div id="leftblock">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<#assign organizationPublicationTemporalGraphDataURL = "${urls.base}${dataVisualizationURLRoot}?vis=entity_comparison&uri=${organizationURI}&vis_mode=json">
|
||||
<#assign organizationGrantTemporalGraphDataURL = "${urls.base}${dataVisualizationURLRoot}?vis=entity_grant_count&uri=${organizationURI}&vis_mode=json">
|
||||
|
||||
<#assign temporalGraphSmallIcon = '${urls.images}/visualization/temporalgraph/temporal-drill-up.png'>
|
||||
<#assign temporalGraphDrillUpIcon = '${urls.images}/visualization/temporalgraph/temporal-drill-up.png'>
|
||||
<#assign temporalGraphDrillDownIcon = '${urls.images}/visualization/temporalgraph/temporal-drill-down.png'>
|
||||
|
||||
<#assign temporalGraphDownloadCSVCommonURL = '${urls.base}${dataVisualizationURLRoot}?uri=${organizationURI}&labelField=label'>
|
||||
|
@ -101,7 +101,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
|||
<script language="JavaScript" type="text/javascript">
|
||||
|
||||
var contextPath = "${urls.base}";
|
||||
var temporalGraphSmallIcon = "${temporalGraphSmallIcon}";
|
||||
var temporalGraphDrillUpIcon = "${temporalGraphDrillUpIcon}";
|
||||
var temporalGraphDrillDownIcon = "${temporalGraphDrillDownIcon}";
|
||||
var subOrganizationVivoProfileURL = "${subOrganizationVivoProfileURL}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue