{= # # # # support.cfv # # support.cfv is opened from a link in the Admin GUI # # # include "templates.util.base_util"; include "templates.util.encoding"; include "templates.util.html"; include "templates.util.linked_files.linked_files_util"; include "templates.util.product_bar"; include "templates.util.user_agent"; include "templates.util.rbac.rbac_util"; debug_message("\n\n#### support.cfv \n\n"); string session_id = volatile.session_id; bool is_root_admin = get_is_root_admin(); if (is_root_admin or get_admin_feature_permission(session_id, "support", "view")) then ( node misc_file_map = "templates.util.linked_files.file_maps.misc_file_map"; bool is_msie_v6 = get_is_msie_v6(); set_doctype(); '\n'; '\n'; '' . lang_admin.support.label . '\n'; set_meta_content(); # # # css files # # add_css_files(misc_file_map, "support"); '\n'; '\n'; '\n'; # # # Product bar # # '
'; build_simple_dynamic_product_bar(); '
 

'; '
\n'; # product-bar-bg '
'; lang_admin.support.support_content; '
'; '\n'; '\n'; ) else ( # No permission to access this resource (URL) display_no_permission_html(); ); =}