%! # retrieve settings 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' faviconFilePath = '/static/img/' + faviconFile config_qs = dict(autoload=1) if hasattr(cherrypy.request, 'embed') and cherrypy.request.embed: config_qs['embed'] = 1 %>\ <% app_name = app splk_root = "/static" app_root = "/".join([splk_root,"app",app_name]) app_js_build = app_root + '/js/build' app_css_build = app_root + '/css' # optimized js and css bootstrap_css = "%s/bootstrap-enterprise.css" % app_css_build if isLite: bootstrap_css = "%s/bootstrap-lite.css" % app_css_build redirect_js = "%s/%s.js" % (app_js_build ,'${ta.name}_redirect_page.${ta.version}') %>\