<%@ page session="true" %><%-- --%><%-- --%><% if (Bean.isInitialized()) { Bean.prepareUpdateStep6(); session.invalidate(); } %> <%= Bean.getHtmlPart("C_HTML_START") %> OpenCms Update Wizard <%= Bean.getHtmlPart("C_HEAD_START") %> <%= Bean.getHtmlPart("C_STYLES") %> <%= Bean.getHtmlPart("C_STYLES_SETUP") %> <%= Bean.getHtmlPart("C_HEAD_END") %> OpenCms Update Wizard - Finished <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %> <% if (Bean.isInitialized() && Bean.getErrors().size() == 0) { %>
<%= Bean.getHtmlPart("C_BLOCK_START", "OpenCms update finished") %>
   Your OpenCms instance has been update successfully.
Please restart your servlet container now, and continue working on OpenCms as usual.
<%= Bean.getHtmlPart("C_BLOCK_END") %>
 
<%= Bean.getHtmlPart("C_BLOCK_START", "Wizard locked") %>
   This update wizard has now been locked.
To use the wizard again reset the flag in the "opencms.properties". For security reasons, you should remove the "/update" folder later when you have your OpenCms installation running.
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_CONTENT_END") %> <%= Bean.getHtmlPart("C_BUTTONS_START") %>
<%= Bean.getHtmlPart("C_BUTTONS_END") %> <% } else if (Bean.getErrors().size() > 0) { %> <%= Bean.displayErrors("")%> <%= Bean.getHtmlPart("C_CONTENT_END") %> <% } else { %> <%= Bean.displayError("")%> <%= Bean.getHtmlPart("C_CONTENT_END") %> <% } %> <%= Bean.getHtmlPart("C_HTML_END") %>