<%= include_extjs(:theme => @desktop.get_preference(:extjs_theme), :debug => (Rails.env != 'production')) %> <%= static_javascript_include_tag("extjs/overrides.js")%> <%= static_javascript_include_tag("erp_app/utility.js")%> <%= static_javascript_include_tag("erp_app/desktop/ext_ux_desktop_module.js")%> <%= static_javascript_include_tag('erp_app/widgets.js')%> <%= include_widgets%> <%= load_shared_application_resources(:javascripts) %> <%= static_javascript_include_tag( "erp_app/desktop/applications/control_panel/module.js", "erp_app/desktop/applications/control_panel/desktop_management_panel.js", "erp_app/desktop/applications/control_panel/application_management_panel.js", "erp_app/desktop/applications/control_panel/profile_management_panel.js", "erp_app/desktop/applications/web_navigator/module.js", "erp_app/ckeditor/ckeditor.js" )%> <%=static_javascript_include_tag(@desktop.applications.collect{|app| app.locate_resources('javascripts')}.flatten)%> <%=include_compass_ae_instance_about%> <%=set_max_file_upload%> <%= static_stylesheet_link_tag('erp_app/desktop/base.css') %> <%= load_shared_application_resources(:stylesheets) %> <%= static_stylesheet_link_tag(@desktop.applications.collect{|app| app.locate_resources('stylesheets')}.flatten)%> <%=include_code_mirror_library%> <%=setup_js_authentication(@user, @desktop)%> <%=add_authenticity_token_to_extjs%> Compass Desktop

Loading Compass Desktop...