[% 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'; %]