${ 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.

<% def inRootBlock = false; page.getQuestions().each { q -> %> <% def rootBlock = q.getName().split("_")[1].startsWith("root"); if ((!inRootBlock) && rootBlock) { inRootBlock = true; %>
Database root user credentials(optional)
<% } else if (inRootBlock && !rootBlock) { inRootBlock = false; %>
<% } %>
<% if (q.getName().endsWith("useSSL") || q.getName().endsWith("useLegacyDatetimeCode")) { %>
checked<% } %> />
<% } else { %> <% } %>
<% } %>
${ util.include('footer') }