NIHVIVO-1571 new freemarker template to support rdb to sdb conversion

This commit is contained in:
ass92 2011-01-26 21:44:11 +00:00
parent a323dcad01
commit c743ef2253

View 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="sdbsetup">
<input type="submit" value="SDB Setup" name="submit"/>
<input type="hidden" value="setup" name="setupsignal">
</form>
</#if>
<#if message??>
<p>${message}</p>
</#if>