<%! if cherrypy.config['product_type'] == 'hunk': faviconFile = 'favicon_hunk.ico' elif cherrypy.config['product_type'] == 'enterprise': faviconFile = 'favicon.ico' else: faviconFile = 'favicon.ico' %>\ ${_('Loading...')} <% page_css = page.replace('_','-') %> <% css_less_qs = {} if hasattr(cherrypy.request, 'embed') and cherrypy.request.embed: css_less_qs['embed'] = 1 %> % if splunk.util.normalizeBoolean(cherrypy.config.get('minify_css')): % else: % endif ${next.body() if hasattr(next, 'body') else ''} <% config_qs = dict(autoload=1) if hasattr(cherrypy.request, 'embed') and cherrypy.request.embed: config_qs['embed'] = 1 %> % if splunk.util.normalizeBoolean(cherrypy.config.get('minify_js')): % else: % if splunk.util.normalizeBoolean(cherrypy.config.get('js_no_cache')): % endif: % endif