2011-01-26 21:44:11 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#if link??>
|
2011-03-04 21:52:51 +00:00
|
|
|
<form method="post" action="sdbsetup">
|
|
|
|
<p>${sdbstatus}</p>
|
2013-05-20 15:36:37 -04:00
|
|
|
<input type="submit" value="${i18n().run_sdb_setup}" name="submit"/>
|
2011-03-04 21:52:51 +00:00
|
|
|
<input type="hidden" value="setup" name="setupsignal">
|
|
|
|
</form>
|
2011-01-26 21:44:11 +00:00
|
|
|
</#if>
|
|
|
|
<#if message??>
|
|
|
|
<p>${message}</p>
|
|
|
|
</#if>
|