2011-01-19 16:07:58 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#if link??>
|
2011-03-04 21:52:51 +00:00
|
|
|
<form method="post" action="RecomputeInferences">
|
|
|
|
<input type="submit" value="Recompute Inferences" name="submit"/>
|
|
|
|
<input type="hidden" value="Recompute" name="signal">
|
|
|
|
</form>
|
2011-01-19 16:07:58 +00:00
|
|
|
</#if>
|
|
|
|
<#if message??>
|
|
|
|
<p>${message}</p>
|
|
|
|
</#if>
|