<%= include_extjs(:theme => @organizer.get_preference(:extjs_theme), :debug => (Rails.env != 'production')) %> <%= static_javascript_include_tag("extjs/overrides.js") %> <%= static_javascript_include_tag("erp_app/utility.js") %> <%= load_shared_application_resources(:javascripts) %> <%= static_javascript_include_tag("erp_app/organizer/preference_window.js", "erp_app/organizer/layout.js", "erp_app/organizer/default_menu_tree_panel.js") %> <%= setup_js_authentication(@user, @organizer) %> <%= static_javascript_include_tag(@organizer.applications.collect { |app| app.locate_resources('javascripts') }.flatten) %> <%= set_max_file_upload %> <%= load_shared_application_resources(:stylesheets) %> <%= static_stylesheet_link_tag(@organizer.applications.collect { |app| app.locate_resources('stylesheets') }.flatten) %> <%= setSessionTimeout %>