Right Sidebar
{{end}}{{=A(T('Ayuda de esta pƔgina'), _href=URL('plugin_wiki', 'page', args=['ayuda_%s_%s'%(request.controller, request.function)]))}}
{{ response.files.append(URL('static','css/skeleton.css')) response.files.append(URL('static','css/web2py.css')) response.files.append(URL('static','css/'+request.application+'.css')) response.files.append(URL('static','css/'+request.controller+'.css')) if response.menu: response.files.append(URL('static','css/superfish.css')) response.files.append(URL('static','js/superfish.js')) pass }} {{include 'web2py_ajax.html'}} {{if response.menu:}} {{pass}} {{ # 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:'sixteen',1:'twelve',2:'eight'}[ (left_sidebar_enabled and 1 or 0)+(right_sidebar_enabled and 1 or 0)] }}
{{=A(T('Ayuda de esta pƔgina'), _href=URL('plugin_wiki', 'page', args=['ayuda_%s_%s'%(request.controller, request.function)]))}}