Making changes to the temporal-vis section of individual.ftl to reflect the changed URL.

This commit is contained in:
bkoniden 2011-01-12 23:19:06 +00:00
parent 9197b888cc
commit cc24b25a38

View file

@ -79,7 +79,7 @@
Also remove the method IndividualTemplateModel.isOrganization(). -->
<#if individual.organization >
<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>
<#--<div>VISMODE: ${individual.moniker}</div>-->
</#if>