2011-01-26 21:44:11 +00:00
|
|
|
<#-- $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">
|
2011-02-09 17:14:05 +00:00
|
|
|
<p>${sdbstatus}</p>
|
|
|
|
<input type="submit" value="Run SDB Setup" name="submit"/>
|
2011-01-26 21:44:11 +00:00
|
|
|
<input type="hidden" value="setup" name="setupsignal">
|
|
|
|
</form>
|
|
|
|
</#if>
|
|
|
|
<#if message??>
|
|
|
|
<p>${message}</p>
|
|
|
|
</#if>
|