Yes, it is. For certain aspects, indeed, it is simpler to implement than bootstrap3 (for example the multilevel menu). To start, you should build a scaffolding layout.html based on Foundation classes and put the Foundation files (normalize.css, foundation.css, foundation.min.js) in the static folder of your application. You need also to include web2py.js or better web2py_ajax.html. Here attached an example of layout inspired by that one in the welcome app. However you should customize the navbar. In this days I'm working on a package in order to make simpler the Zurb foundation 5 usage in a web2py app like the bootstrap3 one ( https://groups.google.com/d/msg/web2py/oSABtjmnYM0/DxJUyj6c3uoJ). The only problem I saw, and not yet I solved, is that Foundation 5 breaks the calendar's style.
Merry Xmas you too. Il giorno giovedì 26 dicembre 2013 06:15:56 UTC+1, Timo Bahner ha scritto: > > Hi. Is it possible to use ZURB Foundation for frontend design with web2py? > > Thanks & Merry Christmas. > -- 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/groups/opt_out.Title: {{=response.title or request.application}}
{{=response.flash or ''}}
{{if response.title:}}
{{pass}}
{{=response.title}} {{=response.subtitle or ''}}
{{pass}}
{{if left_sidebar_enabled:}}
{{block footer}}
{{block left_sidebar}}
{{end left_sidebar}}
{{pass}}
{{include}}
{{if right_sidebar_enabled:}}
{{block right_sidebar}}
{{end right_sidebar}}
{{pass}}