Tweaks to the caching message

This commit is contained in:
grahamtriggs 2015-11-02 18:01:32 +00:00
parent 0f2da7a3d0
commit a15c00d0a0
3 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<div id="body"> <div id="body">
<#if (builtFromCacheTime??) >
<div class="cache-info-vis">${i18n().using_cache_time} ${builtFromCacheTime?time} (${builtFromCacheTime?date?string("MMM dd yyyy")})</div>
</#if>
<h2 id="header-entity-label"> <h2 id="header-entity-label">
<span> <span>
<a id="organizationMoniker" href="${organizationVivoProfileURL}" title="${i18n().organization_name}">${organizationLabel}</a> <a id="organizationMoniker" href="${organizationVivoProfileURL}" title="${i18n().organization_name}">${organizationLabel}</a>

View file

@ -46,9 +46,6 @@ $(document).ready(function () {
<#assign currentParameterObject = publicationParameter> <#assign currentParameterObject = publicationParameter>
<div id="temporal-graph-response"> <div id="temporal-graph-response">
<#if (builtFromCacheTime??) >
<div class="cache-info-small">${i18n().using_cache_time} ${builtFromCacheTime?time} (${builtFromCacheTime?date?string("MMM dd yyyy")})</div>
</#if>
<#include "entityComparisonBody.ftl"> <#include "entityComparisonBody.ftl">

View file

@ -7,10 +7,6 @@ corresponding changes in the included Templates. -->
<#include "mapOfScienceSetup.ftl"> <#include "mapOfScienceSetup.ftl">
<div id="map-of-science-response"> <div id="map-of-science-response">
<#if (builtFromCacheTime??) >
<div class="cache-info-vis">${i18n().using_cache_time} ${builtFromCacheTime?time} (${builtFromCacheTime?date?string("MMM dd yyyy")})</div>
</#if>
<#-- <#--
<div id="subject-parent-entity" class="hide-dom-on-init"> <div id="subject-parent-entity" class="hide-dom-on-init">
<a id="subject-parent-entity-profile-url" href="#" title="${i18n().parent_entity}"></a>&nbsp; <a id="subject-parent-entity-profile-url" href="#" title="${i18n().parent_entity}"></a>&nbsp;
@ -18,6 +14,9 @@ corresponding changes in the included Templates. -->
</div> </div>
--> -->
<#if (builtFromCacheTime??) >
<div class="cache-info-vis">${i18n().using_cache_time} ${builtFromCacheTime?time} (${builtFromCacheTime?date?string("MMM dd yyyy")})</div>
</#if>
<h2 id="header-entity-label" class="hide-dom-on-init"><span><a id="entityMoniker" href="${entityVivoProfileURL}" title="${i18n().entity_label}">${entityLabel}</a></span></h2> <h2 id="header-entity-label" class="hide-dom-on-init"><span><a id="entityMoniker" href="${entityVivoProfileURL}" title="${i18n().entity_label}">${entityLabel}</a></span></h2>
<div id="map-of-science-info" class="hide-dom-on-init"> ${i18n().explore_activity} (<span id="mapped-publications" style="font-weight: bold"></span> ${i18n().publications}) ${i18n().across_subdisciplines} <div id="map-of-science-info" class="hide-dom-on-init"> ${i18n().explore_activity} (<span id="mapped-publications" style="font-weight: bold"></span> ${i18n().publications}) ${i18n().across_subdisciplines}