thanks you all for the examples, now it will certainly succeed. cheers, Stef
On 13-10-2010 00:19, Martin.Mulone wrote: > You can also use the html5 normalize welcome > http://web2pytesting.appspot.com/static/welcome.zip > > You only have to edit view/default/index.html > > and change: > > left_sidebar_enabled = True > right_sidebar_enabled = False > > and here put some content: > > {{block left_sidebar}} > <div id="left_sidebar" {{=XML(left_sidebar_style)}} > > <div style="padding: 4px;"> > here content of sidebar left > </div> > </div><!-- left_sidebar --> > {{end}} > > Examples: > > 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 > > On Oct 12, 6:07 pm, "Mr. Electronic" <[email protected]> wrote: >> Hi >> >> Hi >> >> It looks like a ul list with some CSS to create the vertical menu >> <ul class="web2py-menu web2py-menu-vertical"> >> <li><a href="/plugins/default/utils">Utils</a></li> >> <li><a href="/plugins/default/datatable">Sortable Table</a></li> >> ... >> </ul> >> >> Try look athttp://web2py.com/plugins/static/base.css >> for the CSS >> >> Br. >> Rune >> >> On 12 Okt., 22:51, Stef Mientki <[email protected]> wrote: >> >> >> >>> hello, >>> I wonder how to create the left sidebar menu, as shown in web2py plugins >>> (http://web2py.com/plugins/default/sortable) ? >>> I couldn't find anything direct related in the web2py and google gave me a >>> lot irrelevant links. >>> thanks, >>> Stef Mientki

