Presentation wise nothing but you may want:

0) include jQuery and modernizer.

1) enable the web2py components by adding:

{{include "web2py_ajax.html"}}

2) allow flash to work

<div class="flash">{{=response.flash or ''}}</div>

3) allow web2py menus

{{=MENU(response.menu)}}

4) style forms, grids and menu, based on web2py stiles

{{response.files.append(URL('static','css/web2py.css')}}

5) allow web2py.css to play nicely with bootstrap.css

{{response.files.append(URL('static','css/web2py_bootstrap.css')}}









On Saturday, 26 April 2014 10:10:36 UTC-5, MJo wrote:
>
> What I loose from web2py if I create site where all .html files are first 
> cleaned up and written from scratch according Bootstrap manuals?
>
> BR,
> -- MJo
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to