Of course, read what I wrote.

Use an existing layout.html, and change what is inside the <body> tags, 
leaving the rest intact. From there, start playing until you obtain what 
you want.

On Tuesday, February 24, 2015 at 4:32:38 PM UTC-5, Niphlod wrote:
>
>
>
>> Hello
>>  An easy way is to grab the existing layout.html file that comes with 
>> web2py
>> and change what is between the <body> tags.
>>
>> example:
>>
>> <body>
>>
>>
>>     {{include}}
>>   
>>
>>
>>  
>>   <script src="{{=URL('static','js/bootstrap.min.js')}}"></script>
>>   <script src="{{=URL('static','js/web2py_bootstrap.js')}}"></script>
>>
>>   
>>  </body>
>>
>>
>> Use this as a starting point, leaving the rest of the file intact and see 
>> if that meets your expectations. From there add or delete lines accordingly.
>>
>>
> There's more to that matter, e.g. response.flash, web2py.js, web2py.css 
> are missing, web2py_boostrap.js is tailored for bootstrap 2.3.x, etc. 
> AdminLTE doesn't really seem like an incarnation of a zengarden.css 
> stylesheet but a full-blown tailored template, with its own rules to 
> follow. 
>

-- 
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