[% USE Whostmgr; SET pageData = data.page; WRAPPER 'master_templates/master.tmpl' header = locale.maketext(pageData.header) breadcrumburl = '/cgi/easyapache.pl?action=_pre_cpanel_sync_screen' stylesheets = [ '/cgi/easy_apache_ui/easy_apache.css' ] scripts = [ '/js/quicksupport.js', '/js/popupbox.js', '/cgi/easy_apache_ui/easy_apache.js' ] -%] [% WRAPPER 'ea_wizard_wrapper.tmpl' wizardData = data.wizard -%] [%# RENDER Right Corner Help Links %]
[ Help ] [ Upload Profile ] [ About Profiles ] [ Build History ] [ Build Log Manager ] [ Archives/Backups ]
[%# RENDER Title %]

[% pageData.stepTitle %]

[%# RENDER Info box %]

Welcome to [% pageData.header %]

This tool will guide you through the available options for updating your Apache web server, PHP, and optional modules. [ Read the documentation for further information ]

[ EasyApache Quick Reference guide ]

  Before using EasyApache please be sure to read over the documentation .
To avoid losing custom modifications to your apache configuration, you will need to move them to include files that the new configuration system uses. For more specific information on includes please visit this page .
[%# RENDER radio list %] [% FOREACH profile IN pageData.profilesList %]
[% SET toggleDetailText = '', detailClass = '', descDisplay = ''; IF profile.isSelected || profile.index == 0; toggleDetailText = pageData.hideDetailText; detailClass = "hideDetail"; descDisplay = "block"; ELSE; toggleDetailText = pageData.showDetailText; detailClass = "showDetail"; descDisplay = "none"; END; %] [%# Show delete option only for custom profiles %] [% IF profile.isCustom %] [ Delete ] [% END %] [ [% toggleDetailText %] ]
↑ [% profile.profileDesc | html %]
[% END %]
[%# RENDER Buttons %]
or
[% END #END Wizard wrapper %] [%# Warning popup %] [% END #wrapper -%]