[% USE Whostmgr; USE JSON; SET styleSheets = [ Whostmgr.find_file_url('/templates/tomcat/index.min.css') ]; SET locale_is_rtl = 0; WRAPPER 'master_templates/master.tmpl' app_key = 'tomcat_manager', header = locale.maketext('[asis,Tomcat] Manager'), breadcrumburl = '/scripts/tomcatlist', base = '/scripts/tomcatlist/', stylesheets = styleSheets, CJT2_EXCLUSIVE = 0, theme='bootstrap'; %] [% IF tomcat_enabled -%]

[% locale.maketext("This interface allows you to manage your users’ access to Tomcat. For more information about Tomcat configuration, read our [output,url,_1,Tomcat documentation,target,blank].", "https://go.cpanel.net/EA4Tomcat") %]

[% ELSE -%]
[% locale.maketext("Info:") %] [% locale.maketext("“[_1]” is not installed on your system.", "Tomcat 8.5") %] [% locale.maketext("You must install the “[_1]” package to be able to configure it on the user domains.", "ea-tomcat85") %] [% locale.maketext("For more information, read our [output,url,_1,documentation,_2].", "//go.cpanel.net/tomcat", {"target" => "_blank"}) %]
[% END -%] [% PROCESS 'master_templates/cjt2_header_include.tt' %] [% END %]