| Server IP : 104.21.37.246 / Your IP : 172.71.28.145 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/root/proc/2388322/cwd/frontend/jupiter/solutions/ |
Upload File : |
[% USE Resource %]
[% SET CPANEL.CPVAR.dprefix = "../"; %]
[% js_code = PROCESS js_block %]
[%
SET page_stylesheets = [
get_stylesheet_based_on_direction("styles/main.css", CPANEL.locale_info.is_rtl)
];
SET embed_stylesheets = [
get_stylesheet_based_on_direction("solutions/index.css", CPANEL.locale_info.is_rtl)
];
SET embeded_scripts = [];
SET jsFiles = [];
FOR source IN jsFiles;
embeded_scripts.push(source);
END;
%]
[% WRAPPER 'core/main.html.tt'
app_key = 'solutions'
page_title = locale.maketext("Solutions")
page_init_js = js_code
embed_scripts = embeded_scripts
page_stylesheets = page_stylesheets
embed_stylesheets = embed_stylesheets
-%]
[% PROCESS 'solutions/solutions_list/solutions_list.component.tt'; %]
[% PROCESS 'solutions/help_panel/help_panel.component.tt'; %]
[% PROCESS 'solutions/resources_panel/resources_panel.component.tt'; %]
<meta http-equiv="refresh" content="2;url=../index.html" />
<div id="solutions-moved-alert" class="cp-alert cp-alert-warning">
<cp-icon id="solutions-moved-alert_icon" class="cp-alert__icon" name="information-fill" size="xl"></cp-icon>
<div class="cp-alert__message">
[% locale.maketext("We have removed this page. We are redirecting you to the cPanel [output,em,Tools] interface now.") %]
</div>
</div>
[% END %]
[% BLOCK js_block %]
<script type="text/javascript">
var PAGE = PAGE || {}
PAGE.securityToken = [% CPANEL.ENV.cp_security_token.json %];
PAGE.dprefix = [% JSON.stringify(CPANEL.CPVAR.dprefix) %];
</script>
[% END %]