diff --git a/common/client-base/src/main/webapp/html/css/style.css b/common/client-base/src/main/webapp/html/css/style.css index d167e7737..a1682083d 100644 --- a/common/client-base/src/main/webapp/html/css/style.css +++ b/common/client-base/src/main/webapp/html/css/style.css @@ -684,6 +684,8 @@ a.contact-button :hover { /* Gene View: interactive evidence summary filter */ #evidenceSummary2 {cursor:pointer; padding-top:5px; padding-bottom:5px;} #loadingDiv_GeneView {float:right; color:darkOrange; font-size:15px; font-weight:bold; width:120px; height:25px; display:none;} +#revertGeneView.unhover { cursor:pointer; border: none; width:30px; height:30px; background:url("../image/reset_filter.png") no-repeat; } +#revertGeneView.hover { cursor:pointer; border: none; width:30px; height:30px; background:url("../image/reset_filter_hover.png") no-repeat; } /* Suggestor box */ /* #suggestor_search_area {} */ diff --git a/common/client-base/src/main/webapp/html/image/reset_filter.png b/common/client-base/src/main/webapp/html/image/reset_filter.png new file mode 100644 index 000000000..1ba2f234f Binary files /dev/null and b/common/client-base/src/main/webapp/html/image/reset_filter.png differ diff --git a/common/client-base/src/main/webapp/html/image/reset_filter_hover.png b/common/client-base/src/main/webapp/html/image/reset_filter_hover.png new file mode 100644 index 000000000..93c416279 Binary files /dev/null and b/common/client-base/src/main/webapp/html/image/reset_filter_hover.png differ diff --git a/common/client-base/src/main/webapp/html/javascript/utils.js b/common/client-base/src/main/webapp/html/javascript/utils.js index 1c3511984..4cf0869b7 100644 --- a/common/client-base/src/main/webapp/html/javascript/utils.js +++ b/common/client-base/src/main/webapp/html/javascript/utils.js @@ -817,7 +817,7 @@ function searchKeyword(){ activateButton('resultsTable'); createGenesTable(data.geneTable, keyword, candidateGenes); - createEvidenceTable(data.evidenceTable); + createEvidenceTable(data.evidenceTable, keyword); } }); } @@ -825,7 +825,7 @@ function searchKeyword(){ /* * Function - * Generates the new lightweight Network graph, using cytoscapeJS. + * Generates the network using KnetMaps * @author: Ajit Singh. */ function generateCyJSNetwork(url,requestParams){ @@ -938,7 +938,7 @@ var table = ""; table = table + '
Download as TAB delimited file
';
table = table + 'Select gene(s) and click "View Network" button to see the network.