[% 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 Title %]

[% pageData.stepTitle -%]

[% IF pageData.invalidApache -%]

[% locale.maketext("Invalid apache version, using [output,strong,_1].", pageData.profileApache) %]

[% END -%]
[% locale.maketext("If you need more information about specific apache modules, their capabilities, or uses please see [output,url,_1,_1,target,_blank]", "http://httpd.apache.org/") %]
[%# Loop through the form data array %] [% FOREACH section IN pageData.fullOptList %] [% SET sectionList = section.sectionData; SET optionClass = "optionsList"; SET prefDescClass = ""; SET sectionKey = section.sectionKey; SET firstSection = loop.index == 0 ? "first-section" : ""; -%] [%# Optmod section navigation link -%]
[% IF sectionKey == "apache" -%] [% firstSection %] [% locale.maketext("Apache Built-in Modules") %]
[% locale.maketext("Options in [_1]this color[_2] are enabled by default in Apache. That means that you won't see anything added to Apache's configure line unless it is unchecked.", '', '') %]
[% ELSIF sectionKey == "non_php_includes" -%] [% locale.maketext("Other Modules") %] [% ELSIF sectionKey == "php5" -%] [% NEXT IF !pageData.isPhp5 -%] [% locale.maketext('PHP [_1] (Be sure to [output,url,_2,"harden" your PHP,target,_blank] since PHP has many security issues)', pageData.phpFullVersion, "http://go.cpanel.net/hardeningphp") %]
[% locale.maketext("For more information about PHP configuration, capabilities, and limitations please see [output,url,_1,_1,target,_blank]", "http://www.php.net") %]
[% locale.maketext("Options in [_1]this color[_2] are enabled by default in php [_3]. That means that you won't see anything added to php's configure line unless it is unchecked.", '', '', pageData.phpFullVersion) %]
[% ELSIF sectionKey == "prefs" -%] [% optionClass = ""; prefDescClass = "prefDesc"; -%] [% locale.maketext("Preferences") %] [% END -%] [%# RENDER checkbox list %] [% FOREACH optMod IN sectionList -%]