Brilliant - many thanks Martin - this is very helpful and great to see web2py looking more beautiful.
On 28 September 2010 23:29, Martin.Mulone <[email protected]> wrote: > It's cost me a lot of time really, but I think i did it, after many > try, i think the only way we have proper columns (sidebars) is with > fixed width, so i have to know in the moment of views if its sidebar > right, sidebar left, both or none. This complex the view, but work out > the box without editing css or commenting lines. The only have to do > is to modified left_sidebar_enabled and/or right_sidebar_enabled vars. > Now you can change footer, header, statusbar in views. Perhaps its not > going to satistifize all, but its a model of what can we do in layout- > view. > > Both sidebars > http://web2pytesting.appspot.com/both/default/index > > Right Sidebar only > http://web2pytesting.appspot.com/right/default/index > > Left Sidebar only > http://web2pytesting.appspot.com/left/default/index > > None sidebars > http://web2pytesting.appspot.com/ > > Code and W2p > http://web2pytesting.appspot.com/static/welcome.zip > http://web2pytesting.appspot.com/static/welcome.w2p > >

