2011-07-13 00:36:53 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#assign shortVisualizationURLRoot ="/vis">
|
|
|
|
<#assign refreshCacheURL = "${urls.base}${shortVisualizationURLRoot}/refresh-cache">
|
|
|
|
|
2013-05-31 11:56:18 -04:00
|
|
|
<h2>${i18n().visualization_tools}</h2>
|
2011-07-13 00:36:53 +00:00
|
|
|
|
2013-09-30 09:30:34 -04:00
|
|
|
<a href="${refreshCacheURL}">${i18n().refresh_cached_vis_models}</a>
|
2012-06-29 16:52:52 +00:00
|
|
|
<section class="visualizationTools">
|
2013-05-31 11:56:18 -04:00
|
|
|
<h3>${i18n().why_needed}</h3>
|
|
|
|
<p>${i18n().vis_tools_note_one}</p>
|
|
|
|
|
|
|
|
<h3>${i18n().vis_caching_process}</h3>
|
|
|
|
<p>${i18n().vis_tools_note_two}</p>
|
|
|
|
|
|
|
|
<p>${i18n().vis_tools_note_three}</p>
|
|
|
|
|
|
|
|
<p>${i18n().vis_tools_note_four}</p>
|
2012-06-29 16:52:52 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/visualization/visualization.css" />')}
|