1. Made wording changes & also extension of graphml file to .xml

This commit is contained in:
cdtank 2010-07-19 19:35:17 +00:00
parent 382fd6ae80
commit 74edbcd45c
2 changed files with 2 additions and 2 deletions

View file

@ -260,7 +260,7 @@ public class VisualizationRequestHandler {
} else { } else {
outputFileName = UtilityFunctions.slugify(coAuthorsipVO.getEgoNode().getNodeName()) outputFileName = UtilityFunctions.slugify(coAuthorsipVO.getEgoNode().getNodeName())
+ "-coauthor-net" + ".graphml"; + "-coauthor-net" + ".xml";
} }

View file

@ -164,7 +164,7 @@ table.sparkline_wrapper_table td, th {
<h2 class="sub_headings">Co-Author Network <h2 class="sub_headings">Co-Author Network
<c:choose> <c:choose>
<c:when test="${numOfCoAuthorShips > 0 || numOfAuthors > 0}"> <c:when test="${numOfCoAuthorShips > 0 || numOfAuthors > 0}">
<a href="${coAuthorshipDownloadFile}">(.GraphML File)</a></h2> <a href="${coAuthorshipDownloadFile}">(GraphML File)</a></h2>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
</h2> </h2>