{{block title}} {{=response.title or request.application}} {{end}} {{ response.files.append(URL('static','css/web2py.css')) if WEBSITE_PARAMETERS and WEBSITE_PARAMETERS.custom_bootstrap_css_file: response.files.append(URL('static','css/%s' %WEBSITE_PARAMETERS.custom_bootstrap_css_file)) else: response.files.append(URL('static','css/bootstrap.min.css')) pass response.files.append(URL('static','css/bootstrap-responsive.min.css')) response.files.append(URL('static','css/web2py_bootstrap.css')) response.files.append(URL('static','css/x_application.css')) try: response.files.append(URL('static','css/x_application_custom.css')) except IOError: pass }} {{include 'web2py_ajax.html'}} {{ # using sidebars need to know what sidebar you want to use left_sidebar_enabled = globals().get('left_sidebar_enabled',False) right_sidebar_enabled = globals().get('right_sidebar_enabled',False) middle_columns = {0:'span12',1:'span9',2:'span6'}[ (left_sidebar_enabled and 1 or 0)+(right_sidebar_enabled and 1 or 0)] }} {{ response.files.append(URL('static','plugin_wiki/markitup/jquery.markitup.pack.js')) response.files.append(URL('static','plugin_wiki/markitup/sets/markmin/set.js')) response.files.append(URL('static','plugin_wiki/markitup/skins/markitup/style.css')) response.files.append(URL('static','plugin_wiki/markitup/sets/markmin/style.css')) }} {{block head}}{{end}} {{if WEBSITE_PARAMETERS and WEBSITE_PARAMETERS.navbar_inverse:}}