NIHVIVO-1714 new ftl for Recompute Inferences issue.
This commit is contained in:
parent
08e3a6d8ae
commit
c69bc2d9fc
1 changed files with 14 additions and 0 deletions
14
webapp/web/templates/freemarker/body/recomputeInferences.ftl
Normal file
14
webapp/web/templates/freemarker/body/recomputeInferences.ftl
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<#-- $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>
|
Loading…
Add table
Reference in a new issue