NIHVIVO-3446 added some explanatory text and an info ico
This commit is contained in:
parent
e20fff7f66
commit
806e30b48f
3 changed files with 5 additions and 4 deletions
|
@ -189,7 +189,7 @@
|
|||
$('#${sparklineContainerID} td.sparkline_number').text(totalGrants).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + grantDisplay + " <br/></span>");
|
||||
|
||||
var sparksText = ' from <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
||||
+ ' to ${sparklineVO.latestRenderedGrantYear?c}</span>';
|
||||
+ ' through ${sparklineVO.latestRenderedGrantYear?c}</span>';
|
||||
|
||||
if (totalGrants !== totalGrantCount) {
|
||||
sparksText += ' (' + totalGrantCount + ' total)';
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
$('#${sparklineContainerID} td.sparkline_number').text(totalGrants).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + grantDisplay + " <br/></span>");
|
||||
|
||||
var sparksText = ' from <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
||||
+ ' to ${sparklineVO.latestRenderedGrantYear?c}</span>';
|
||||
+ ' through ${sparklineVO.latestRenderedGrantYear?c}</span>';
|
||||
|
||||
if (totalGrants !== totalGrantCount) {
|
||||
sparksText += ' (' + totalGrantCount + ' total)';
|
||||
|
|
|
@ -225,6 +225,7 @@ $(document).ready(function(){
|
|||
<div class="vis_stats">
|
||||
|
||||
<div class="sub_headings" id="table_heading"><h3>Tables</h3></div>
|
||||
<p style="float:left;font-size:.9em">The information in the following tables is for all years. <img class="filterInfoIcon" width="16px" height="16px" id="imageIconThree" src="${urls.images}/iconInfo.png" alt="information icon" title="The spark lines shown above reflect grants through the last complete calendar year. These tables, however, show the grant information for all years, based on the information loaded in the VIVO system." /></p>
|
||||
|
||||
<div class="vis-tables">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue