1. Changed wordings for CSV file downloads & Network Image files for co-author & co-investigator networks.

2. Changed Temporal Graph legend links to be save as other clickable links (blue-ish)
3. Changed wordings on temporal graph vis.
4. Changed default sorting to be first on counts (desc) & then entity names (asc)
5. Changed how the constants were intiated for temporal vis, this is preparation for other tasks.
6. Since now if no URI is provided to the tmeporal graph vis it defaults to the highest levbel org. Removed the AJAX call to a utilites servlet that calculated this beforehand.
This commit is contained in:
cdtank 2011-02-02 21:04:36 +00:00
parent 415c1b73f4
commit 49116a20b2
9 changed files with 88 additions and 64 deletions

View file

@ -1,10 +1,12 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#assign visualizationLink>
<a class="visualization-menupage-link temporal-graph hidden" href="#" title="Compare publications and grants output">Temporal Graph</a>
<a class="visualization-menupage-link temporal-graph" href="${urls.base}/visualization?vis=entity_comparison" title="Compare publications and grants output">Temporal Graph</a>
</#assign>
<#include "menupage.ftl">
${stylesheets.add("/css/visualization/visualization.css")}
${scripts.add("/js/menupage/visualizationLink.js")}
<#--
${scripts.add("/js/menupage/visualizationLink.js")}
-->

View file

@ -52,7 +52,7 @@
<h3>Who do you want to compare?</h3>
<div id="paginatedTable"></div>
<div id="paginated-table-footer">
<a id="csv" href="${temporalGraphDownloadFileLink}" class="temporalGraphLinks">Save as CSV</a>
<a id="csv" href="${temporalGraphDownloadFileLink}" class="temporalGraphLinks">Save All as CSV</a>
<a class="clear-selected-entities temporalGraphLinks" title="Clear all selected entities.">Clear</a>
</div>
</div>