VIVO-920: made clarifications within gui so the dates associated with the visualizations made more sense.

This commit is contained in:
Tim Worrall 2014-12-23 13:23:44 -05:00
parent 469200d93e
commit f2e661e99c
5 changed files with 8 additions and 6 deletions

View file

@ -881,4 +881,5 @@ editor_of_entry = editor de para
role_type = Tipo de papel role_type = Tipo de papel
add_capitalized = Añadir add_capitalized = Añadir
researcher_role = El papel del investigador researcher_role = El papel del investigador
search_service_btn = Búsqueda el servicio search_service_btn = Búsqueda el servicio
through_today = sobre la fecha de hoy

View file

@ -186,7 +186,7 @@
$('#${sparklineContainerID} td.sparkline_number').text(totalPubs).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + pubDisplay + " <br/></span>"); $('#${sparklineContainerID} td.sparkline_number').text(totalPubs).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + pubDisplay + " <br/></span>");
var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}' var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
+ ' ${i18n().to} ${sparklineVO.latestRenderedPublicationYear?c}</span>'; + ' - ${sparklineVO.latestRenderedPublicationYear?c}</span>';
if (totalPubs !== totalPublicationCount) { if (totalPubs !== totalPublicationCount) {
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})'; sparksText += ' (' + totalPublicationCount + ' ${i18n().total})';

View file

@ -62,7 +62,7 @@ var i18nStringsCoauthorship = {
coAuthorsString: '${i18n().co_authors_capitalized}', coAuthorsString: '${i18n().co_authors_capitalized}',
authorString: '${i18n().author_capitalized}', authorString: '${i18n().author_capitalized}',
publicationsWith: '${i18n().publications_with}', publicationsWith: '${i18n().publications_with}',
publicationsString: '${i18n().publication_s_capitalized}', publicationsString: "${i18n().publications_thru_today}",
coauthorsString: '${i18n().co_author_s_capitalized}' coauthorsString: '${i18n().co_author_s_capitalized}'
}; };
var i18nStringsPersonLvl = { var i18nStringsPersonLvl = {

View file

@ -154,7 +154,7 @@
sparksText += "${i18n().years}"; sparksText += "${i18n().years}";
if (totalPubs !== totalPublicationCount) { if (totalPubs !== totalPublicationCount) {
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})' ; //sparksText += ' (' + totalPublicationCount + ' ${i18n().total})' ;
} }
sparksText += "&nbsp;<img class='infoIcon' src='" + infoIconSrc + "' height='16px' width='16px' alt='${i18n().info_icon}' title='${i18n().numbers_based_on_publications_in_vivo}' />" ; sparksText += "&nbsp;<img class='infoIcon' src='" + infoIconSrc + "' height='16px' width='16px' alt='${i18n().info_icon}' title='${i18n().numbers_based_on_publications_in_vivo}' />" ;
@ -189,7 +189,7 @@
$('#${sparklineContainerID} td.sparkline_number').text(totalPubs).attr("class", "grey-text").append("<span style='color: #2485AE;'> "+ pubDisplay +"<br/></span>"); $('#${sparklineContainerID} td.sparkline_number').text(totalPubs).attr("class", "grey-text").append("<span style='color: #2485AE;'> "+ pubDisplay +"<br/></span>");
var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}' var sparksText = ' ${i18n().from} <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
+ ' to ${sparklineVO.latestRenderedPublicationYear?c}</span>'; + ' - ${sparklineVO.latestRenderedPublicationYear?c}</span>';
if (totalPubs !== totalPublicationCount) { if (totalPubs !== totalPublicationCount) {
sparksText += ' (' + totalPublicationCount + ' ${i18n().total})'; sparksText += ' (' + totalPublicationCount + ' ${i18n().total})';

View file

@ -887,4 +887,5 @@ editor_of_entry = editor of entry for
role_type = Role type role_type = Role type
add_capitalized = Add add_capitalized = Add
researcher_role = Researcher Role researcher_role = Researcher Role
search_service_btn = Search Service search_service_btn = Search Service
through_today = through today's date