14 lines
No EOL
451 B
Text
14 lines
No EOL
451 B
Text
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
<#-- Standard template to display a message generated from any controller. Keeps this out of individual templates. -->
|
|
|
|
|
|
<#if link??>
|
|
<form method="post" action="RecomputeInferences">
|
|
<input type="submit" value="Recompute Inferences" name="submit"/>
|
|
<input type="hidden" value="Recompute" name="signal">
|
|
</form>
|
|
</#if>
|
|
<#if message??>
|
|
<p>${message}</p>
|
|
</#if> |