<%! isLite = (cherrypy.config['product_type'] == 'lite' or cherrypy.config['product_type'] == 'lite_free') if cherrypy.config['product_type'] == 'hunk': faviconFile = 'favicon_hunk.ico' elif isLite: faviconFile = 'favicon_lite.ico' else: faviconFile = 'favicon.ico' if isLite: theme = '-lite' else: theme = '' %>\ ${_('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')): % if isLite: % else: % endif % else: % endif % if isLite: % 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