{{response.files.append(URL('static','js/modernizr-1.6.min.js'))}} {{response.files.append(URL('static','css/base.css'))}} {{response.files.append(URL('static','css/superfish.css'))}} {{response.files.append(URL('static','js/superfish.js'))}} {{response.files.append(URL('static','js/types.js'))}} {{response.files.append(URL('static','js/jquery.contextmenu.r2.js'))}} {{response.files.append(URL('static','js/jquery.cookie.js'))}} {{response.files.append(URL('static','js/picnet.table.filter.min.js'))}} {{response.files.append(URL('static','js/scripts.js'))}} {{include 'web2py_ajax.html'}} {{ left_sidebar_enabled = globals().get('left_sidebar_enabled',False) right_sidebar_enabled = globals().get('right_sidebar_enabled',False) if left_sidebar_enabled and right_sidebar_enabled: width_content='63%' elif left_sidebar_enabled != right_sidebar_enabled: width_content='740px' else: width_content='100%' if left_sidebar_enabled: left_sidebar_style = 'style="display: block;"' else: left_sidebar_style = 'style="display: none;"' if right_sidebar_enabled: right_sidebar_style = 'style="display: block;"' else: right_sidebar_style = 'style="display: none;"' style_content = 'style="width: %s; "' % width_content }}
{{=response.flash or ''}}
{{if left_sidebar_enabled:}} {{pass}}
{{include}}
{{if right_sidebar_enabled:}} {{pass}}