<%@ page session="true" %><%-- --%><%-- --%><% // next page String nextPage = "step_3_xmlupdate.jsp"; boolean isFormSubmitted = (request.getParameter("submit") != null); %> <%= 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_SCRIPT_HELP") %> <%= Bean.getHtmlPart("C_HEAD_END") %> <% if (Bean.isInitialized()) { %> OpenCms Update Wizard - Settings <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %>
<%= Bean.getHtmlPart("C_BLOCK_START", "OpenCms update settings") %>
   Make sure you have administration permissions to update your system.
<%= Bean.getHtmlPart("C_BLOCK_END") %>
 
<%= Bean.getHtmlPart("C_BLOCK_START", "Identification") %>
Admin User: <%= Bean.getHtmlHelpIcon("1", "") %>
Admin Password: <%= Bean.getHtmlHelpIcon("2", "") %>
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_BLOCK_START", "Settings") %>
Update Site: <%= Bean.getHtmlHelpIcon("3", "") %>
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_BLOCK_START", "Installation Paths") %>
OpenCms Application rootpath: <%= Bean.getWebAppRfsPath() %>
OpenCms Configuration folder: <%= Bean.getConfigRfsPath() %>
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_CONTENT_END") %> <%= Bean.getHtmlPart("C_BUTTONS_START") %>
<%= Bean.getHtmlPart("C_BUTTONS_END") %> <%= Bean.getHtmlPart("C_HELP_START", "1") %> The Admin User to use during the update process.
 
The specified user must be a valid user in your current installation and have administration permissions. This user information is not stored after the update is finished. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "2") %> Enter the right password for the given Admin User. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "3") %> Enter the site to use during the update of the system modules.
 
If you are updating documentation modules, please use the same site where the old documentation modules are installed.
If not you can use the root '/' site. <%= Bean.getHtmlPart("C_HELP_END") %> <% } else { %> OpenCms Setup Wizard - Settings <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %> <%= Bean.displayError("")%> <%= Bean.getHtmlPart("C_CONTENT_END") %> <% } %> <%= Bean.getHtmlPart("C_HTML_END") %>