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-07-15 21:02:41 +00:00
|
|
|
<section class="pageBodyGroup indexCacheRebuild">
|
|
|
|
<h3>Refresh Content</h3>
|
|
|
|
|
|
|
|
<ul>
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if indexCacheRebuild.rebuildSearchIndex?has_content>
|
|
|
|
<li><a href="${indexCacheRebuild.rebuildSearchIndex }">Rebuild search index</a></li>
|
2011-07-15 21:02:41 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if indexCacheRebuild.rebuildClassGroupCache?has_content>
|
|
|
|
<li><a href="${indexCacheRebuild.rebuildClassGroupCache}">Rebuild class group cache</a></li>
|
2011-07-15 21:02:41 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if indexCacheRebuild.rebuildVisCache?has_content>
|
|
|
|
<li><a href="${indexCacheRebuild.rebuildVisCache}">Rebuild visualization 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>
|
|
|
|
<li><a href="${indexCacheRebuild.recomputeInferences}">Recompute inferences</a></li>
|
2011-07-15 21:02:41 +00:00
|
|
|
</#if>
|
|
|
|
</ul>
|
|
|
|
</section>
|
2011-07-15 21:38:59 +00:00
|
|
|
</#if>
|