Viewing File: /usr/local/cpanel/base/frontend/jupiter/solutions/index.html.tt

[% 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 %]
Back to Directory File Manager