2011-07-15 21:02:41 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#-- Template for the main Site Administration page -->
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if indexCacheRebuild?has_content>
|
2011-11-11 21:45:34 +00:00
|
|
|
<section class="pageBodyGroup indexCacheRebuild" role="region">
|
2013-05-20 15:36:37 -04:00
|
|
|
<h3>${i18n().refresh_content}</h3>
|
2011-07-15 21:02:41 +00:00
|
|
|
|
2012-03-21 18:38:58 +00:00
|
|
|
<ul role="navigation">
|
2011-11-11 21:45:34 +00:00
|
|
|
<#if indexCacheRebuild.rebuildSearchIndex?has_content>
|
2013-05-20 15:36:37 -04:00
|
|
|
<li role="listitem"><a href="${indexCacheRebuild.rebuildSearchIndex }" title="${i18n().rebuild_search_index}">${i18n().rebuild_search_index}</a></li>
|
2011-07-15 21:02:41 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if indexCacheRebuild.rebuildVisCache?has_content>
|
2013-05-20 15:36:37 -04:00
|
|
|
<li role="listitem"><a href="${indexCacheRebuild.rebuildVisCache}" title="${i18n().rebuild_vis_cache}">${i18n().rebuild_vis_cache}</a></li>
|
2011-07-15 21:02:41 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if indexCacheRebuild.recomputeInferences?has_content>
|
2013-05-21 10:55:24 -04:00
|
|
|
<li role="listitem"><a href="${indexCacheRebuild.recomputeInferences}" title="${i18n().recompute_inferences}">${i18n().recompute_inferences_mixed_caps}</a></li>
|
2011-07-15 21:02:41 +00:00
|
|
|
</#if>
|
|
|
|
</ul>
|
|
|
|
</section>
|
2011-07-15 21:38:59 +00:00
|
|
|
</#if>
|