Making changes to the temporal-vis section of individual.ftl to reflect the changed URL.
This commit is contained in:
parent
9197b888cc
commit
cc24b25a38
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
Also remove the method IndividualTemplateModel.isOrganization(). -->
|
Also remove the method IndividualTemplateModel.isOrganization(). -->
|
||||||
<#if individual.organization >
|
<#if individual.organization >
|
||||||
<section id="temporal-graph" role="region">
|
<section id="temporal-graph" role="region">
|
||||||
<h3><img src="${urls.images}/visualization/temporal_vis_icon.jpg" width="25px" height="25px" /><a href="${urls.base}/visualization?vis=entity_comparison&vis_mode=${individual.moniker}&render_mode=standalone&uri=${individual.uri}">Temporal Graph</a></h3>
|
<h3><img src="${urls.images}/visualization/temporal_vis_icon.jpg" width="25px" height="25px" /><a href="${urls.base}/visualization?vis=entity_comparison&uri=${individual.uri}">Temporal Graph</a></h3>
|
||||||
</section>
|
</section>
|
||||||
<#--<div>VISMODE: ${individual.moniker}</div>-->
|
<#--<div>VISMODE: ${individual.moniker}</div>-->
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue