2011-01-19 16:07:58 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2011-08-29 21:21:39 +00:00
|
|
|
<#if formAction?has_content>
|
|
|
|
<form method="post" action="${formAction}">
|
2011-11-14 19:51:13 +00:00
|
|
|
<input class="submit" type="submit" value="Recompute Inferences" name="submit" role="input" />
|
2011-03-04 21:52:51 +00:00
|
|
|
</form>
|
2011-01-19 16:07:58 +00:00
|
|
|
</#if>
|
2011-08-29 21:21:39 +00:00
|
|
|
|
|
|
|
<#if message?has_content>
|
2011-01-19 16:07:58 +00:00
|
|
|
<p>${message}</p>
|
|
|
|
</#if>
|