hi,
i'm following the book guide about creating block sidebar
http://web2py.com/books/default/chapter/29/05#Default-page-layout, and it's
not work (no error occured). so i'm just following the scaffolding
application, and it's work :
e.g.
*views/default/index.html : work modified from scaffolding apps*
*
*
{{left_sidebar_enabled=False,globals()}}
{{block left_sidebar}}
{{=H1(T('Left'))}}
{{end}}
{{extend 'layout.html'}}
{{=H1(T('Center'))}}
*views/default/index.html : not work from book (no error occured)*
*
*
{{left_sidebar_enabled=True}}
{{block left_sidebar}}
{{=H1(T('Left'))}}
{{end}}
{{extend 'layout.html'}}
{{=H1(T('Center'))}}
*views/default/index.html : not work (no error occured), the output is not
expected (show code)*
*
*
{{left_sidebar_enabled=True,globals()}}
{{block left_sidebar}}
{{=H1(T('Left'))}}
{{end}}
{{extend 'layout.html'}}
{{=H1(T('Center'))}}
did anyone know about this?
thanks a lot before.
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.