1. code cleanup

2. changed captilization of "Co-authors"
This commit is contained in:
cdtank 2010-07-21 17:58:19 +00:00
parent 8bc605e545
commit 7a07c45271
2 changed files with 1 additions and 6 deletions

View file

@ -204,7 +204,7 @@ function createTable(tableID, tableContainer, tableData) {
var table = $('<table>'); var table = $('<table>');
table.attr('id', tableID); table.attr('id', tableID);
table.append($('<caption>').html("Co-Authors <a href=\"" + egoCoAuthorsListDataFileURL + "\">(.CSV File)</a>")); table.append($('<caption>').html("Co-authors <a href=\"" + egoCoAuthorsListDataFileURL + "\">(.CSV File)</a>"));
var header = $('<thead>'); var header = $('<thead>');

View file

@ -306,15 +306,10 @@ public class VisualizationRequestHandler {
Portal portal = vreq.getPortal(); Portal portal = vreq.getPortal();
// request.setAttribute("visContentCode", visContentCode);
// request.setAttribute("visContextCode", visContextCode);
request.setAttribute("egoURIParam", egoURIParam); request.setAttribute("egoURIParam", egoURIParam);
request.setAttribute("bodyJsp", "/templates/visualization/co_authorship.jsp"); request.setAttribute("bodyJsp", "/templates/visualization/co_authorship.jsp");
request.setAttribute("portalBean", portal); request.setAttribute("portalBean", portal);
// request.setAttribute("title", "Individual Publication Count Visualization");
// request.setAttribute("scripts", "/templates/visualization/visualization_scripts.jsp");
} }