<%namespace name="galaxy_client" file="/galaxy_client_app.mako" /> ## For mobile browsers, don't scale up ## Force IE to standards mode, and prefer Google Chrome Frame if the user has already installed it Galaxy %if app.config.brand: | ${app.config.brand} %endif ## relative href for site root ## TODO: use loaders to move everything but the essentials below the fold ${ h.css( 'jquery-ui/smoothness/jquery-ui', 'bootstrap-tour', 'base' )} ${ js_disabled_warning() } ${ javascripts() } ${ javascript_app() } <%def name="javascripts()"> ${ h.js( 'bundled/libs.chunk', 'bundled/base.chunk' )} ${ h.js('bundled/' + js_app_name + '.bundled')} <%def name="javascript_entry()"> ${ h.js('bundled/' + js_app_name + '.bundled')} <%def name="javascript_app()"> %if not form_input_auto_focus is UNDEFINED and form_input_auto_focus: %endif ${ galaxy_client.config_sentry(app) } %if app.config.ga_code: ${ galaxy_client.config_google_analytics(app.config.ga_code) } %endif <%def name="js_disabled_warning()">