1) Created a ftl for displaying Temporal vis Grants.

2) Made changes to util.js to reflect the state (grants or pubs)
This commit is contained in:
bkoniden 2011-01-14 17:56:56 +00:00
parent ca4b049797
commit 51f108547a
5 changed files with 385 additions and 3 deletions

View file

@ -736,7 +736,11 @@ function prepareTableForDataTablePagination(jsonData){
entityLabelTH.html('Entity Label');
var publicationCountTH = $('<th>');
publicationCountTH.html('Publication Count');
if($("select.comparisonValues option:selected").text() === "by Publications"){
publicationCountTH.html('Publication Count');
}else{
publicationCountTH.html('Grant Count');
}
var entityTypeTH = $('<th>');
entityTypeTH.html('Entity Type');