The easiest approach is simply not to extend the default layout.html but instead create a standalone view. Otherwise, you would have to include code in the layout that conditionally hides the elements you don't want to show.
Yes, you can use an iframe. Anthony On Wednesday, November 5, 2014 4:09:46 PM UTC-5, Alex Glaros wrote: > > Am writing multi-tenant meeting notices app for government agencies such > as cities and government boards. Each agency logs onto web2py app and > posts upcoming meeting and agenda so that the public can see what meetings > government organizations are going to hold. > > Each agency will have a static web page on their own site link to the > web2py meeting app. > > How would I suppress the default web2py banners and footers in layout.html > and menu.py for that one page only so that the public just sees the > organization's meeting information? > > (Off topic - could agencies have option of including meeting page in their > website via an html i-frame? Are i-frames still used?) > > Thanks > > Alex Glaros > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

