%@ page session="true" %><%--
--%><%--
--%><%
String servletMapping = Bean.getServletMapping();
if (!servletMapping.startsWith("/")) {
servletMapping = "/" + servletMapping;
}
if (servletMapping.endsWith("/*")) {
// usually a mapping must be in the form "/opencms/*", cut off all slashes
servletMapping = servletMapping.substring(0, servletMapping.length() - 2);
}
String openLink = request.getContextPath() + servletMapping + "/index.html";
if (Bean.isInitialized()) {
Bean.prepareStep10();
session.invalidate();
}
%>
<%= Bean.getHtmlPart("C_HTML_START") %>
Alkacon OpenCms Setup Wizard
<%= Bean.getHtmlPart("C_HEAD_START") %>
<%= Bean.getHtmlPart("C_STYLES") %>
<%= Bean.getHtmlPart("C_STYLES_SETUP") %>
<%= Bean.getHtmlPart("C_HEAD_END") %>
Alkacon OpenCms Setup Wizard - Finished
<%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %>
<% if (Bean.isInitialized()) { %>
<%= Bean.getHtmlPart("C_BLOCK_START", "Alkacon OpenCms setup finished") %>
 |
|
The OpenCms welcome page should display in a newly opened browser window now.
If it does not display, press here to open it.
|
<%= Bean.getHtmlPart("C_BLOCK_END") %>
|
<%= Bean.getHtmlPart("C_BLOCK_START", "Wizard locked") %>
 |
|
This setup wizard has now been locked.
To use the wizard again reset the flag in the "opencms.properties".
For security reasons, you should remove the "/setup" folder later when
you have your Alkacon OpenCms installation running.
|
<%= Bean.getHtmlPart("C_BLOCK_END") %>
|
<%= Bean.getHtmlPart("C_CONTENT_END") %>
<%= Bean.getHtmlPart("C_BUTTONS_START") %>
<%= Bean.getHtmlPart("C_BUTTONS_END") %>
<% } else { %>
<%= Bean.displayError("")%>
<%= Bean.getHtmlPart("C_CONTENT_END") %>
<% } %>
<%= Bean.getHtmlPart("C_HTML_END") %>