${ util.include('header', [title:'Setup: ' + page.title]) }

You have selected ${setup.config.dbType} database. This database needs additional configuration parameters. Please enter all required information.

<% page.getQuestions().each { q -> %>
<% if (q.getName().endsWith("useSSL") || q.getName().endsWith("useLegacyDatetimeCode")) { %>
checked<% } %> />
<% } else { %> <% } %>
<% } %>
${ util.include('footer') }