[% USE Whostmgr; USE JSON; SET on_switch_text = "ON"; SET off_switch_text = "OFF"; IF (locale.get_language_tag() != "en"); # These characters should not be translated. on_switch_text = "I"; off_switch_text = "O"; END; WRAPPER 'master_templates/master.tmpl' header = locale.maketext('cPHulk Brute Force Protection'), breadcrumburl = '/scripts7/cphulk', base = '/scripts7/cphulk/', stylesheets = [ Whostmgr.find_file_url('/templates/hulkd/index.css'), Whostmgr.find_file_url('/templates/hulkd/angular-toggle-switch-bootstrap.min.css'), Whostmgr.find_file_url('/templates/hulkd/angular-toggle-switch.min.css') ], theme='bootstrap', CJT2_EXCLUSIVE = 1, app_key='cphulk_brute_force_protection'; %]

[% locale.maketext("[asis,cPHulk] provides protection from brute force attacks against your web services.") %]

[% locale.maketext('[asis,cPHulk] is [output,strong,Enabled]') %] [% locale.maketext('[asis,cPHulk] is [output,strong,Disabled]') %]
[% PROCESS 'master_templates/cjt2_header_include.tt' %] [% END %]